Class OriginalGroupHeader17
Java class for OriginalGroupHeader17 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalGroupHeader17">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrgnlMsgId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}Max35Text"/>
<element name="OrgnlMsgNmId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}Max35Text"/>
<element name="OrgnlCreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ISODateTime" minOccurs="0"/>
<element name="OrgnlNbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}Max15NumericText" minOccurs="0"/>
<element name="OrgnlCtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}DecimalNumber" minOccurs="0"/>
<element name="GrpSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ExternalPaymentGroupStatus1Code" minOccurs="0"/>
<element name="StsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}StatusReasonInformation12" maxOccurs="unbounded" minOccurs="0"/>
<element name="NbOfTxsPerSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}NumberOfTransactionsPerStatus5" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<NumberOfTransactionsPerStatus5> protected XMLGregorianCalendarprotected BigDecimalprotected Stringprotected Stringprotected Stringprotected List<StatusReasonInformation12> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the grpSts property.Gets the value of the nbOfTxsPerSts property.Gets the value of the orgnlCreDtTm property.Gets the value of the orgnlCtrlSum property.Gets the value of the orgnlMsgId property.Gets the value of the orgnlMsgNmId property.Gets the value of the orgnlNbOfTxs property.Gets the value of the stsRsnInf property.voidSets the value of the grpSts property.voidSets the value of the orgnlCreDtTm property.voidsetOrgnlCtrlSum(BigDecimal value) Sets the value of the orgnlCtrlSum property.voidsetOrgnlMsgId(String value) Sets the value of the orgnlMsgId property.voidsetOrgnlMsgNmId(String value) Sets the value of the orgnlMsgNmId property.voidsetOrgnlNbOfTxs(String value) Sets the value of the orgnlNbOfTxs property.
-
Field Details
-
orgnlMsgId
-
orgnlMsgNmId
-
orgnlCreDtTm
-
orgnlNbOfTxs
-
orgnlCtrlSum
-
grpSts
-
stsRsnInf
-
nbOfTxsPerSts
-
-
Constructor Details
-
OriginalGroupHeader17
public OriginalGroupHeader17()
-
-
Method Details
-
getOrgnlMsgId
-
setOrgnlMsgId
-
getOrgnlMsgNmId
-
setOrgnlMsgNmId
-
getOrgnlCreDtTm
Gets the value of the orgnlCreDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setOrgnlCreDtTm
Sets the value of the orgnlCreDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getOrgnlNbOfTxs
-
setOrgnlNbOfTxs
-
getOrgnlCtrlSum
Gets the value of the orgnlCtrlSum property.- Returns:
- possible object is
BigDecimal
-
setOrgnlCtrlSum
Sets the value of the orgnlCtrlSum property.- Parameters:
value- allowed object isBigDecimal
-
getGrpSts
-
setGrpSts
-
getStsRsnInf
Gets the value of the stsRsnInf 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 JAXB object. This is why there is not a
setmethod for the stsRsnInf property.For example, to add a new item, do as follows:
getStsRsnInf().add(newItem);
Objects of the following type(s) are allowed in the list
StatusReasonInformation12 -
getNbOfTxsPerSts
Gets the value of the nbOfTxsPerSts 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 JAXB object. This is why there is not a
setmethod for the nbOfTxsPerSts property.For example, to add a new item, do as follows:
getNbOfTxsPerSts().add(newItem);
Objects of the following type(s) are allowed in the list
NumberOfTransactionsPerStatus5
-