public class ElementState extends Object implements 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 String |
descriptiveName |
protected Integer |
maxOccurs |
protected Integer |
minOccurs |
protected String |
xPath |
protected String |
xPathRoot |
| Constructor and Description |
|---|
ElementState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
Integer |
getMaxOccurs()
Gets the value of the maxOccurs property.
|
Integer |
getMinOccurs()
Gets the value of the minOccurs property.
|
String |
getXPath()
Gets the value of the xPath property.
|
String |
getXPathRoot()
Gets the value of the xPathRoot property.
|
void |
setDescriptiveName(String value)
Sets the value of the descriptiveName property.
|
void |
setMaxOccurs(Integer value)
Sets the value of the maxOccurs property.
|
void |
setMinOccurs(Integer value)
Sets the value of the minOccurs property.
|
void |
setXPath(String value)
Sets the value of the xPath property.
|
void |
setXPathRoot(String value)
Sets the value of the xPathRoot property.
|
protected String xPath
protected String xPathRoot
protected String descriptiveName
protected Integer minOccurs
protected Integer maxOccurs
public String getXPath()
Stringpublic void setXPath(String value)
value - allowed object is
Stringpublic String getXPathRoot()
Stringpublic void setXPathRoot(String value)
value - allowed object is
Stringpublic String getDescriptiveName()
Stringpublic void setDescriptiveName(String value)
value - allowed object is
Stringpublic Integer getMinOccurs()
Integerpublic void setMinOccurs(Integer value)
value - allowed object is
Integerpublic Integer getMaxOccurs()
IntegerCopyright © 2012. All Rights Reserved.