org.deegree.process.jaxb.java
Class Range

java.lang.Object
  extended by org.deegree.process.jaxb.java.Range

public class Range
extends Object

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

minimumValue

protected String minimumValue

maximumValue

protected String maximumValue

spacing

protected String spacing

rangeClosure

protected List<String> rangeClosure
Constructor Detail

Range

public Range()
Method Detail

getMinimumValue

public String getMinimumValue()
Gets the value of the minimumValue property.

Returns:
possible object is String

setMinimumValue

public void setMinimumValue(String value)
Sets the value of the minimumValue property.

Parameters:
value - allowed object is String

getMaximumValue

public String getMaximumValue()
Gets the value of the maximumValue property.

Returns:
possible object is String

setMaximumValue

public void setMaximumValue(String value)
Sets the value of the maximumValue property.

Parameters:
value - allowed object is String

getSpacing

public String getSpacing()
Gets the value of the spacing property.

Returns:
possible object is String

setSpacing

public void setSpacing(String value)
Sets the value of the spacing property.

Parameters:
value - allowed object is String

getRangeClosure

public List<String> getRangeClosure()
Gets the value of the rangeClosure property.

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



Copyright © 2011. All Rights Reserved.