Package org.cxml

Class ContractIDInfo


  • public class ContractIDInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ContractIDInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContractDate()
      Gets the value of the contractDate property.
      java.lang.String getContractID()
      Gets the value of the contractID property.
      java.lang.String getContractType()
      Gets the value of the contractType property.
      java.util.List<IdReference> getIdReference()
      Gets the value of the idReference property.
      void setContractDate​(java.lang.String value)
      Sets the value of the contractDate property.
      void setContractID​(java.lang.String value)
      Sets the value of the contractID property.
      void setContractType​(java.lang.String value)
      Sets the value of the contractType property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • contractID

        protected java.lang.String contractID
      • contractDate

        protected java.lang.String contractDate
      • contractType

        protected java.lang.String contractType
      • idReference

        protected java.util.List<IdReference> idReference
    • Constructor Detail

      • ContractIDInfo

        public ContractIDInfo()
    • Method Detail

      • getContractID

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

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

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

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

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

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

        public java.util.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