org.deegree.services.jaxb.wms
Class DimensionType

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

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

property

protected javax.xml.namespace.QName property

defaultValue

protected java.lang.String defaultValue

multipleValues

protected java.lang.Boolean multipleValues

nearestValue

protected java.lang.Boolean nearestValue

current

protected java.lang.Boolean current

units

protected java.lang.String units

unitSymbol

protected java.lang.String unitSymbol

extent

protected java.lang.String extent

isTime

protected java.lang.Boolean isTime

isElevation

protected java.lang.Boolean isElevation
Constructor Detail

DimensionType

public DimensionType()
Method Detail

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getProperty

public javax.xml.namespace.QName getProperty()
Gets the value of the property property.

Returns:
possible object is QName

setProperty

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

Parameters:
value - allowed object is QName

getDefaultValue

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

Returns:
possible object is String

setDefaultValue

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

Parameters:
value - allowed object is String

isMultipleValues

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

Returns:
possible object is Boolean

setMultipleValues

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

Parameters:
value - allowed object is Boolean

isNearestValue

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

Returns:
possible object is Boolean

setNearestValue

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

Parameters:
value - allowed object is Boolean

isCurrent

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

Returns:
possible object is Boolean

setCurrent

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

Parameters:
value - allowed object is Boolean

getUnits

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

Returns:
possible object is String

setUnits

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

Parameters:
value - allowed object is String

getUnitSymbol

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

Returns:
possible object is String

setUnitSymbol

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

Parameters:
value - allowed object is String

getExtent

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

Returns:
possible object is String

setExtent

public void setExtent(java.lang.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(java.lang.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(java.lang.Boolean value)
Sets the value of the isElevation property.

Parameters:
value - allowed object is Boolean


Copyright © 2011. All Rights Reserved.