org.deegree.services.jaxb.metadata
Class ServiceProviderType

java.lang.Object
  extended by org.deegree.services.jaxb.metadata.ServiceProviderType

public class ServiceProviderType
extends Object

Java class for ServiceProviderType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServiceProviderType">
   <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.w3.org/2001/XMLSchema}anyURI"/>
         <element name="ServiceContact" type="{http://www.deegree.org/services/metadata}ServiceContactType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String providerName
           
protected  String providerSite
           
protected  ServiceContactType serviceContact
           
 
Constructor Summary
ServiceProviderType()
           
 
Method Summary
 String getProviderName()
          Gets the value of the providerName property.
 String getProviderSite()
          Gets the value of the providerSite property.
 ServiceContactType getServiceContact()
          Gets the value of the serviceContact property.
 void setProviderName(String value)
          Sets the value of the providerName property.
 void setProviderSite(String value)
          Sets the value of the providerSite property.
 void setServiceContact(ServiceContactType value)
          Sets the value of the serviceContact property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

providerName

protected String providerName

providerSite

protected String providerSite

serviceContact

protected ServiceContactType serviceContact
Constructor Detail

ServiceProviderType

public ServiceProviderType()
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 is String

getProviderSite

public String getProviderSite()
Gets the value of the providerSite property.

Returns:
possible object is String

setProviderSite

public void setProviderSite(String value)
Sets the value of the providerSite property.

Parameters:
value - allowed object is String

getServiceContact

public ServiceContactType getServiceContact()
Gets the value of the serviceContact property.

Returns:
possible object is ServiceContactType

setServiceContact

public void setServiceContact(ServiceContactType value)
Sets the value of the serviceContact property.

Parameters:
value - allowed object is ServiceContactType


Copyright © 2011. All Rights Reserved.