|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wcs.RangeSetType.AxisDescription
public static class RangeSetType.AxisDescription
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 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>
| Field Summary | |
|---|---|
protected AxisValue |
axisValue
|
protected java.lang.String |
label
|
protected java.lang.String |
name
|
| Constructor Summary | |
|---|---|
RangeSetType.AxisDescription()
|
|
| Method Summary | |
|---|---|
AxisValue |
getAxisValue()
Gets the value of the axisValue property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setAxisValue(AxisValue value)
Sets the value of the axisValue 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AxisValue axisValue
protected java.lang.String name
protected java.lang.String label
| Constructor Detail |
|---|
public RangeSetType.AxisDescription()
| Method Detail |
|---|
public AxisValue getAxisValue()
AxisValuepublic void setAxisValue(AxisValue value)
value - allowed object is
AxisValuepublic 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
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||