org.deegree.services.jaxb.sos
Class DeegreeSOS

java.lang.Object
  extended by org.deegree.services.jaxb.sos.DeegreeSOS

public class DeegreeSOS
extends 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/sos}ServiceConfiguration"/>
         <element ref="{http://www.deegree.org/services/sos}PublishedInformation"/>
       </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
DeegreeSOS()
           
 
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

serviceConfiguration

protected ServiceConfiguration serviceConfiguration

publishedInformation

protected PublishedInformation publishedInformation

configVersion

protected String configVersion
Constructor Detail

DeegreeSOS

public DeegreeSOS()
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 String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

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

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.