|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wcs.RangeSetType
public class RangeSetType
Defines the range set of the given coverage.
Java class for RangeSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RangeSetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AxisDescription" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.deegree.org/services/wcs}AxisValue"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="NullValue" type="{http://www.deegree.org/services/wcs}TypedType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
RangeSetType.AxisDescription
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.util.List<RangeSetType.AxisDescription> |
axisDescription
|
protected java.lang.String |
label
|
protected java.lang.String |
name
|
protected TypedType |
nullValue
|
| Constructor Summary | |
|---|---|
RangeSetType()
|
|
| Method Summary | |
|---|---|
java.util.List<RangeSetType.AxisDescription> |
getAxisDescription()
Gets the value of the axisDescription property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.lang.String |
getName()
Gets the value of the name property. |
TypedType |
getNullValue()
Gets the value of the nullValue property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNullValue(TypedType value)
Sets the value of the nullValue property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String label
protected java.util.List<RangeSetType.AxisDescription> axisDescription
protected TypedType nullValue
| Constructor Detail |
|---|
public RangeSetType()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<RangeSetType.AxisDescription> getAxisDescription()
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 axisDescription property.
For example, to add a new item, do as follows:
getAxisDescription().add(newItem);
Objects of the following type(s) are allowed in the list
RangeSetType.AxisDescription
public TypedType getNullValue()
TypedTypepublic void setNullValue(TypedType value)
value - allowed object is
TypedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||