|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows_context.DimensionType
public class DimensionType
Classe Java pour DimensionType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DimensionType">
<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="userValue" 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 |
userValue
|
protected String |
value
|
| Constructor Summary | |
|---|---|
DimensionType()
|
|
| 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 |
getUserValue()
Obtient la valeur de la propriété userValue. |
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 |
isSetUserValue()
|
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 |
setUserValue(String value)
Définit la valeur de la propriété userValue. |
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 userValue
protected String _default
protected Boolean multipleValues
protected Boolean nearestValue
protected Boolean current
| Constructor Detail |
|---|
public DimensionType()
| 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 getUserValue()
Stringpublic void setUserValue(String value)
value - allowed object is
Stringpublic boolean isSetUserValue()
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 | |||||||||