public class Extent
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="nearestValue" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="multipleValues" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="current" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_default |
protected java.lang.String |
content |
protected java.lang.String |
current |
protected java.lang.String |
multipleValues |
protected java.lang.String |
name |
protected java.lang.String |
nearestValue |
| Constructor and Description |
|---|
Extent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Gets the value of the content property.
|
java.lang.String |
getCurrent()
Gets the value of the current property.
|
java.lang.String |
getDefault()
Gets the value of the default property.
|
java.lang.String |
getMultipleValues()
Gets the value of the multipleValues property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNearestValue()
Gets the value of the nearestValue property.
|
void |
setContent(java.lang.String value)
Sets the value of the content property.
|
void |
setCurrent(java.lang.String value)
Sets the value of the current property.
|
void |
setDefault(java.lang.String value)
Sets the value of the default property.
|
void |
setMultipleValues(java.lang.String 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.String value)
Sets the value of the nearestValue property.
|
protected java.lang.String content
protected java.lang.String name
protected java.lang.String _default
protected java.lang.String nearestValue
protected java.lang.String multipleValues
protected java.lang.String current
public java.lang.String getContent()
Stringpublic void setContent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDefault()
Stringpublic void setDefault(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNearestValue()
Stringpublic void setNearestValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMultipleValues()
Stringpublic void setMultipleValues(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCurrent()
Stringpublic void setCurrent(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.