Package org.cxml
Class ApprovalRequestHeader
java.lang.Object
org.cxml.ApprovalRequestHeader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Commentsprotected Contactprotected Stringprotected CXMLAttachmentprotected DocumentReferenceprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the approvalEndDate property.Gets the value of the approvalStartDate property.Gets the value of the approvalStatus property.Gets the value of the comments property.Gets the value of the contact property.Gets the value of the creationDate property.Gets the value of the cxmlAttachment property.Gets the value of the documentReference property.Gets the value of the extrinsic property.getType()Gets the value of the type property.voidsetApprovalEndDate(String value) Sets the value of the approvalEndDate property.voidsetApprovalStartDate(String value) Sets the value of the approvalStartDate property.voidsetApprovalStatus(String value) Sets the value of the approvalStatus property.voidsetComments(Comments value) Sets the value of the comments property.voidsetContact(Contact value) Sets the value of the contact property.voidsetCreationDate(String value) Sets the value of the creationDate property.voidsetCXMLAttachment(CXMLAttachment value) Sets the value of the cxmlAttachment property.voidSets the value of the documentReference property.voidSets the value of the type property.
-
Field Details
-
approvalStatus
-
type
-
creationDate
-
approvalStartDate
-
approvalEndDate
-
documentReference
-
cxmlAttachment
-
contact
-
comments
-
extrinsic
-
-
Constructor Details
-
ApprovalRequestHeader
public ApprovalRequestHeader()
-
-
Method Details
-
getApprovalStatus
Gets the value of the approvalStatus property.- Returns:
- possible object is
String
-
setApprovalStatus
Sets the value of the approvalStatus property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getCreationDate
Gets the value of the creationDate property.- Returns:
- possible object is
String
-
setCreationDate
Sets the value of the creationDate property.- Parameters:
value- allowed object isString
-
getApprovalStartDate
Gets the value of the approvalStartDate property.- Returns:
- possible object is
String
-
setApprovalStartDate
Sets the value of the approvalStartDate property.- Parameters:
value- allowed object isString
-
getApprovalEndDate
Gets the value of the approvalEndDate property.- Returns:
- possible object is
String
-
setApprovalEndDate
Sets the value of the approvalEndDate property.- Parameters:
value- allowed object isString
-
getDocumentReference
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-
getCXMLAttachment
Gets the value of the cxmlAttachment property.- Returns:
- possible object is
CXMLAttachment
-
setCXMLAttachment
Sets the value of the cxmlAttachment property.- Parameters:
value- allowed object isCXMLAttachment
-
getContact
Gets the value of the contact property.- Returns:
- possible object is
Contact
-
setContact
Sets the value of the contact property.- Parameters:
value- allowed object isContact
-
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getExtrinsic
Gets the value of the extrinsic 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 extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-