org.deegree.services.jaxb.wpvs
Class DeegreeWPVS

java.lang.Object
  extended by org.deegree.services.jaxb.wpvs.DeegreeWPVS

public class DeegreeWPVS
extends java.lang.Object

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

serviceConfiguration

protected ServiceConfiguration serviceConfiguration

publishedInformation

protected PublishedInformation publishedInformation

configVersion

protected java.lang.String configVersion
Constructor Detail

DeegreeWPVS

public DeegreeWPVS()
Method Detail

getServiceConfiguration

public ServiceConfiguration getServiceConfiguration()
Gets the value of the serviceConfiguration property.

Returns:
possible object is ServiceConfiguration

setServiceConfiguration

public void setServiceConfiguration(ServiceConfiguration value)
Sets the value of the serviceConfiguration property.

Parameters:
value - allowed object is ServiceConfiguration

getPublishedInformation

public PublishedInformation getPublishedInformation()
Gets the value of the publishedInformation property.

Returns:
possible object is PublishedInformation

setPublishedInformation

public void setPublishedInformation(PublishedInformation value)
Sets the value of the publishedInformation property.

Parameters:
value - allowed object is PublishedInformation

getConfigVersion

public java.lang.String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(java.lang.String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.