org.deegree.process.jaxb.java
Class BoundingBoxOutputDefinition
java.lang.Object
org.deegree.process.jaxb.java.ProcessletOutputDefinition
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultCRS
protected String defaultCRS
otherCRS
protected List<String> otherCRS
BoundingBoxOutputDefinition
public BoundingBoxOutputDefinition()
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.