|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wms.Dimension
public class Dimension
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="units" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="unitSymbol" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="multipleValues" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="nearestValue" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="current" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</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()
Obtient la valeur de la propriété default. |
String |
getName()
Obtient la valeur de la propriété name. |
String |
getUnits()
Obtient la valeur de la propriété units. |
String |
getUnitSymbol()
Obtient la valeur de la propriété unitSymbol. |
String |
getValue()
Obtient la valeur de la propriété value. |
boolean |
isCurrent()
Obtient la valeur de la propriété current. |
boolean |
isMultipleValues()
Obtient la valeur de la propriété multipleValues. |
boolean |
isNearestValue()
Obtient la valeur de la propriété nearestValue. |
boolean |
isSetCurrent()
|
boolean |
isSetDefault()
|
boolean |
isSetMultipleValues()
|
boolean |
isSetName()
|
boolean |
isSetNearestValue()
|
boolean |
isSetUnits()
|
boolean |
isSetUnitSymbol()
|
boolean |
isSetValue()
|
void |
setCurrent(boolean value)
Définit la valeur de la propriété current. |
void |
setDefault(String value)
Définit la valeur de la propriété default. |
void |
setMultipleValues(boolean value)
Définit la valeur de la propriété multipleValues. |
void |
setName(String value)
Définit la valeur de la propriété name. |
void |
setNearestValue(boolean value)
Définit la valeur de la propriété nearestValue. |
void |
setUnits(String value)
Définit la valeur de la propriété units. |
void |
setUnitSymbol(String value)
Définit la valeur de la propriété unitSymbol. |
void |
setValue(String value)
Définit la valeur de la propriété value. |
void |
unsetCurrent()
|
void |
unsetMultipleValues()
|
void |
unsetNearestValue()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected String name
protected String units
protected String unitSymbol
protected String _default
protected Boolean multipleValues
protected Boolean nearestValue
protected Boolean current
| Constructor Detail |
|---|
public Dimension()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getUnits()
Stringpublic void setUnits(String value)
value - allowed object is
Stringpublic boolean isSetUnits()
public String getUnitSymbol()
Stringpublic void setUnitSymbol(String value)
value - allowed object is
Stringpublic boolean isSetUnitSymbol()
public String getDefault()
Stringpublic void setDefault(String value)
value - allowed object is
Stringpublic boolean isSetDefault()
public boolean isMultipleValues()
Booleanpublic void setMultipleValues(boolean value)
value - allowed object is
Booleanpublic boolean isSetMultipleValues()
public void unsetMultipleValues()
public boolean isNearestValue()
Booleanpublic void setNearestValue(boolean value)
value - allowed object is
Booleanpublic boolean isSetNearestValue()
public void unsetNearestValue()
public boolean isCurrent()
Booleanpublic void setCurrent(boolean value)
value - allowed object is
Booleanpublic boolean isSetCurrent()
public void unsetCurrent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||