|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.process.jaxb.java.Range
public class Range
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MinimumValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MaximumValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Spacing" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="rangeClosure" default="closed">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKENS">
<enumeration value="closed"/>
<enumeration value="open"/>
<enumeration value="open-closed"/>
<enumeration value="closed-open"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
maximumValue
|
protected java.lang.String |
minimumValue
|
protected java.util.List<java.lang.String> |
rangeClosure
|
protected java.lang.String |
spacing
|
| Constructor Summary | |
|---|---|
Range()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMaximumValue()
Gets the value of the maximumValue property. |
java.lang.String |
getMinimumValue()
Gets the value of the minimumValue property. |
java.util.List<java.lang.String> |
getRangeClosure()
Gets the value of the rangeClosure property. |
java.lang.String |
getSpacing()
Gets the value of the spacing property. |
void |
setMaximumValue(java.lang.String value)
Sets the value of the maximumValue property. |
void |
setMinimumValue(java.lang.String value)
Sets the value of the minimumValue property. |
void |
setSpacing(java.lang.String value)
Sets the value of the spacing property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String minimumValue
protected java.lang.String maximumValue
protected java.lang.String spacing
protected java.util.List<java.lang.String> rangeClosure
| Constructor Detail |
|---|
public Range()
| Method Detail |
|---|
public java.lang.String getMinimumValue()
Stringpublic void setMinimumValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaximumValue()
Stringpublic void setMaximumValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSpacing()
Stringpublic void setSpacing(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getRangeClosure()
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 rangeClosure property.
For example, to add a new item, do as follows:
getRangeClosure().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||