Package org.cxml

Class ContractIDInfo

java.lang.Object
org.cxml.ContractIDInfo

public class ContractIDInfo extends Object
  • Field Details

    • contractID

      protected String contractID
    • contractDate

      protected String contractDate
    • contractType

      protected String contractType
    • idReference

      protected List<IdReference> idReference
  • Constructor Details

    • ContractIDInfo

      public ContractIDInfo()
  • Method Details

    • getContractID

      public String getContractID()
      Gets the value of the contractID property.
      Returns:
      possible object is String
    • setContractID

      public void setContractID(String value)
      Sets the value of the contractID property.
      Parameters:
      value - allowed object is String
    • getContractDate

      public String getContractDate()
      Gets the value of the contractDate property.
      Returns:
      possible object is String
    • setContractDate

      public void setContractDate(String value)
      Sets the value of the contractDate property.
      Parameters:
      value - allowed object is String
    • getContractType

      public String getContractType()
      Gets the value of the contractType property.
      Returns:
      possible object is String
    • setContractType

      public void setContractType(String value)
      Sets the value of the contractType property.
      Parameters:
      value - allowed object is String
    • getIdReference

      public List<IdReference> getIdReference()
      Gets the value of the idReference 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 idReference property.

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

          getIdReference().add(newItem);
       

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