| 
 | ||||||||||
| 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  String | maximumValue | 
| protected  String | minimumValue | 
| protected  List<String> | rangeClosure | 
| protected  String | spacing | 
| Constructor Summary | |
|---|---|
| Range() | |
| Method Summary | |
|---|---|
|  String | getMaximumValue()Gets the value of the maximumValue property. | 
|  String | getMinimumValue()Gets the value of the minimumValue property. | 
|  List<String> | getRangeClosure()Gets the value of the rangeClosure property. | 
|  String | getSpacing()Gets the value of the spacing property. | 
|  void | setMaximumValue(String value)Sets the value of the maximumValue property. | 
|  void | setMinimumValue(String value)Sets the value of the minimumValue property. | 
|  void | setSpacing(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 String minimumValue
protected String maximumValue
protected String spacing
protected List<String> rangeClosure
| Constructor Detail | 
|---|
public Range()
| Method Detail | 
|---|
public String getMinimumValue()
Stringpublic void setMinimumValue(String value)
value - allowed object is
     Stringpublic String getMaximumValue()
Stringpublic void setMaximumValue(String value)
value - allowed object is
     Stringpublic String getSpacing()
Stringpublic void setSpacing(String value)
value - allowed object is
     Stringpublic List<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 | |||||||||