Package org.cxml

Class ApprovalRequestHeader

java.lang.Object
org.cxml.ApprovalRequestHeader

public class ApprovalRequestHeader extends Object
  • Field Details

    • approvalStatus

      protected String approvalStatus
    • type

      protected String type
    • creationDate

      protected String creationDate
    • approvalStartDate

      protected String approvalStartDate
    • approvalEndDate

      protected String approvalEndDate
    • documentReference

      protected DocumentReference documentReference
    • cxmlAttachment

      protected CXMLAttachment cxmlAttachment
    • contact

      protected Contact contact
    • comments

      protected Comments comments
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • ApprovalRequestHeader

      public ApprovalRequestHeader()
  • Method Details

    • getApprovalStatus

      public String getApprovalStatus()
      Gets the value of the approvalStatus property.
      Returns:
      possible object is String
    • setApprovalStatus

      public void setApprovalStatus(String value)
      Sets the value of the approvalStatus property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getCreationDate

      public String getCreationDate()
      Gets the value of the creationDate property.
      Returns:
      possible object is String
    • setCreationDate

      public void setCreationDate(String value)
      Sets the value of the creationDate property.
      Parameters:
      value - allowed object is String
    • getApprovalStartDate

      public String getApprovalStartDate()
      Gets the value of the approvalStartDate property.
      Returns:
      possible object is String
    • setApprovalStartDate

      public void setApprovalStartDate(String value)
      Sets the value of the approvalStartDate property.
      Parameters:
      value - allowed object is String
    • getApprovalEndDate

      public String getApprovalEndDate()
      Gets the value of the approvalEndDate property.
      Returns:
      possible object is String
    • setApprovalEndDate

      public void setApprovalEndDate(String value)
      Sets the value of the approvalEndDate property.
      Parameters:
      value - allowed object is String
    • getDocumentReference

      public DocumentReference getDocumentReference()
      Gets the value of the documentReference property.
      Returns:
      possible object is DocumentReference
    • setDocumentReference

      public void setDocumentReference(DocumentReference value)
      Sets the value of the documentReference property.
      Parameters:
      value - allowed object is DocumentReference
    • getCXMLAttachment

      public CXMLAttachment getCXMLAttachment()
      Gets the value of the cxmlAttachment property.
      Returns:
      possible object is CXMLAttachment
    • setCXMLAttachment

      public void setCXMLAttachment(CXMLAttachment value)
      Sets the value of the cxmlAttachment property.
      Parameters:
      value - allowed object is CXMLAttachment
    • getContact

      public Contact getContact()
      Gets the value of the contact property.
      Returns:
      possible object is Contact
    • setContact

      public void setContact(Contact value)
      Sets the value of the contact property.
      Parameters:
      value - allowed object is Contact
    • getComments

      public Comments getComments()
      Gets the value of the comments property.
      Returns:
      possible object is Comments
    • setComments

      public void setComments(Comments value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is Comments
    • getExtrinsic

      public List<Extrinsic> 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 set method 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