|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wcs.AxisValue
public class AxisValue
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 |
---|
protected List<TypedType> singleValue
protected List<IntervalType> interval
Constructor Detail |
---|
public AxisValue()
Method Detail |
---|
public List<TypedType> getSingleValue()
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
public List<IntervalType> getInterval()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |