public class ElementState
extends java.lang.Object
implements java.io.Serializable
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="XPath" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}XPath" />
<attribute name="XPathRoot" type="{http://www.CIP4.org/JDFSchema_2_0}XPath" />
<attribute name="DescriptiveName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MinOccurs" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="MaxOccurs" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
descriptiveName |
protected java.lang.Integer |
maxOccurs |
protected java.lang.Integer |
minOccurs |
protected java.lang.String |
xPath |
protected java.lang.String |
xPathRoot |
| Constructor and Description |
|---|
ElementState() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
java.lang.Integer |
getMaxOccurs()
Gets the value of the maxOccurs property.
|
java.lang.Integer |
getMinOccurs()
Gets the value of the minOccurs property.
|
java.lang.String |
getXPath()
Gets the value of the xPath property.
|
java.lang.String |
getXPathRoot()
Gets the value of the xPathRoot property.
|
void |
setDescriptiveName(java.lang.String value)
Sets the value of the descriptiveName property.
|
void |
setMaxOccurs(java.lang.Integer value)
Sets the value of the maxOccurs property.
|
void |
setMinOccurs(java.lang.Integer value)
Sets the value of the minOccurs property.
|
void |
setXPath(java.lang.String value)
Sets the value of the xPath property.
|
void |
setXPathRoot(java.lang.String value)
Sets the value of the xPathRoot property.
|
protected java.lang.String xPath
protected java.lang.String xPathRoot
protected java.lang.String descriptiveName
protected java.lang.Integer minOccurs
protected java.lang.Integer maxOccurs
public java.lang.String getXPath()
Stringpublic void setXPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getXPathRoot()
Stringpublic void setXPathRoot(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescriptiveName()
Stringpublic void setDescriptiveName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getMinOccurs()
Integerpublic void setMinOccurs(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMaxOccurs()
Integerpublic void setMaxOccurs(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.