Package nl.b3p.csw.jaxb.ows
Class ServiceProvider
- java.lang.Object
-
- nl.b3p.csw.jaxb.ows.ServiceProvider
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringproviderNameprotected OnlineResourceTypeproviderSiteprotected ResponsiblePartySubsetTypeserviceContact
-
Constructor Summary
Constructors Constructor Description ServiceProvider()Default no-arg constructorServiceProvider(String providerName, OnlineResourceType providerSite, ResponsiblePartySubsetType serviceContact)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProviderName()Gets the value of the providerName property.OnlineResourceTypegetProviderSite()Gets the value of the providerSite property.ResponsiblePartySubsetTypegetServiceContact()Gets the value of the serviceContact property.voidsetProviderName(String value)Sets the value of the providerName property.voidsetProviderSite(OnlineResourceType value)Sets the value of the providerSite property.voidsetServiceContact(ResponsiblePartySubsetType value)Sets the value of the serviceContact property.
-
-
-
Field Detail
-
providerName
protected String providerName
-
providerSite
protected OnlineResourceType providerSite
-
serviceContact
protected ResponsiblePartySubsetType serviceContact
-
-
Constructor Detail
-
ServiceProvider
public ServiceProvider()
Default no-arg constructor
-
ServiceProvider
public ServiceProvider(String providerName, OnlineResourceType providerSite, ResponsiblePartySubsetType serviceContact)
Fully-initialising value constructor
-
-
Method Detail
-
getProviderName
public String getProviderName()
Gets the value of the providerName property.- Returns:
- possible object is
String
-
setProviderName
public void setProviderName(String value)
Sets the value of the providerName property.- Parameters:
value- allowed object isString
-
getProviderSite
public OnlineResourceType getProviderSite()
Gets the value of the providerSite property.- Returns:
- possible object is
OnlineResourceType
-
setProviderSite
public void setProviderSite(OnlineResourceType value)
Sets the value of the providerSite property.- Parameters:
value- allowed object isOnlineResourceType
-
getServiceContact
public ResponsiblePartySubsetType getServiceContact()
Gets the value of the serviceContact property.- Returns:
- possible object is
ResponsiblePartySubsetType
-
setServiceContact
public void setServiceContact(ResponsiblePartySubsetType value)
Sets the value of the serviceContact property.- Parameters:
value- allowed object isResponsiblePartySubsetType
-
-