Package org.cxml

Class PaymentTerm


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

      • payInNumberOfDays

        protected java.lang.String payInNumberOfDays
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • PaymentTerm

        public PaymentTerm()
    • Method Detail

      • getPayInNumberOfDays

        public java.lang.String getPayInNumberOfDays()
        Gets the value of the payInNumberOfDays property.
        Returns:
        possible object is String
      • setPayInNumberOfDays

        public void setPayInNumberOfDays​(java.lang.String value)
        Sets the value of the payInNumberOfDays property.
        Parameters:
        value - allowed object is String
      • getDiscount

        public Discount getDiscount()
        Gets the value of the discount property.
        Returns:
        possible object is Discount
      • setDiscount

        public void setDiscount​(Discount value)
        Sets the value of the discount property.
        Parameters:
        value - allowed object is Discount
      • getExtrinsic

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