Class PaymentType


  • public class PaymentType
    extends Object

    Java class for PaymentType complex type

    .

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

    
     <complexType name="PaymentType">
       <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}PaidAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReceivedDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaidDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaidTime" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}InstructionID" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PaymentType

        public PaymentType()
    • 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
      • getPaidAmount

        public PaidAmountType getPaidAmount()
        Gets the value of the paidAmount property.
        Returns:
        possible object is PaidAmountType
      • setPaidAmount

        public void setPaidAmount​(PaidAmountType value)
        Sets the value of the paidAmount property.
        Parameters:
        value - allowed object is PaidAmountType
      • setReceivedDate

        public void setReceivedDate​(ReceivedDateType value)
        Sets the value of the receivedDate property.
        Parameters:
        value - allowed object is ReceivedDateType
      • getPaidDate

        public PaidDateType getPaidDate()
        Gets the value of the paidDate property.
        Returns:
        possible object is PaidDateType
      • setPaidDate

        public void setPaidDate​(PaidDateType value)
        Sets the value of the paidDate property.
        Parameters:
        value - allowed object is PaidDateType
      • getPaidTime

        public PaidTimeType getPaidTime()
        Gets the value of the paidTime property.
        Returns:
        possible object is PaidTimeType
      • setPaidTime

        public void setPaidTime​(PaidTimeType value)
        Sets the value of the paidTime property.
        Parameters:
        value - allowed object is PaidTimeType
      • setInstructionID

        public void setInstructionID​(InstructionIDType value)
        Sets the value of the instructionID property.
        Parameters:
        value - allowed object is InstructionIDType