public class XmlProperty extends Object
Java class for XmlProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlProperty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="nodeType" use="required" type="{http://plasma.org/metamodel}XmlNodeType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XmlNodeType |
nodeType |
| Constructor and Description |
|---|
XmlProperty() |
| Modifier and Type | Method and Description |
|---|---|
XmlNodeType |
getNodeType()
Gets the value of the nodeType property.
|
void |
setNodeType(XmlNodeType value)
Sets the value of the nodeType property.
|
protected XmlNodeType nodeType
public XmlNodeType getNodeType()
XmlNodeTypepublic void setNodeType(XmlNodeType value)
value - allowed object is
XmlNodeTypeCopyright © 2017. All rights reserved.