Class GroupHeader86
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_12.GroupHeader86
Java class for GroupHeader86 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupHeader86"> <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.12}Max35Text"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ISODateTime"/> <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}PartyIdentification135" minOccurs="0"/> <element name="FwdgAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/> <element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/> <element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected PartyIdentification135
protected 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.void
Sets the value of the cdtrAgt property.void
setCreDtTm
(XMLGregorianCalendar value) Sets the value of the creDtTm property.void
Sets the value of the dbtrAgt 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.
-
Field Details
-
msgId
-
creDtTm
-
initgPty
-
fwdgAgt
-
dbtrAgt
-
cdtrAgt
-
-
Constructor Details
-
GroupHeader86
public GroupHeader86()
-
-
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
PartyIdentification135
-
setInitgPty
Sets the value of the initgPty property.- Parameters:
value
- allowed object isPartyIdentification135
-
getFwdgAgt
Gets the value of the fwdgAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setFwdgAgt
Sets the value of the fwdgAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification6
-
getDbtrAgt
Gets the value of the dbtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setDbtrAgt
Sets the value of the dbtrAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification6
-
getCdtrAgt
Gets the value of the cdtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setCdtrAgt
Sets the value of the cdtrAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification6
-