org.deegree.process.jaxb.java
Class Range

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

public class Range
extends java.lang.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  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

minimumValue

protected java.lang.String minimumValue

maximumValue

protected java.lang.String maximumValue

spacing

protected java.lang.String spacing

rangeClosure

protected java.util.List<java.lang.String> rangeClosure
Constructor Detail

Range

public Range()
Method Detail

getMinimumValue

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

Returns:
possible object is String

setMinimumValue

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

Parameters:
value - allowed object is String

getMaximumValue

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

Returns:
possible object is String

setMaximumValue

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

Parameters:
value - allowed object is String

getSpacing

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

Returns:
possible object is String

setSpacing

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

Parameters:
value - allowed object is String

getRangeClosure

public java.util.List<java.lang.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.