Class StoredValueAccount2

java.lang.Object
org.coderic.iso20022.messages.casp.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:casp.017.001.06}StoredValueAccountType1Code" minOccurs="0"/>
         <element name="IdTp" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CardIdentificationType1Code" minOccurs="0"/>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="Brnd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="Prvdr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="OwnrNm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max45Text" minOccurs="0"/>
         <element name="XpryDt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max10Text" minOccurs="0"/>
         <element name="NtryMd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CardDataReading8Code" minOccurs="0"/>
         <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ActiveCurrencyCode" minOccurs="0"/>
         <element name="Bal" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ImpliedCurrencyAndAmount" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • StoredValueAccount2

      public StoredValueAccount2()
  • Method Details

    • getAcctTp

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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