org.deegree.services.jaxb.wcs
Class IntervalType

java.lang.Object
  extended by org.deegree.services.jaxb.wcs.IntervalType

public class IntervalType
extends java.lang.Object

The type of a given value

Java class for IntervalType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IntervalType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="min" type="{http://www.deegree.org/services/wcs}TypedType"/>
         <element name="max" type="{http://www.deegree.org/services/wcs}TypedType"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute ref="{http://www.deegree.org/services/wcs}closure"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.String> closure
           
protected  TypedType max
           
protected  TypedType min
           
protected  java.lang.String type
           
 
Constructor Summary
IntervalType()
           
 
Method Summary
 java.util.List<java.lang.String> getClosure()
          Gets the value of the closure property.
 TypedType getMax()
          Gets the value of the max property.
 TypedType getMin()
          Gets the value of the min property.
 java.lang.String getType()
          Gets the value of the type property.
 void setMax(TypedType value)
          Sets the value of the max property.
 void setMin(TypedType value)
          Sets the value of the min property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

protected TypedType min

max

protected TypedType max

type

protected java.lang.String type

closure

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

IntervalType

public IntervalType()
Method Detail

getMin

public TypedType getMin()
Gets the value of the min property.

Returns:
possible object is TypedType

setMin

public void setMin(TypedType value)
Sets the value of the min property.

Parameters:
value - allowed object is TypedType

getMax

public TypedType getMax()
Gets the value of the max property.

Returns:
possible object is TypedType

setMax

public void setMax(TypedType value)
Sets the value of the max property.

Parameters:
value - allowed object is TypedType

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getClosure

public java.util.List<java.lang.String> getClosure()
Gets the value of the closure 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 closure property.

For example, to add a new item, do as follows:

    getClosure().add(newItem);
 

Objects of the following type(s) are allowed in the list String



Copyright © 2011. All Rights Reserved.