Class AccountSwitchDetails1

java.lang.Object
org.coderic.iso20022.messages.acmt.AccountSwitchDetails1

public class AccountSwitchDetails1 extends Object

Java class for AccountSwitchDetails1 complex type.

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

 <complexType name="AccountSwitchDetails1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UnqRefNb" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}Max35Text"/>
         <element name="RtgUnqRefNb" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}Max35Text"/>
         <element name="SwtchRcvdDtTm" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}ISODateTime" minOccurs="0"/>
         <element name="SwtchDt" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}ISODate" minOccurs="0"/>
         <element name="SwtchTp" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}SwitchType1Code"/>
         <element name="SwtchSts" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}SwitchStatus1Code" minOccurs="0"/>
         <element name="BalTrfWndw" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}BalanceTransferWindow1Code" minOccurs="0"/>
         <element name="Rspn" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}ResponseDetails1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AccountSwitchDetails1

      public AccountSwitchDetails1()
  • Method Details

    • getUnqRefNb

      public String getUnqRefNb()
      Gets the value of the unqRefNb property.
      Returns:
      possible object is String
    • setUnqRefNb

      public void setUnqRefNb(String value)
      Sets the value of the unqRefNb property.
      Parameters:
      value - allowed object is String
    • getRtgUnqRefNb

      public String getRtgUnqRefNb()
      Gets the value of the rtgUnqRefNb property.
      Returns:
      possible object is String
    • setRtgUnqRefNb

      public void setRtgUnqRefNb(String value)
      Sets the value of the rtgUnqRefNb property.
      Parameters:
      value - allowed object is String
    • getSwtchRcvdDtTm

      public XMLGregorianCalendar getSwtchRcvdDtTm()
      Gets the value of the swtchRcvdDtTm property.
      Returns:
      possible object is XMLGregorianCalendar
    • setSwtchRcvdDtTm

      public void setSwtchRcvdDtTm(XMLGregorianCalendar value)
      Sets the value of the swtchRcvdDtTm property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getSwtchDt

      public XMLGregorianCalendar getSwtchDt()
      Gets the value of the swtchDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setSwtchDt

      public void setSwtchDt(XMLGregorianCalendar value)
      Sets the value of the swtchDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getSwtchTp

      public SwitchType1Code getSwtchTp()
      Gets the value of the swtchTp property.
      Returns:
      possible object is SwitchType1Code
    • setSwtchTp

      public void setSwtchTp(SwitchType1Code value)
      Sets the value of the swtchTp property.
      Parameters:
      value - allowed object is SwitchType1Code
    • getSwtchSts

      public SwitchStatus1Code getSwtchSts()
      Gets the value of the swtchSts property.
      Returns:
      possible object is SwitchStatus1Code
    • setSwtchSts

      public void setSwtchSts(SwitchStatus1Code value)
      Sets the value of the swtchSts property.
      Parameters:
      value - allowed object is SwitchStatus1Code
    • getBalTrfWndw

      public BalanceTransferWindow1Code getBalTrfWndw()
      Gets the value of the balTrfWndw property.
      Returns:
      possible object is BalanceTransferWindow1Code
    • setBalTrfWndw

      public void setBalTrfWndw(BalanceTransferWindow1Code value)
      Sets the value of the balTrfWndw property.
      Parameters:
      value - allowed object is BalanceTransferWindow1Code
    • getRspn

      public List<ResponseDetails1> getRspn()
      Gets the value of the rspn property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the rspn property.

      For example, to add a new item, do as follows:

          getRspn().add(newItem);
       

      Objects of the following type(s) are allowed in the list ResponseDetails1