org.deegree.services.jaxb.wps
Class DeegreeWPS

java.lang.Object
  extended by org.deegree.services.jaxb.wps.DeegreeWPS

public class DeegreeWPS
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" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Version" type="{http://www.deegree.org/services/wps}WPSVersionType" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://www.deegree.org/services/wps}AbstractExecutionManager" minOccurs="0"/>
       </sequence>
       <attribute name="configVersion" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="3.0.0"/>
             <enumeration value="3.1.0"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DeegreeWPS.SupportedVersions
          Java class for anonymous complex type.
 
Field Summary
protected  JAXBElement<?> abstractExecutionManager
           
protected  String configVersion
           
protected  DeegreeWPS.SupportedVersions supportedVersions
           
 
Constructor Summary
DeegreeWPS()
           
 
Method Summary
 JAXBElement<?> getAbstractExecutionManager()
          Gets the value of the abstractExecutionManager property.
 String getConfigVersion()
          Gets the value of the configVersion property.
 DeegreeWPS.SupportedVersions getSupportedVersions()
          Gets the value of the supportedVersions property.
 void setAbstractExecutionManager(JAXBElement<?> value)
          Sets the value of the abstractExecutionManager property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 void setSupportedVersions(DeegreeWPS.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 DeegreeWPS.SupportedVersions supportedVersions

abstractExecutionManager

protected JAXBElement<?> abstractExecutionManager

configVersion

protected String configVersion
Constructor Detail

DeegreeWPS

public DeegreeWPS()
Method Detail

getSupportedVersions

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

Returns:
possible object is DeegreeWPS.SupportedVersions

setSupportedVersions

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

Parameters:
value - allowed object is DeegreeWPS.SupportedVersions

getAbstractExecutionManager

public JAXBElement<?> getAbstractExecutionManager()
Gets the value of the abstractExecutionManager property.

Returns:
possible object is JAXBElement<Object> JAXBElement<DefaultExecutionManager>

setAbstractExecutionManager

public void setAbstractExecutionManager(JAXBElement<?> value)
Sets the value of the abstractExecutionManager property.

Parameters:
value - allowed object is JAXBElement<Object> JAXBElement<DefaultExecutionManager>

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.