|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.process.jaxb.java.ProcessletInputDefinition
org.deegree.process.jaxb.java.LiteralInputDefinition
public class LiteralInputDefinition
Description of a literal 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="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>
<element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice minOccurs="0">
<element ref="{http://www.deegree.org/processes/java}AllowedValues"/>
<element ref="{http://www.deegree.org/processes/java}ValidValueReference"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
LiteralInputDefinition.DataType
Java class for anonymous complex type. |
static class |
LiteralInputDefinition.DefaultUOM
Java class for anonymous complex type. |
static class |
LiteralInputDefinition.OtherUOM
Java class for anonymous complex type. |
| Nested classes/interfaces inherited from class org.deegree.process.jaxb.java.ProcessletInputDefinition |
|---|
ProcessletInputDefinition.Metadata |
| Field Summary | |
|---|---|
protected AllowedValues |
allowedValues
|
protected LiteralInputDefinition.DataType |
dataType
|
protected LiteralInputDefinition.DefaultUOM |
defaultUOM
|
protected java.lang.String |
defaultValue
|
protected java.util.List<LiteralInputDefinition.OtherUOM> |
otherUOM
|
protected ValidValueReference |
validValueReference
|
| Fields inherited from class org.deegree.process.jaxb.java.ProcessletInputDefinition |
|---|
_abstract, identifier, maxOccurs, metadata, minOccurs, title |
| Constructor Summary | |
|---|---|
LiteralInputDefinition()
|
|
| Method Summary | |
|---|---|
AllowedValues |
getAllowedValues()
Gets the value of the allowedValues property. |
LiteralInputDefinition.DataType |
getDataType()
Gets the value of the dataType property. |
LiteralInputDefinition.DefaultUOM |
getDefaultUOM()
Gets the value of the defaultUOM property. |
java.lang.String |
getDefaultValue()
Gets the value of the defaultValue property. |
java.util.List<LiteralInputDefinition.OtherUOM> |
getOtherUOM()
Gets the value of the otherUOM property. |
ValidValueReference |
getValidValueReference()
Gets the value of the validValueReference property. |
void |
setAllowedValues(AllowedValues value)
Sets the value of the allowedValues property. |
void |
setDataType(LiteralInputDefinition.DataType value)
Sets the value of the dataType property. |
void |
setDefaultUOM(LiteralInputDefinition.DefaultUOM value)
Sets the value of the defaultUOM property. |
void |
setDefaultValue(java.lang.String value)
Sets the value of the defaultValue property. |
void |
setValidValueReference(ValidValueReference value)
Sets the value of the validValueReference 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 |
|---|
protected LiteralInputDefinition.DataType dataType
protected LiteralInputDefinition.DefaultUOM defaultUOM
protected java.util.List<LiteralInputDefinition.OtherUOM> otherUOM
protected java.lang.String defaultValue
protected AllowedValues allowedValues
protected ValidValueReference validValueReference
| Constructor Detail |
|---|
public LiteralInputDefinition()
| Method Detail |
|---|
public LiteralInputDefinition.DataType getDataType()
LiteralInputDefinition.DataTypepublic void setDataType(LiteralInputDefinition.DataType value)
value - allowed object is
LiteralInputDefinition.DataTypepublic LiteralInputDefinition.DefaultUOM getDefaultUOM()
LiteralInputDefinition.DefaultUOMpublic void setDefaultUOM(LiteralInputDefinition.DefaultUOM value)
value - allowed object is
LiteralInputDefinition.DefaultUOMpublic java.util.List<LiteralInputDefinition.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
LiteralInputDefinition.OtherUOM
public java.lang.String getDefaultValue()
Stringpublic void setDefaultValue(java.lang.String value)
value - allowed object is
Stringpublic AllowedValues getAllowedValues()
AllowedValuespublic void setAllowedValues(AllowedValues value)
value - allowed object is
AllowedValuespublic ValidValueReference getValidValueReference()
ValidValueReferencepublic void setValidValueReference(ValidValueReference value)
value - allowed object is
ValidValueReference
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||