|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 String |
configVersion
|
protected PublishedInformation |
publishedInformation
|
protected ServiceConfiguration |
serviceConfiguration
|
Constructor Summary | |
---|---|
DeegreeWPVS()
|
Method Summary | |
---|---|
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(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 String configVersion
Constructor Detail |
---|
public DeegreeWPVS()
Method Detail |
---|
public ServiceConfiguration getServiceConfiguration()
ServiceConfiguration
public void setServiceConfiguration(ServiceConfiguration value)
value
- allowed object is
ServiceConfiguration
public PublishedInformation getPublishedInformation()
PublishedInformation
public void setPublishedInformation(PublishedInformation value)
value
- allowed object is
PublishedInformation
public String getConfigVersion()
String
public void setConfigVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |