public class XMLInfo extends Object
Java class for XMLInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XMLInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="xmlElement" type="{commonj.sdo}Boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
xmlElement |
| Constructor and Description |
|---|
XMLInfo() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isXmlElement()
Gets the value of the xmlElement property.
|
void |
setXmlElement(Boolean value)
Sets the value of the xmlElement property.
|
protected Boolean xmlElement
Copyright © 2019. All rights reserved.