org.deegree.services.jaxb.wcs
Class RangeSetType.AxisDescription

java.lang.Object
  extended by org.deegree.services.jaxb.wcs.RangeSetType.AxisDescription
Enclosing class:
RangeSetType

public static class RangeSetType.AxisDescription
extends Object

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  String label
           
protected  String name
           
 
Constructor Summary
RangeSetType.AxisDescription()
           
 
Method Summary
 AxisValue getAxisValue()
          Gets the value of the axisValue property.
 String getLabel()
          Gets the value of the label property.
 String getName()
          Gets the value of the name property.
 void setAxisValue(AxisValue value)
          Sets the value of the axisValue property.
 void setLabel(String value)
          Sets the value of the label property.
 void setName(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

axisValue

protected AxisValue axisValue

name

protected String name

label

protected String label
Constructor Detail

RangeSetType.AxisDescription

public RangeSetType.AxisDescription()
Method Detail

getAxisValue

public AxisValue getAxisValue()
Gets the value of the axisValue property.

Returns:
possible object is AxisValue

setAxisValue

public void setAxisValue(AxisValue value)
Sets the value of the axisValue property.

Parameters:
value - allowed object is AxisValue

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.