|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 String |
defaultValue
|
protected 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. |
String |
getDefaultValue()
Gets the value of the defaultValue property. |
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(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 List<LiteralInputDefinition.OtherUOM> otherUOM
protected String defaultValue
protected AllowedValues allowedValues
protected ValidValueReference validValueReference
Constructor Detail |
---|
public LiteralInputDefinition()
Method Detail |
---|
public LiteralInputDefinition.DataType getDataType()
LiteralInputDefinition.DataType
public void setDataType(LiteralInputDefinition.DataType value)
value
- allowed object is
LiteralInputDefinition.DataType
public LiteralInputDefinition.DefaultUOM getDefaultUOM()
LiteralInputDefinition.DefaultUOM
public void setDefaultUOM(LiteralInputDefinition.DefaultUOM value)
value
- allowed object is
LiteralInputDefinition.DefaultUOM
public 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 String getDefaultValue()
String
public void setDefaultValue(String value)
value
- allowed object is
String
public AllowedValues getAllowedValues()
AllowedValues
public void setAllowedValues(AllowedValues value)
value
- allowed object is
AllowedValues
public ValidValueReference getValidValueReference()
ValidValueReference
public 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 |