Class ReminderLineType


  • public class ReminderLineType
    extends Object

    Java class for ReminderLineType complex type

    .

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

    
     <complexType name="ReminderLineType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
             <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:CommonBasicComponents-2}UUID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BalanceBroughtForwardIndicator" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DebitLineAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CreditLineAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AccountingCostCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AccountingCost" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PenaltySurchargePercent" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Amount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentPurposeCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReminderPeriod" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}BillingReference" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ExchangeRate" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ReminderLineType

        public ReminderLineType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • 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.
      • getUUID

        public UUIDType getUUID()
        Gets the value of the uuid property.
        Returns:
        possible object is UUIDType
      • setUUID

        public void setUUID​(UUIDType value)
        Sets the value of the uuid property.
        Parameters:
        value - allowed object is UUIDType
      • setDebitLineAmount

        public void setDebitLineAmount​(DebitLineAmountType value)
        Sets the value of the debitLineAmount property.
        Parameters:
        value - allowed object is DebitLineAmountType
      • setAccountingCost

        public void setAccountingCost​(AccountingCostType value)
        Sets the value of the accountingCost property.
        Parameters:
        value - allowed object is AccountingCostType
      • getAmount

        public AmountType getAmount()
        Gets the value of the amount property.
        Returns:
        possible object is AmountType
      • setAmount

        public void setAmount​(AmountType value)
        Sets the value of the amount property.
        Parameters:
        value - allowed object is AmountType
      • getReminderPeriod

        public List<PeriodType> getReminderPeriod()
        Gets the value of the reminderPeriod 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 reminderPeriod property.

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

         getReminderPeriod().add(newItem);
         

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

        Returns:
        The value of the reminderPeriod property.
      • getBillingReference

        public List<BillingReferenceType> getBillingReference()
        Gets the value of the billingReference 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 billingReference property.

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

         getBillingReference().add(newItem);
         

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

        Returns:
        The value of the billingReference property.
      • setExchangeRate

        public void setExchangeRate​(ExchangeRateType value)
        Sets the value of the exchangeRate property.
        Parameters:
        value - allowed object is ExchangeRateType