NASA World Wind WMS

gov.nasa.worldwind.servers.wms.xml
Class Dimension

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.xml.Dimension

public class Dimension
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="current" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="multipleValues" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="nearestValue" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="unitSymbol" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="units" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String _default
           
protected  Boolean current
           
protected  Boolean multipleValues
           
protected  String name
           
protected  Boolean nearestValue
           
protected  String units
           
protected  String unitSymbol
           
protected  String value
           
 
Constructor Summary
Dimension()
           
 
Method Summary
 String getDefault()
          Gets the value of the default property.
 String getName()
          Gets the value of the name property.
 String getUnits()
          Gets the value of the units property.
 String getUnitSymbol()
          Gets the value of the unitSymbol property.
 String getValue()
          Gets the value of the value property.
 Boolean isCurrent()
          Gets the value of the current 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 setDefault(String value)
          Sets the value of the default 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 setUnits(String value)
          Sets the value of the units property.
 void setUnitSymbol(String value)
          Sets the value of the unitSymbol property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_default

protected String _default

current

protected Boolean current

multipleValues

protected Boolean multipleValues

name

protected String name

nearestValue

protected Boolean nearestValue

units

protected String units

unitSymbol

protected String unitSymbol

value

protected String value
Constructor Detail

Dimension

public Dimension()
Method Detail

getDefault

public String getDefault()
Gets the value of the default property.

Returns:
possible object is String

getName

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

Returns:
possible object is String

getUnits

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

Returns:
possible object is String

getUnitSymbol

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

Returns:
possible object is String

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

isCurrent

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

Returns:
possible object is Boolean

isMultipleValues

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

Returns:
possible object is Boolean

isNearestValue

public Boolean isNearestValue()
Gets the value of the nearestValue 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

setDefault

public void setDefault(String value)
Sets the value of the default property.

Parameters:
value - allowed object is String

setMultipleValues

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

Parameters:
value - allowed object is Boolean

setName

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

Parameters:
value - allowed object is String

setNearestValue

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

Parameters:
value - allowed object is Boolean

setUnits

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

Parameters:
value - allowed object is String

setUnitSymbol

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

Parameters:
value - allowed object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

NASA World Wind WMS