|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wpvs.DeegreeWPVS
public class DeegreeWPVS
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 ref="{http://www.deegree.org/services/wpvs}ServiceConfiguration"/>
<element ref="{http://www.deegree.org/services/wpvs}PublishedInformation" minOccurs="0"/>
</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 PublishedInformation |
publishedInformation
|
protected ServiceConfiguration |
serviceConfiguration
|
| Constructor Summary | |
|---|---|
DeegreeWPVS()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getConfigVersion()
Gets the value of the configVersion property. |
PublishedInformation |
getPublishedInformation()
Gets the value of the publishedInformation property. |
ServiceConfiguration |
getServiceConfiguration()
Gets the value of the serviceConfiguration property. |
void |
setConfigVersion(java.lang.String value)
Sets the value of the configVersion property. |
void |
setPublishedInformation(PublishedInformation value)
Sets the value of the publishedInformation property. |
void |
setServiceConfiguration(ServiceConfiguration value)
Sets the value of the serviceConfiguration property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ServiceConfiguration serviceConfiguration
protected PublishedInformation publishedInformation
protected java.lang.String configVersion
| Constructor Detail |
|---|
public DeegreeWPVS()
| Method Detail |
|---|
public ServiceConfiguration getServiceConfiguration()
ServiceConfigurationpublic void setServiceConfiguration(ServiceConfiguration value)
value - allowed object is
ServiceConfigurationpublic PublishedInformation getPublishedInformation()
PublishedInformationpublic void setPublishedInformation(PublishedInformation value)
value - allowed object is
PublishedInformationpublic 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 | |||||||||