Package org.cxml
Class ApprovalRequest
java.lang.Object
org.cxml.ApprovalRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acceptanceItemOrApprovalItem property.Gets the value of the approvalRequestHeader property.voidSets the value of the approvalRequestHeader property.
-
Field Details
-
approvalRequestHeader
-
acceptanceItemOrApprovalItem
-
-
Constructor Details
-
ApprovalRequest
public ApprovalRequest()
-
-
Method Details
-
getApprovalRequestHeader
Gets the value of the approvalRequestHeader property.- Returns:
- possible object is
ApprovalRequestHeader
-
setApprovalRequestHeader
Sets the value of the approvalRequestHeader property.- Parameters:
value- allowed object isApprovalRequestHeader
-
getAcceptanceItemOrApprovalItem
Gets the value of the acceptanceItemOrApprovalItem property.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
setmethod for the acceptanceItemOrApprovalItem property.For example, to add a new item, do as follows:
getAcceptanceItemOrApprovalItem().add(newItem);Objects of the following type(s) are allowed in the list
AcceptanceItemApprovalItem
-