|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wms.DimensionType
public class DimensionType
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 |
|---|
protected java.lang.String name
protected javax.xml.namespace.QName property
protected java.lang.String defaultValue
protected java.lang.Boolean multipleValues
protected java.lang.Boolean nearestValue
protected java.lang.Boolean current
protected java.lang.String units
protected java.lang.String unitSymbol
protected java.lang.String extent
protected java.lang.Boolean isTime
protected java.lang.Boolean isElevation
| Constructor Detail |
|---|
public DimensionType()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getProperty()
QNamepublic void setProperty(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.String getDefaultValue()
Stringpublic void setDefaultValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isMultipleValues()
Booleanpublic void setMultipleValues(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isNearestValue()
Booleanpublic void setNearestValue(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isCurrent()
Booleanpublic void setCurrent(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getUnits()
Stringpublic void setUnits(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnitSymbol()
Stringpublic void setUnitSymbol(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExtent()
Stringpublic void setExtent(java.lang.String value)
value - allowed object is
Stringpublic boolean isIsTime()
Booleanpublic void setIsTime(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isIsElevation()
Booleanpublic void setIsElevation(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||