Class AccountSwitchDetails1
java.lang.Object
org.coderic.iso20022.messages.acmt.AccountSwitchDetails1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the balTrfWndw property.getRspn()
Gets the value of the rspn property.Gets the value of the rtgUnqRefNb property.Gets the value of the swtchDt property.Gets the value of the swtchRcvdDtTm property.Gets the value of the swtchSts property.Gets the value of the swtchTp property.Gets the value of the unqRefNb property.void
Sets the value of the balTrfWndw property.void
setRtgUnqRefNb
(String value) Sets the value of the rtgUnqRefNb property.void
setSwtchDt
(XMLGregorianCalendar value) Sets the value of the swtchDt property.void
Sets the value of the swtchRcvdDtTm property.void
setSwtchSts
(SwitchStatus1Code value) Sets the value of the swtchSts property.void
setSwtchTp
(SwitchType1Code value) Sets the value of the swtchTp property.void
setUnqRefNb
(String value) Sets the value of the unqRefNb property.
-
Constructor Details
-
AccountSwitchDetails1
public AccountSwitchDetails1()
-
-
Method Details
-
getUnqRefNb
Gets the value of the unqRefNb property.- Returns:
- possible object is
String
-
setUnqRefNb
Sets the value of the unqRefNb property.- Parameters:
value
- allowed object isString
-
getRtgUnqRefNb
Gets the value of the rtgUnqRefNb property.- Returns:
- possible object is
String
-
setRtgUnqRefNb
Sets the value of the rtgUnqRefNb property.- Parameters:
value
- allowed object isString
-
getSwtchRcvdDtTm
Gets the value of the swtchRcvdDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSwtchRcvdDtTm
Sets the value of the swtchRcvdDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getSwtchDt
Gets the value of the swtchDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSwtchDt
Sets the value of the swtchDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getSwtchTp
Gets the value of the swtchTp property.- Returns:
- possible object is
SwitchType1Code
-
setSwtchTp
Sets the value of the swtchTp property.- Parameters:
value
- allowed object isSwitchType1Code
-
getSwtchSts
Gets the value of the swtchSts property.- Returns:
- possible object is
SwitchStatus1Code
-
setSwtchSts
Sets the value of the swtchSts property.- Parameters:
value
- allowed object isSwitchStatus1Code
-
getBalTrfWndw
Gets the value of the balTrfWndw property.- Returns:
- possible object is
BalanceTransferWindow1Code
-
setBalTrfWndw
Sets the value of the balTrfWndw property.- Parameters:
value
- allowed object isBalanceTransferWindow1Code
-
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
-