public class StatusUpdateRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DocumentReference |
documentReference |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.util.List<java.lang.Object> |
paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus |
protected Status |
status |
| Constructor and Description |
|---|
StatusUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
DocumentReference |
getDocumentReference()
Gets the value of the documentReference property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.util.List<java.lang.Object> |
getPaymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus()
Gets the value of the paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus property.
|
Status |
getStatus()
Gets the value of the status property.
|
void |
setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
protected DocumentReference documentReference
protected Status status
protected java.util.List<java.lang.Object> paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus
protected java.util.List<Extrinsic> extrinsic
public DocumentReference getDocumentReference()
DocumentReferencepublic void setDocumentReference(DocumentReference value)
value - allowed object is
DocumentReferencepublic Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic java.util.List<java.lang.Object> getPaymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus()
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
public java.util.List<Extrinsic> getExtrinsic()
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
Copyright © 2018 SAP SE. All Rights Reserved.