org.deegree.services.jaxb.sos
Class PublishedInformation

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

public class PublishedInformation
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 name="SupportedVersions">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="OWSOptions">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="HTTPStatusCodeForExceptions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PublishedInformation.OWSOptions
          Java class for anonymous complex type.
static class PublishedInformation.SupportedVersions
          Java class for anonymous complex type.
 
Field Summary
protected  PublishedInformation.OWSOptions owsOptions
           
protected  PublishedInformation.SupportedVersions supportedVersions
           
 
Constructor Summary
PublishedInformation()
           
 
Method Summary
 PublishedInformation.OWSOptions getOWSOptions()
          Gets the value of the owsOptions property.
 PublishedInformation.SupportedVersions getSupportedVersions()
          Gets the value of the supportedVersions property.
 void setOWSOptions(PublishedInformation.OWSOptions value)
          Sets the value of the owsOptions property.
 void setSupportedVersions(PublishedInformation.SupportedVersions value)
          Sets the value of the supportedVersions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportedVersions

protected PublishedInformation.SupportedVersions supportedVersions

owsOptions

protected PublishedInformation.OWSOptions owsOptions
Constructor Detail

PublishedInformation

public PublishedInformation()
Method Detail

getSupportedVersions

public PublishedInformation.SupportedVersions getSupportedVersions()
Gets the value of the supportedVersions property.

Returns:
possible object is PublishedInformation.SupportedVersions

setSupportedVersions

public void setSupportedVersions(PublishedInformation.SupportedVersions value)
Sets the value of the supportedVersions property.

Parameters:
value - allowed object is PublishedInformation.SupportedVersions

getOWSOptions

public PublishedInformation.OWSOptions getOWSOptions()
Gets the value of the owsOptions property.

Returns:
possible object is PublishedInformation.OWSOptions

setOWSOptions

public void setOWSOptions(PublishedInformation.OWSOptions value)
Sets the value of the owsOptions property.

Parameters:
value - allowed object is PublishedInformation.OWSOptions


Copyright © 2011. All Rights Reserved.