|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.metadata.ServiceProviderType
public class ServiceProviderType
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 java.lang.String |
providerName
|
protected java.lang.String |
providerSite
|
protected ServiceContactType |
serviceContact
|
| Constructor Summary | |
|---|---|
ServiceProviderType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getProviderName()
Gets the value of the providerName property. |
java.lang.String |
getProviderSite()
Gets the value of the providerSite property. |
ServiceContactType |
getServiceContact()
Gets the value of the serviceContact property. |
void |
setProviderName(java.lang.String value)
Sets the value of the providerName property. |
void |
setProviderSite(java.lang.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 |
|---|
protected java.lang.String providerName
protected java.lang.String providerSite
protected ServiceContactType serviceContact
| Constructor Detail |
|---|
public ServiceProviderType()
| Method Detail |
|---|
public java.lang.String getProviderName()
Stringpublic void setProviderName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProviderSite()
Stringpublic void setProviderSite(java.lang.String value)
value - allowed object is
Stringpublic ServiceContactType getServiceContact()
ServiceContactTypepublic void setServiceContact(ServiceContactType value)
value - allowed object is
ServiceContactType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||