public class ContractStatusUpdateRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ContractStatus |
contractStatus |
protected java.util.List<Extrinsic> |
extrinsic |
protected Status |
status |
| Constructor and Description |
|---|
ContractStatusUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
ContractStatus |
getContractStatus()
Gets the value of the contractStatus property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
Status |
getStatus()
Gets the value of the status property.
|
void |
setContractStatus(ContractStatus value)
Sets the value of the contractStatus property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
protected Status status
protected ContractStatus contractStatus
protected java.util.List<Extrinsic> extrinsic
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic ContractStatus getContractStatus()
ContractStatuspublic void setContractStatus(ContractStatus value)
value - allowed object is
ContractStatuspublic 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.