Class PaymentMandateType


  • public class PaymentMandateType
    extends Object

    Java class for PaymentMandateType complex type

    .

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

    
     <complexType name="PaymentMandateType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MandateTypeCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumPaymentInstructionsNumeric" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumPaidAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SignatureID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PayerParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PayerFinancialAccount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ValidityPeriod" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PaymentReversalPeriod" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Clause" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PaymentMandateType

        public PaymentMandateType()
    • 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
      • setMandateTypeCode

        public void setMandateTypeCode​(MandateTypeCodeType value)
        Sets the value of the mandateTypeCode property.
        Parameters:
        value - allowed object is MandateTypeCodeType
      • setSignatureID

        public void setSignatureID​(SignatureIDType value)
        Sets the value of the signatureID property.
        Parameters:
        value - allowed object is SignatureIDType
      • getPayerParty

        public PartyType getPayerParty()
        Gets the value of the payerParty property.
        Returns:
        possible object is PartyType
      • setPayerParty

        public void setPayerParty​(PartyType value)
        Sets the value of the payerParty property.
        Parameters:
        value - allowed object is PartyType
      • setPayerFinancialAccount

        public void setPayerFinancialAccount​(FinancialAccountType value)
        Sets the value of the payerFinancialAccount property.
        Parameters:
        value - allowed object is FinancialAccountType
      • getValidityPeriod

        public PeriodType getValidityPeriod()
        Gets the value of the validityPeriod property.
        Returns:
        possible object is PeriodType
      • setValidityPeriod

        public void setValidityPeriod​(PeriodType value)
        Sets the value of the validityPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getPaymentReversalPeriod

        public PeriodType getPaymentReversalPeriod()
        Gets the value of the paymentReversalPeriod property.
        Returns:
        possible object is PeriodType
      • setPaymentReversalPeriod

        public void setPaymentReversalPeriod​(PeriodType value)
        Sets the value of the paymentReversalPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getClause

        public List<ClauseType> getClause()
        Gets the value of the clause 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 clause property.

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

         getClause().add(newItem);
         

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

        Returns:
        The value of the clause property.