org.deegree.services.jaxb.wcs
Class AxisValue

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

public class AxisValue
extends Object

The value(s) of a given axis, either the nullvalue

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">
       <choice>
         <element name="SingleValue" type="{http://www.deegree.org/services/wcs}TypedType" maxOccurs="unbounded"/>
         <element name="Interval" type="{http://www.deegree.org/services/wcs}IntervalType" maxOccurs="unbounded"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<IntervalType> interval
           
protected  List<TypedType> singleValue
           
 
Constructor Summary
AxisValue()
           
 
Method Summary
 List<IntervalType> getInterval()
          Gets the value of the interval property.
 List<TypedType> getSingleValue()
          Gets the value of the singleValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

singleValue

protected List<TypedType> singleValue

interval

protected List<IntervalType> interval
Constructor Detail

AxisValue

public AxisValue()
Method Detail

getSingleValue

public List<TypedType> getSingleValue()
Gets the value of the singleValue 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 singleValue property.

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

    getSingleValue().add(newItem);
 

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


getInterval

public List<IntervalType> getInterval()
Gets the value of the interval 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 interval property.

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

    getInterval().add(newItem);
 

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



Copyright © 2011. All Rights Reserved.