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 Link icon

    • AccountSwitchDetails1 Link icon

      public AccountSwitchDetails1()
  • Method Details Link icon

    • getUnqRefNb Link icon

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      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