Package org.cxml
Class ContractStatusUpdateRequest
- java.lang.Object
-
- org.cxml.ContractStatusUpdateRequest
-
public class ContractStatusUpdateRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ContractStatuscontractStatusprotected java.util.List<Extrinsic>extrinsicprotected Statusstatus
-
Constructor Summary
Constructors Constructor Description ContractStatusUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContractStatusgetContractStatus()Gets the value of the contractStatus property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.StatusgetStatus()Gets the value of the status property.voidsetContractStatus(ContractStatus value)Sets the value of the contractStatus property.voidsetStatus(Status value)Sets the value of the status property.
-
-
-
Field Detail
-
status
protected Status status
-
contractStatus
protected ContractStatus contractStatus
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
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
-
getContractStatus
public ContractStatus getContractStatus()
Gets the value of the contractStatus property.- Returns:
- possible object is
ContractStatus
-
setContractStatus
public void setContractStatus(ContractStatus value)
Sets the value of the contractStatus property.- Parameters:
value- allowed object isContractStatus
-
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
-
-