Package org.cxml

Class PaymentTerm

java.lang.Object
org.cxml.PaymentTerm

public class PaymentTerm extends Object
  • Field Details

    • payInNumberOfDays

      protected String payInNumberOfDays
    • discount

      protected Discount discount
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • PaymentTerm

      public PaymentTerm()
  • Method Details

    • getPayInNumberOfDays

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

      public void setPayInNumberOfDays(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 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