Class StatusUpdateRequest
- java.lang.Object
-
- org.cxml.StatusUpdateRequest
-
public class StatusUpdateRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentReferencedocumentReferenceprotected java.util.List<Extrinsic>extrinsicprotected java.util.List<java.lang.Object>paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatusprotected Statusstatus
-
Constructor Summary
Constructors Constructor Description StatusUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentReferencegetDocumentReference()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.StatusgetStatus()Gets the value of the status property.voidsetDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidsetStatus(Status value)Sets the value of the status property.
-
-
-
Field Detail
-
documentReference
protected DocumentReference documentReference
-
status
protected Status status
-
paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus
protected java.util.List<java.lang.Object> paymentStatusOrSourcingStatusOrInvoiceStatusOrDocumentStatus
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
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 isDocumentReference
-
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 isStatus
-
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
setmethod 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
PaymentStatusSourcingStatusInvoiceStatusDocumentStatus
-
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
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
-
-