public class AttributeType extends Object
Java class for attributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="sel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="exists" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
exists |
protected String |
sel |
protected String |
value |
| Constructor and Description |
|---|
AttributeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSel()
Gets the value of the sel property.
|
String |
getValue()
Gets the value of the value property.
|
Boolean |
isExists()
Gets the value of the exists property.
|
void |
setExists(Boolean value)
Sets the value of the exists property.
|
void |
setSel(String value)
Sets the value of the sel property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic void setSel(String value)
value - allowed object is
Stringpublic Boolean isExists()
BooleanCopyright © 2017. All rights reserved.