Class OnAccountPaymentType


  • public class OnAccountPaymentType
    extends Object

    Java class for OnAccountPaymentType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="OnAccountPaymentType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EstimatedConsumedQuantity"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PaymentTerms" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • OnAccountPaymentType

        public OnAccountPaymentType()
    • Method Detail

      • getNote

        public List<NoteType> getNote()
        Gets the value of the note 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 note property.

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

         getNote().add(newItem);
         

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

        Returns:
        The value of the note property.
      • getPaymentTerms

        public List<PaymentTermsType> getPaymentTerms()
        Gets the value of the paymentTerms 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 paymentTerms property.

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

         getPaymentTerms().add(newItem);
         

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

        Returns:
        The value of the paymentTerms property.