Package org.cxml

Class StatusUpdateRequest


  • public class StatusUpdateRequest
    extends java.lang.Object
    • Field Detail

      • status

        protected Status status
      • paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus

        protected java.util.List<java.lang.Object> paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • StatusUpdateRequest

        public StatusUpdateRequest()
    • Method Detail

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

        public java.util.List<java.lang.Object> getPaymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus()
        Gets the value of the paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus 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 paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus property.

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

            getPaymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus().add(newItem);
         

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

      • getExtrinsic

        public java.util.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