public class PreflightConstraint
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">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ConstraintValue" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="AttemptFixupWarnings" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Constraint" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AttemptFixupErrors" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Status" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNodeStatus" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
attemptFixupErrors |
protected java.lang.Boolean |
attemptFixupWarnings |
protected java.lang.String |
constraint |
protected java.util.List<ConstraintValue> |
constraintValues |
protected EnumNodeStatus |
status |
| Constructor and Description |
|---|
PreflightConstraint() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAttemptFixupErrors()
Gets the value of the attemptFixupErrors property.
|
java.lang.Boolean |
getAttemptFixupWarnings()
Gets the value of the attemptFixupWarnings property.
|
java.lang.String |
getConstraint()
Gets the value of the constraint property.
|
java.util.List<ConstraintValue> |
getConstraintValues()
Gets the value of the constraintValues property.
|
EnumNodeStatus |
getStatus()
Gets the value of the status property.
|
void |
setAttemptFixupErrors(java.lang.Boolean value)
Sets the value of the attemptFixupErrors property.
|
void |
setAttemptFixupWarnings(java.lang.Boolean value)
Sets the value of the attemptFixupWarnings property.
|
void |
setConstraint(java.lang.String value)
Sets the value of the constraint property.
|
void |
setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
protected java.util.List<ConstraintValue> constraintValues
protected java.lang.Boolean attemptFixupWarnings
protected java.lang.String constraint
protected java.lang.Boolean attemptFixupErrors
protected EnumNodeStatus status
public java.util.List<ConstraintValue> getConstraintValues()
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 constraintValues property.
For example, to add a new item, do as follows:
getConstraintValues().add(newItem);
Objects of the following type(s) are allowed in the list
ConstraintValue
public java.lang.Boolean getAttemptFixupWarnings()
Booleanpublic void setAttemptFixupWarnings(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getConstraint()
Stringpublic void setConstraint(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getAttemptFixupErrors()
Booleanpublic void setAttemptFixupErrors(java.lang.Boolean value)
value - allowed object is
Booleanpublic EnumNodeStatus getStatus()
EnumNodeStatuspublic void setStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatusCopyright © 2012. All Rights Reserved.