org.deegree.services.jaxb.wms
Class DimensionType

java.lang.Object
  extended by org.deegree.services.jaxb.wms.DimensionType

public class DimensionType
extends Object

Java class for DimensionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DimensionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Property" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MultipleValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="NearestValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Current" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Units" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UnitSymbol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Extent" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="isTime" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="isElevation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean current
           
protected  String defaultValue
           
protected  String extent
           
protected  Boolean isElevation
           
protected  Boolean isTime
           
protected  Boolean multipleValues
           
protected  String name
           
protected  Boolean nearestValue
           
protected  QName property
           
protected  String units
           
protected  String unitSymbol
           
 
Constructor Summary
DimensionType()
           
 
Method Summary
 String getDefaultValue()
          Gets the value of the defaultValue property.
 String getExtent()
          Gets the value of the extent property.
 String getName()
          Gets the value of the name property.
 QName getProperty()
          Gets the value of the property property.
 String getUnits()
          Gets the value of the units property.
 String getUnitSymbol()
          Gets the value of the unitSymbol property.
 Boolean isCurrent()
          Gets the value of the current property.
 boolean isIsElevation()
          Gets the value of the isElevation property.
 boolean isIsTime()
          Gets the value of the isTime property.
 Boolean isMultipleValues()
          Gets the value of the multipleValues property.
 Boolean isNearestValue()
          Gets the value of the nearestValue property.
 void setCurrent(Boolean value)
          Sets the value of the current property.
 void setDefaultValue(String value)
          Sets the value of the defaultValue property.
 void setExtent(String value)
          Sets the value of the extent property.
 void setIsElevation(Boolean value)
          Sets the value of the isElevation property.
 void setIsTime(Boolean value)
          Sets the value of the isTime property.
 void setMultipleValues(Boolean value)
          Sets the value of the multipleValues property.
 void setName(String value)
          Sets the value of the name property.
 void setNearestValue(Boolean value)
          Sets the value of the nearestValue property.
 void setProperty(QName value)
          Sets the value of the property property.
 void setUnits(String value)
          Sets the value of the units property.
 void setUnitSymbol(String value)
          Sets the value of the unitSymbol 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

property

protected QName property

defaultValue

protected String defaultValue

multipleValues

protected Boolean multipleValues

nearestValue

protected Boolean nearestValue

current

protected Boolean current

units

protected String units

unitSymbol

protected String unitSymbol

extent

protected String extent

isTime

protected Boolean isTime

isElevation

protected Boolean isElevation
Constructor Detail

DimensionType

public DimensionType()
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

getProperty

public QName getProperty()
Gets the value of the property property.

Returns:
possible object is QName

setProperty

public void setProperty(QName value)
Sets the value of the property property.

Parameters:
value - allowed object is QName

getDefaultValue

public String getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is String

setDefaultValue

public void setDefaultValue(String value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is String

isMultipleValues

public Boolean isMultipleValues()
Gets the value of the multipleValues property.

Returns:
possible object is Boolean

setMultipleValues

public void setMultipleValues(Boolean value)
Sets the value of the multipleValues property.

Parameters:
value - allowed object is Boolean

isNearestValue

public Boolean isNearestValue()
Gets the value of the nearestValue property.

Returns:
possible object is Boolean

setNearestValue

public void setNearestValue(Boolean value)
Sets the value of the nearestValue property.

Parameters:
value - allowed object is Boolean

isCurrent

public Boolean isCurrent()
Gets the value of the current property.

Returns:
possible object is Boolean

setCurrent

public void setCurrent(Boolean value)
Sets the value of the current property.

Parameters:
value - allowed object is Boolean

getUnits

public String getUnits()
Gets the value of the units property.

Returns:
possible object is String

setUnits

public void setUnits(String value)
Sets the value of the units property.

Parameters:
value - allowed object is String

getUnitSymbol

public String getUnitSymbol()
Gets the value of the unitSymbol property.

Returns:
possible object is String

setUnitSymbol

public void setUnitSymbol(String value)
Sets the value of the unitSymbol property.

Parameters:
value - allowed object is String

getExtent

public String getExtent()
Gets the value of the extent property.

Returns:
possible object is String

setExtent

public void setExtent(String value)
Sets the value of the extent property.

Parameters:
value - allowed object is String

isIsTime

public boolean isIsTime()
Gets the value of the isTime property.

Returns:
possible object is Boolean

setIsTime

public void setIsTime(Boolean value)
Sets the value of the isTime property.

Parameters:
value - allowed object is Boolean

isIsElevation

public boolean isIsElevation()
Gets the value of the isElevation property.

Returns:
possible object is Boolean

setIsElevation

public void setIsElevation(Boolean value)
Sets the value of the isElevation property.

Parameters:
value - allowed object is Boolean


Copyright © 2011. All Rights Reserved.