public class PreflightConstraint 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">
<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 Boolean |
attemptFixupErrors |
protected Boolean |
attemptFixupWarnings |
protected String |
constraint |
protected List<ConstraintValue> |
constraintValues |
protected EnumNodeStatus |
status |
| Constructor and Description |
|---|
PreflightConstraint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConstraint()
Gets the value of the constraint property.
|
List<ConstraintValue> |
getConstraintValues()
Gets the value of the constraintValues property.
|
EnumNodeStatus |
getStatus()
Gets the value of the status property.
|
Boolean |
isAttemptFixupErrors()
Gets the value of the attemptFixupErrors property.
|
Boolean |
isAttemptFixupWarnings()
Gets the value of the attemptFixupWarnings property.
|
void |
setAttemptFixupErrors(Boolean value)
Sets the value of the attemptFixupErrors property.
|
void |
setAttemptFixupWarnings(Boolean value)
Sets the value of the attemptFixupWarnings property.
|
void |
setConstraint(String value)
Sets the value of the constraint property.
|
void |
setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
protected List<ConstraintValue> constraintValues
protected Boolean attemptFixupWarnings
protected String constraint
protected Boolean attemptFixupErrors
protected EnumNodeStatus status
public 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 Boolean isAttemptFixupWarnings()
Booleanpublic void setAttemptFixupWarnings(Boolean value)
value - allowed object is
Booleanpublic String getConstraint()
Stringpublic void setConstraint(String value)
value - allowed object is
Stringpublic Boolean isAttemptFixupErrors()
Booleanpublic void setAttemptFixupErrors(Boolean value)
value - allowed object is
Booleanpublic EnumNodeStatus getStatus()
EnumNodeStatuspublic void setStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatusCopyright © 2012. All Rights Reserved.