Class CurrencyExchange13

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_12.CurrencyExchange13

public class CurrencyExchange13 extends Object

Java class for CurrencyExchange13 complex type.

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

 <complexType name="CurrencyExchange13">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SrcCcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ActiveCurrencyCode"/>
         <element name="TrgtCcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ActiveCurrencyCode"/>
         <element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}BaseOneRate"/>
         <element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ActiveCurrencyCode" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • srcCcy

      protected String srcCcy
    • trgtCcy

      protected String trgtCcy
    • xchgRate

      protected BigDecimal xchgRate
    • unitCcy

      protected String unitCcy
  • Constructor Details

    • CurrencyExchange13

      public CurrencyExchange13()
  • Method Details

    • getSrcCcy

      public String getSrcCcy()
      Gets the value of the srcCcy property.
      Returns:
      possible object is String
    • setSrcCcy

      public void setSrcCcy(String value)
      Sets the value of the srcCcy property.
      Parameters:
      value - allowed object is String
    • getTrgtCcy

      public String getTrgtCcy()
      Gets the value of the trgtCcy property.
      Returns:
      possible object is String
    • setTrgtCcy

      public void setTrgtCcy(String value)
      Sets the value of the trgtCcy property.
      Parameters:
      value - allowed object is String
    • getXchgRate

      public BigDecimal getXchgRate()
      Gets the value of the xchgRate property.
      Returns:
      possible object is BigDecimal
    • setXchgRate

      public void setXchgRate(BigDecimal value)
      Sets the value of the xchgRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getUnitCcy

      public String getUnitCcy()
      Gets the value of the unitCcy property.
      Returns:
      possible object is String
    • setUnitCcy

      public void setUnitCcy(String value)
      Sets the value of the unitCcy property.
      Parameters:
      value - allowed object is String