Package org.cxml

Class StatusUpdateRequest

java.lang.Object
org.cxml.StatusUpdateRequest

public class StatusUpdateRequest extends Object
  • Field Details

    • documentReference

      protected DocumentReference documentReference
    • status

      protected Status status
    • paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatusOrIntegrationStatus

      protected List<Object> paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatusOrIntegrationStatus
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • StatusUpdateRequest

      public StatusUpdateRequest()
  • Method Details

    • 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
    • getStatus

      public Status getStatus()
      Gets the value of the status property.
      Returns:
      possible object is Status
    • setStatus

      public void setStatus(Status value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is Status
    • getPaymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatusOrIntegrationStatus

      public List<Object> getPaymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatusOrIntegrationStatus()
      Gets the value of the paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatusOrIntegrationStatus 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 paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatusOrIntegrationStatus property.

      For example, to add a new item, do as follows:

          getPaymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatusOrIntegrationStatus().add(newItem);
       

      Objects of the following type(s) are allowed in the list DocumentStatus IntegrationStatus InvoiceStatus PaymentStatus SourcingStatus

    • 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