Class ReconciliationIdentifier

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") protected String id
    • amount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected AmountWithCurrency amount
    • type

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String type
    • date

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String date
  • Constructor Details

    • ReconciliationIdentifier

      public ReconciliationIdentifier()
  • Method Details

    • getId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") 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 v2.3.8", date="2025-03-12T05:07:39Z") public void setDate(String value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is String