Class StoredValueAccount2

java.lang.Object
org.coderic.iso20022.messages.caaa.StoredValueAccount2

public class StoredValueAccount2 extends Object

Java class for StoredValueAccount2 complex type.

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

 <complexType name="StoredValueAccount2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AcctTp" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}StoredValueAccountType1Code" minOccurs="0"/>
         <element name="IdTp" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardIdentificationType1Code" minOccurs="0"/>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
         <element name="Brnd" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
         <element name="Prvdr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
         <element name="OwnrNm" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max45Text" minOccurs="0"/>
         <element name="XpryDt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max10Text" minOccurs="0"/>
         <element name="NtryMd" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardDataReading8Code" minOccurs="0"/>
         <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ActiveCurrencyCode" minOccurs="0"/>
         <element name="Bal" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ImpliedCurrencyAndAmount" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details Link icon

    • StoredValueAccount2 Link icon

      public StoredValueAccount2()
  • Method Details Link icon

    • getAcctTp Link icon

      public StoredValueAccountType1Code getAcctTp()
      Gets the value of the acctTp property.
      Returns:
      possible object is StoredValueAccountType1Code
    • setAcctTp Link icon

      public void setAcctTp(StoredValueAccountType1Code value)
      Sets the value of the acctTp property.
      Parameters:
      value - allowed object is StoredValueAccountType1Code
    • getIdTp Link icon

      public CardIdentificationType1Code getIdTp()
      Gets the value of the idTp property.
      Returns:
      possible object is CardIdentificationType1Code
    • setIdTp Link icon

      public void setIdTp(CardIdentificationType1Code value)
      Sets the value of the idTp property.
      Parameters:
      value - allowed object is CardIdentificationType1Code
    • getId Link icon

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId Link icon

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getBrnd Link icon

      public String getBrnd()
      Gets the value of the brnd property.
      Returns:
      possible object is String
    • setBrnd Link icon

      public void setBrnd(String value)
      Sets the value of the brnd property.
      Parameters:
      value - allowed object is String
    • getPrvdr Link icon

      public String getPrvdr()
      Gets the value of the prvdr property.
      Returns:
      possible object is String
    • setPrvdr Link icon

      public void setPrvdr(String value)
      Sets the value of the prvdr property.
      Parameters:
      value - allowed object is String
    • getOwnrNm Link icon

      public String getOwnrNm()
      Gets the value of the ownrNm property.
      Returns:
      possible object is String
    • setOwnrNm Link icon

      public void setOwnrNm(String value)
      Sets the value of the ownrNm property.
      Parameters:
      value - allowed object is String
    • getXpryDt Link icon

      public String getXpryDt()
      Gets the value of the xpryDt property.
      Returns:
      possible object is String
    • setXpryDt Link icon

      public void setXpryDt(String value)
      Sets the value of the xpryDt property.
      Parameters:
      value - allowed object is String
    • getNtryMd Link icon

      public CardDataReading8Code getNtryMd()
      Gets the value of the ntryMd property.
      Returns:
      possible object is CardDataReading8Code
    • setNtryMd Link icon

      public void setNtryMd(CardDataReading8Code value)
      Sets the value of the ntryMd property.
      Parameters:
      value - allowed object is CardDataReading8Code
    • getCcy Link icon

      public String getCcy()
      Gets the value of the ccy property.
      Returns:
      possible object is String
    • setCcy Link icon

      public void setCcy(String value)
      Sets the value of the ccy property.
      Parameters:
      value - allowed object is String
    • getBal Link icon

      public BigDecimal getBal()
      Gets the value of the bal property.
      Returns:
      possible object is BigDecimal
    • setBal Link icon

      public void setBal(BigDecimal value)
      Sets the value of the bal property.
      Parameters:
      value - allowed object is BigDecimal