Class ReconciliationIdentifier

java.lang.Object
com.pensio.api.generated.ReconciliationIdentifier

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public class ReconciliationIdentifier extends Object

Java class for ReconciliationIdentifier complex type.

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

 <complexType name="ReconciliationIdentifier">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Amount" type="{}AmountWithCurrency"/>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Date" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • id

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String id
    • amount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected AmountWithCurrency amount
    • type

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String type
    • date

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String date
  • Constructor Details

    • ReconciliationIdentifier

      public ReconciliationIdentifier()
  • Method Details

    • getId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public AmountWithCurrency getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is AmountWithCurrency
    • setAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setAmount(AmountWithCurrency value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is AmountWithCurrency
    • getType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getDate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getDate()
      Gets the value of the date property.
      Returns:
      possible object is String
    • setDate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setDate(String value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is String