Package org.cxml

Class ContractItemStatus

java.lang.Object
org.cxml.ContractItemStatus

public class ContractItemStatus extends Object
  • Field Details

  • Constructor Details

    • ContractItemStatus

      public ContractItemStatus()
  • Method Details

    • getItemStatus

      public ItemStatus getItemStatus()
      Gets the value of the itemStatus property.
      Returns:
      possible object is ItemStatus
    • setItemStatus

      public void setItemStatus(ItemStatus value)
      Sets the value of the itemStatus property.
      Parameters:
      value - allowed object is ItemStatus
    • getIdReference

      public IdReference getIdReference()
      Gets the value of the idReference property.
      Returns:
      possible object is IdReference
    • setIdReference

      public void setIdReference(IdReference value)
      Sets the value of the idReference property.
      Parameters:
      value - allowed object is IdReference
    • getComments

      public List<Comments> getComments()
      Gets the value of the comments 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 comments property.

      For example, to add a new item, do as follows:

          getComments().add(newItem);
       

      Objects of the following type(s) are allowed in the list Comments