Class GroupHeader128
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_14.GroupHeader128
Java class for GroupHeader128 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupHeader128">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}Max35Text"/>
<element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}ISODateTime"/>
<element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}PartyIdentification272" minOccurs="0"/>
<element name="FwdgAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}BranchAndFinancialInstitutionIdentification8" minOccurs="0"/>
<element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}BranchAndFinancialInstitutionIdentification8" minOccurs="0"/>
<element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}BranchAndFinancialInstitutionIdentification8" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected PartyIdentification272protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtrAgt property.Gets the value of the creDtTm property.Gets the value of the dbtrAgt property.Gets the value of the fwdgAgt property.Gets the value of the initgPty property.getMsgId()Gets the value of the msgId property.voidSets the value of the cdtrAgt property.voidsetCreDtTm(XMLGregorianCalendar value) Sets the value of the creDtTm property.voidSets the value of the dbtrAgt property.voidSets the value of the fwdgAgt property.voidSets the value of the initgPty property.voidSets the value of the msgId property.
-
Field Details
-
msgId
-
creDtTm
-
initgPty
-
fwdgAgt
-
dbtrAgt
-
cdtrAgt
-
-
Constructor Details
-
GroupHeader128
public GroupHeader128()
-
-
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
-
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
-
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
-
getDbtrAgt
Gets the value of the dbtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification8
-
setDbtrAgt
Sets the value of the dbtrAgt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentification8
-
getCdtrAgt
Gets the value of the cdtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification8
-
setCdtrAgt
Sets the value of the cdtrAgt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentification8
-