Package org.cxml

Class ContractStatusUpdateRequest

java.lang.Object
org.cxml.ContractStatusUpdateRequest

public class ContractStatusUpdateRequest extends Object
  • Field Details

  • Constructor Details

    • ContractStatusUpdateRequest

      public ContractStatusUpdateRequest()
  • Method Details

    • 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 is Status
    • 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 is ContractStatus
    • getExtrinsic

      public 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 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