Class GroupHeader122
java.lang.Object
org.coderic.iso20022.messages.remt.GroupHeader122
Java class for GroupHeader122 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupHeader122"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Max35Text"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}ISODateTime"/> <element name="Authstn" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Authorisation1Choice" maxOccurs="2" minOccurs="0"/> <element name="CpyInd" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}CopyDuplicate1Code" minOccurs="0"/> <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}PartyIdentification272"/> <element name="MsgRcpt" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}PartyIdentification272" minOccurs="0"/> <element name="FwdgAgt" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}BranchAndFinancialInstitutionIdentification8" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authstn property.Gets the value of the cpyInd property.Gets the value of the creDtTm property.Gets the value of the fwdgAgt property.Gets the value of the initgPty property.getMsgId()
Gets the value of the msgId property.Gets the value of the msgRcpt property.void
setCpyInd
(CopyDuplicate1Code value) Sets the value of the cpyInd property.void
setCreDtTm
(XMLGregorianCalendar value) Sets the value of the creDtTm property.void
Sets the value of the fwdgAgt property.void
Sets the value of the initgPty property.void
Sets the value of the msgId property.void
setMsgRcpt
(PartyIdentification272 value) Sets the value of the msgRcpt property.
-
Constructor Details
-
GroupHeader122
public GroupHeader122()
-
-
Method Details
-
getMsgId
Gets the value of the msgId property.- Returns:
- possible object is
String
-
setMsgId
Sets the value of the msgId property.- Parameters:
value
- allowed object isString
-
getCreDtTm
Gets the value of the creDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreDtTm
Sets the value of the creDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAuthstn
Gets the value of the authstn 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 authstn property.For example, to add a new item, do as follows:
getAuthstn().add(newItem);
Objects of the following type(s) are allowed in the list
Authorisation1Choice
-
getCpyInd
Gets the value of the cpyInd property.- Returns:
- possible object is
CopyDuplicate1Code
-
setCpyInd
Sets the value of the cpyInd property.- Parameters:
value
- allowed object isCopyDuplicate1Code
-
getInitgPty
Gets the value of the initgPty property.- Returns:
- possible object is
PartyIdentification272
-
setInitgPty
Sets the value of the initgPty property.- Parameters:
value
- allowed object isPartyIdentification272
-
getMsgRcpt
Gets the value of the msgRcpt property.- Returns:
- possible object is
PartyIdentification272
-
setMsgRcpt
Sets the value of the msgRcpt property.- Parameters:
value
- allowed object isPartyIdentification272
-
getFwdgAgt
Gets the value of the fwdgAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification8
-
setFwdgAgt
Sets the value of the fwdgAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification8
-