public class ElementType extends Object
Java class for elementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="elementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
<attribute name="sel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="exists" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
content |
protected Boolean |
exists |
protected String |
sel |
| Constructor and Description |
|---|
ElementType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getContent()
Gets the value of the content property.
|
String |
getSel()
Gets the value of the sel 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.
|
public List<Object> getContent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
String
Object
Element
public void setSel(String value)
value - allowed object is
Stringpublic Boolean isExists()
BooleanCopyright © 2016. All rights reserved.