public class ServiceProvider extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProviderName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ProviderSite" type="{http://www.opengis.net/ows}OnlineResourceType" minOccurs="0"/>
<element name="ServiceContact" type="{http://www.opengis.net/ows}ResponsiblePartySubsetType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
providerName |
protected OnlineResourceType |
providerSite |
protected ResponsiblePartySubsetType |
serviceContact |
| Constructor and Description |
|---|
ServiceProvider()
Default no-arg constructor
|
ServiceProvider(String providerName,
OnlineResourceType providerSite,
ResponsiblePartySubsetType serviceContact)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProviderName()
Gets the value of the providerName property.
|
OnlineResourceType |
getProviderSite()
Gets the value of the providerSite property.
|
ResponsiblePartySubsetType |
getServiceContact()
Gets the value of the serviceContact property.
|
void |
setProviderName(String value)
Sets the value of the providerName property.
|
void |
setProviderSite(OnlineResourceType value)
Sets the value of the providerSite property.
|
void |
setServiceContact(ResponsiblePartySubsetType value)
Sets the value of the serviceContact property.
|
protected String providerName
protected OnlineResourceType providerSite
protected ResponsiblePartySubsetType serviceContact
public ServiceProvider()
public ServiceProvider(String providerName, OnlineResourceType providerSite, ResponsiblePartySubsetType serviceContact)
public String getProviderName()
Stringpublic void setProviderName(String value)
value - allowed object is
Stringpublic OnlineResourceType getProviderSite()
OnlineResourceTypepublic void setProviderSite(OnlineResourceType value)
value - allowed object is
OnlineResourceTypepublic ResponsiblePartySubsetType getServiceContact()
ResponsiblePartySubsetTypepublic void setServiceContact(ResponsiblePartySubsetType value)
value - allowed object is
ResponsiblePartySubsetTypeCopyright © 2015. All rights reserved.