Package org.cxml
Class ContractStatusUpdateRequest
java.lang.Object
org.cxml.ContractStatusUpdateRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contractStatus property.Gets the value of the extrinsic property.Gets the value of the status property.voidsetContractStatus(ContractStatus value) Sets the value of the contractStatus property.voidSets the value of the status property.
-
Field Details
-
status
-
contractStatus
-
extrinsic
-
-
Constructor Details
-
ContractStatusUpdateRequest
public ContractStatusUpdateRequest()
-
-
Method Details
-
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
-
getContractStatus
Gets the value of the contractStatus property.- Returns:
- possible object is
ContractStatus
-
setContractStatus
Sets the value of the contractStatus property.- Parameters:
value- allowed object isContractStatus
-
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
-