|
NASA World Wind WMS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.worldwind.servers.wms.xml.Dimension
public class Dimension
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 |
---|
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 Detail |
---|
public Dimension()
Method Detail |
---|
public String getDefault()
String
public String getName()
String
public String getUnits()
String
public String getUnitSymbol()
String
public String getValue()
String
public Boolean isCurrent()
Boolean
public Boolean isMultipleValues()
Boolean
public Boolean isNearestValue()
Boolean
public void setCurrent(Boolean value)
value
- allowed object is
Boolean
public void setDefault(String value)
value
- allowed object is
String
public void setMultipleValues(Boolean value)
value
- allowed object is
Boolean
public void setName(String value)
value
- allowed object is
String
public void setNearestValue(Boolean value)
value
- allowed object is
Boolean
public void setUnits(String value)
value
- allowed object is
String
public void setUnitSymbol(String value)
value
- allowed object is
String
public void setValue(String value)
value
- allowed object is
String
|
NASA World Wind WMS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |