org.deegree.process.jaxb.java
Class BoundingBoxInputDefinition

java.lang.Object
  extended by org.deegree.process.jaxb.java.ProcessletInputDefinition
      extended by org.deegree.process.jaxb.java.BoundingBoxInputDefinition

public class BoundingBoxInputDefinition
extends ProcessletInputDefinition

Description of a bounding box input parameter to the process.

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/processes/java}ProcessInputType">
       <sequence>
         <element name="DefaultCRS" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="OtherCRS" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.deegree.process.jaxb.java.ProcessletInputDefinition
ProcessletInputDefinition.Metadata
 
Field Summary
protected  String defaultCRS
           
protected  List<String> otherCRS
           
 
Fields inherited from class org.deegree.process.jaxb.java.ProcessletInputDefinition
_abstract, identifier, maxOccurs, metadata, minOccurs, title
 
Constructor Summary
BoundingBoxInputDefinition()
           
 
Method Summary
 String getDefaultCRS()
          Gets the value of the defaultCRS property.
 List<String> getOtherCRS()
          Gets the value of the otherCRS property.
 void setDefaultCRS(String value)
          Sets the value of the defaultCRS property.
 
Methods inherited from class org.deegree.process.jaxb.java.ProcessletInputDefinition
getAbstract, getIdentifier, getMaxOccurs, getMetadata, getMinOccurs, getTitle, setAbstract, setIdentifier, setMaxOccurs, setMinOccurs, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultCRS

protected String defaultCRS

otherCRS

protected List<String> otherCRS
Constructor Detail

BoundingBoxInputDefinition

public BoundingBoxInputDefinition()
Method Detail

getDefaultCRS

public String getDefaultCRS()
Gets the value of the defaultCRS property.

Returns:
possible object is String

setDefaultCRS

public void setDefaultCRS(String value)
Sets the value of the defaultCRS property.

Parameters:
value - allowed object is String

getOtherCRS

public List<String> getOtherCRS()
Gets the value of the otherCRS property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the otherCRS property.

For example, to add a new item, do as follows:

    getOtherCRS().add(newItem);
 

Objects of the following type(s) are allowed in the list String



Copyright © 2011. All Rights Reserved.