org.deegree.process.jaxb.java
Class BoundingBoxOutputDefinition

java.lang.Object
  extended by org.deegree.process.jaxb.java.ProcessletOutputDefinition
      extended by org.deegree.process.jaxb.java.BoundingBoxOutputDefinition

public class BoundingBoxOutputDefinition
extends ProcessletOutputDefinition

Description of a bounding box output parameter of 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}ProcessOutputType">
       <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.ProcessletOutputDefinition
ProcessletOutputDefinition.Metadata
 
Field Summary
protected  String defaultCRS
           
protected  List<String> otherCRS
           
 
Fields inherited from class org.deegree.process.jaxb.java.ProcessletOutputDefinition
_abstract, identifier, metadata, title
 
Constructor Summary
BoundingBoxOutputDefinition()
           
 
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.ProcessletOutputDefinition
getAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, 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

BoundingBoxOutputDefinition

public BoundingBoxOutputDefinition()
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.