Class StatusUpdateRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentReference property.Gets the value of the extrinsic property.Gets the value of the paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatusOrIntegrationStatus property.Gets the value of the status property.voidSets the value of the documentReference property.voidSets the value of the status property.
-
Field Details
-
documentReference
-
status
-
paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatusOrIntegrationStatus
-
extrinsic
-
-
Constructor Details
-
StatusUpdateRequest
public StatusUpdateRequest()
-
-
Method Details
-
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
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
Status
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatus
-
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
setmethod 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
DocumentStatusIntegrationStatusInvoiceStatusPaymentStatusSourcingStatus -
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
-