public class ApprovalSuccess extends ParameterType implements 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 List<ApprovalDetails> |
approvalDetails |
protected Object |
fileSpecRef |
| Constructor and Description |
|---|
ApprovalSuccess() |
| Modifier and Type | Method and Description |
|---|---|
List<ApprovalDetails> |
getApprovalDetails()
Gets the value of the approvalDetails property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
protected List<ApprovalDetails> approvalDetails
protected Object fileSpecRef
public 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 Object getFileSpecRef()
ObjectCopyright © 2012. All Rights Reserved.