Package org.cxml

Class Contract


  • public class Contract
    extends java.lang.Object
    • Field Detail

      • effectiveDate

        protected java.lang.String effectiveDate
      • expirationDate

        protected java.lang.String expirationDate
      • supplierID

        protected java.util.List<SupplierID> supplierID
      • itemSegment

        protected java.util.List<ItemSegment> itemSegment
    • Constructor Detail

      • Contract

        public Contract()
    • Method Detail

      • getEffectiveDate

        public java.lang.String getEffectiveDate()
        Gets the value of the effectiveDate property.
        Returns:
        possible object is String
      • setEffectiveDate

        public void setEffectiveDate​(java.lang.String value)
        Sets the value of the effectiveDate property.
        Parameters:
        value - allowed object is String
      • getExpirationDate

        public java.lang.String getExpirationDate()
        Gets the value of the expirationDate property.
        Returns:
        possible object is String
      • setExpirationDate

        public void setExpirationDate​(java.lang.String value)
        Sets the value of the expirationDate property.
        Parameters:
        value - allowed object is String
      • getSupplierID

        public java.util.List<SupplierID> getSupplierID()
        Gets the value of the supplierID 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 supplierID property.

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

            getSupplierID().add(newItem);
         

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

      • getComments

        public Comments getComments()
        Gets the value of the comments property.
        Returns:
        possible object is Comments
      • setComments

        public void setComments​(Comments value)
        Sets the value of the comments property.
        Parameters:
        value - allowed object is Comments
      • getItemSegment

        public java.util.List<ItemSegment> getItemSegment()
        Gets the value of the itemSegment 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 itemSegment property.

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

            getItemSegment().add(newItem);
         

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