|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.process.jaxb.java.ProcessletOutputDefinition org.deegree.process.jaxb.java.LiteralOutputDefinition
public class LiteralOutputDefinition
Description of a literal 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="DataType" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="reference" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </simpleContent> </complexType> </element> <element name="DefaultUOM" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="reference" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </simpleContent> </complexType> </element> <element name="OtherUOM" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="reference" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </simpleContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
LiteralOutputDefinition.DataType
Java class for anonymous complex type. |
static class |
LiteralOutputDefinition.DefaultUOM
Java class for anonymous complex type. |
static class |
LiteralOutputDefinition.OtherUOM
Java class for anonymous complex type. |
Nested classes/interfaces inherited from class org.deegree.process.jaxb.java.ProcessletOutputDefinition |
---|
ProcessletOutputDefinition.Metadata |
Field Summary | |
---|---|
protected LiteralOutputDefinition.DataType |
dataType
|
protected LiteralOutputDefinition.DefaultUOM |
defaultUOM
|
protected List<LiteralOutputDefinition.OtherUOM> |
otherUOM
|
Fields inherited from class org.deegree.process.jaxb.java.ProcessletOutputDefinition |
---|
_abstract, identifier, metadata, title |
Constructor Summary | |
---|---|
LiteralOutputDefinition()
|
Method Summary | |
---|---|
LiteralOutputDefinition.DataType |
getDataType()
Gets the value of the dataType property. |
LiteralOutputDefinition.DefaultUOM |
getDefaultUOM()
Gets the value of the defaultUOM property. |
List<LiteralOutputDefinition.OtherUOM> |
getOtherUOM()
Gets the value of the otherUOM property. |
void |
setDataType(LiteralOutputDefinition.DataType value)
Sets the value of the dataType property. |
void |
setDefaultUOM(LiteralOutputDefinition.DefaultUOM value)
Sets the value of the defaultUOM 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 |
---|
protected LiteralOutputDefinition.DataType dataType
protected LiteralOutputDefinition.DefaultUOM defaultUOM
protected List<LiteralOutputDefinition.OtherUOM> otherUOM
Constructor Detail |
---|
public LiteralOutputDefinition()
Method Detail |
---|
public LiteralOutputDefinition.DataType getDataType()
LiteralOutputDefinition.DataType
public void setDataType(LiteralOutputDefinition.DataType value)
value
- allowed object is
LiteralOutputDefinition.DataType
public LiteralOutputDefinition.DefaultUOM getDefaultUOM()
LiteralOutputDefinition.DefaultUOM
public void setDefaultUOM(LiteralOutputDefinition.DefaultUOM value)
value
- allowed object is
LiteralOutputDefinition.DefaultUOM
public List<LiteralOutputDefinition.OtherUOM> getOtherUOM()
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 otherUOM property.
For example, to add a new item, do as follows:
getOtherUOM().add(newItem);
Objects of the following type(s) are allowed in the list
LiteralOutputDefinition.OtherUOM
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |