public class ApprovalSuccess extends ParameterType implements java.io.Serializable
Java class for ApprovalSuccess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApprovalSuccess">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ApprovalDetails" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ApprovalDetails> |
approvalDetails |
protected java.lang.Object |
fileSpecRef |
| Constructor and Description |
|---|
ApprovalSuccess() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ApprovalDetails> |
getApprovalDetails()
Gets the value of the approvalDetails property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
protected java.util.List<ApprovalDetails> approvalDetails
protected java.lang.Object fileSpecRef
public java.util.List<ApprovalDetails> getApprovalDetails()
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 approvalDetails property.
For example, to add a new item, do as follows:
getApprovalDetails().add(newItem);
Objects of the following type(s) are allowed in the list
ApprovalDetails
public java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.