org.deegree.services.jaxb.wcs
Class RangeSetType

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

public class RangeSetType
extends Object

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  List<RangeSetType.AxisDescription> axisDescription
           
protected  String label
           
protected  String name
           
protected  TypedType nullValue
           
 
Constructor Summary
RangeSetType()
           
 
Method Summary
 List<RangeSetType.AxisDescription> getAxisDescription()
          Gets the value of the axisDescription property.
 String getLabel()
          Gets the value of the label property.
 String getName()
          Gets the value of the name property.
 TypedType getNullValue()
          Gets the value of the nullValue property.
 void setLabel(String value)
          Sets the value of the label property.
 void setName(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

name

protected String name

label

protected String label

axisDescription

protected List<RangeSetType.AxisDescription> axisDescription

nullValue

protected TypedType nullValue
Constructor Detail

RangeSetType

public RangeSetType()
Method Detail

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

getAxisDescription

public List<RangeSetType.AxisDescription> getAxisDescription()
Gets the value of the axisDescription 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 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


getNullValue

public TypedType getNullValue()
Gets the value of the nullValue property.

Returns:
possible object is TypedType

setNullValue

public void setNullValue(TypedType value)
Sets the value of the nullValue property.

Parameters:
value - allowed object is TypedType


Copyright © 2011. All Rights Reserved.