Class ExchangeRate1

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_09.ExchangeRate1

public class ExchangeRate1 extends Object

Java class for ExchangeRate1 complex type.

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

 <complexType name="ExchangeRate1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}ActiveOrHistoricCurrencyCode" minOccurs="0"/>
         <element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}BaseOneRate" minOccurs="0"/>
         <element name="RateTp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}ExchangeRateType1Code" minOccurs="0"/>
         <element name="CtrctId" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ExchangeRate1

      public ExchangeRate1()
  • Method Details

    • 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
    • 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
    • getRateTp

      public ExchangeRateType1Code getRateTp()
      Gets the value of the rateTp property.
      Returns:
      possible object is ExchangeRateType1Code
    • setRateTp

      public void setRateTp(ExchangeRateType1Code value)
      Sets the value of the rateTp property.
      Parameters:
      value - allowed object is ExchangeRateType1Code
    • getCtrctId

      public String getCtrctId()
      Gets the value of the ctrctId property.
      Returns:
      possible object is String
    • setCtrctId

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