|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.metadata.DeegreeServicesMetadataType
public class DeegreeServicesMetadataType
The root node of the services metadata configuration, holds the default service provider/identification information, valid for all configured services.
Java class for deegreeServicesMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deegreeServicesMetadataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.deegree.org/services/metadata}ServiceIdentification" minOccurs="0"/>
<element ref="{http://www.deegree.org/services/metadata}ServiceProvider"/>
</sequence>
<attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
configVersion
|
protected ServiceIdentificationType |
serviceIdentification
|
protected ServiceProviderType |
serviceProvider
|
| Constructor Summary | |
|---|---|
DeegreeServicesMetadataType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getConfigVersion()
Gets the value of the configVersion property. |
ServiceIdentificationType |
getServiceIdentification()
Gets the value of the serviceIdentification property. |
ServiceProviderType |
getServiceProvider()
Gets the value of the serviceProvider property. |
void |
setConfigVersion(java.lang.String value)
Sets the value of the configVersion property. |
void |
setServiceIdentification(ServiceIdentificationType value)
Sets the value of the serviceIdentification property. |
void |
setServiceProvider(ServiceProviderType value)
Sets the value of the serviceProvider property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ServiceIdentificationType serviceIdentification
protected ServiceProviderType serviceProvider
protected java.lang.String configVersion
| Constructor Detail |
|---|
public DeegreeServicesMetadataType()
| Method Detail |
|---|
public ServiceIdentificationType getServiceIdentification()
ServiceIdentificationTypepublic void setServiceIdentification(ServiceIdentificationType value)
value - allowed object is
ServiceIdentificationTypepublic ServiceProviderType getServiceProvider()
ServiceProviderTypepublic void setServiceProvider(ServiceProviderType value)
value - allowed object is
ServiceProviderTypepublic java.lang.String getConfigVersion()
Stringpublic void setConfigVersion(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||