public class StringEvaluation extends TermType implements Serializable
Java class for StringEvaluation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringEvaluation">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}TermType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BasicPreflightTest" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Value" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="RegExp" type="{http://www.CIP4.org/JDFSchema_2_0}RegExp" />
<attribute name="Length" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRange" />
<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" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<BasicPreflightTest> |
basicPreflightTests |
protected Integer |
length |
protected String |
regExp |
protected List<Object> |
values |
protected String |
xPath |
protected String |
xPathRoot |
| Constructor and Description |
|---|
StringEvaluation() |
| Modifier and Type | Method and Description |
|---|---|
List<BasicPreflightTest> |
getBasicPreflightTests()
Gets the value of the basicPreflightTests property.
|
Integer |
getLength()
Gets the value of the length property.
|
String |
getRegExp()
Gets the value of the regExp property.
|
List<Object> |
getValues()
Gets the value of the values property.
|
String |
getXPath()
Gets the value of the xPath property.
|
String |
getXPathRoot()
Gets the value of the xPathRoot property.
|
void |
setLength(Integer value)
Sets the value of the length property.
|
void |
setRegExp(String value)
Sets the value of the regExp property.
|
void |
setXPath(String value)
Sets the value of the xPath property.
|
void |
setXPathRoot(String value)
Sets the value of the xPathRoot property.
|
protected List<BasicPreflightTest> basicPreflightTests
protected String regExp
protected Integer length
protected String xPath
protected String xPathRoot
public List<Object> getValues()
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 values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public List<BasicPreflightTest> getBasicPreflightTests()
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 basicPreflightTests property.
For example, to add a new item, do as follows:
getBasicPreflightTests().add(newItem);
Objects of the following type(s) are allowed in the list
BasicPreflightTest
public String getRegExp()
Stringpublic void setRegExp(String value)
value - allowed object is
Stringpublic Integer getLength()
Integerpublic void setLength(Integer value)
value - allowed object is
Integerpublic String getXPath()
Stringpublic void setXPath(String value)
value - allowed object is
Stringpublic String getXPathRoot()
StringCopyright © 2012. All Rights Reserved.