public class GroupHeaderSEPA
extends java.lang.Object
Java class for GroupHeaderSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupHeaderSEPA"> <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.03}RestrictedIdentificationSEPA1"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}ISODateTime"/> <choice> <element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}BranchAndFinancialInstitutionIdentificationSEPA1" minOccurs="0"/> <element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}BranchAndFinancialInstitutionIdentificationSEPA1" minOccurs="0"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected BranchAndFinancialInstitutionIdentificationSEPA1 |
cdtrAgt |
|
protected javax.xml.datatype.XMLGregorianCalendar |
creDtTm |
|
protected BranchAndFinancialInstitutionIdentificationSEPA1 |
dbtrAgt |
|
protected java.lang.String |
msgId |
Constructor | Description |
---|---|
GroupHeaderSEPA() |
Modifier and Type | Method | Description |
---|---|---|
BranchAndFinancialInstitutionIdentificationSEPA1 |
getCdtrAgt() |
Gets the value of the cdtrAgt property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCreDtTm() |
Gets the value of the creDtTm property.
|
BranchAndFinancialInstitutionIdentificationSEPA1 |
getDbtrAgt() |
Gets the value of the dbtrAgt property.
|
java.lang.String |
getMsgId() |
Gets the value of the msgId property.
|
void |
setCdtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value) |
Sets the value of the cdtrAgt property.
|
void |
setCreDtTm(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the creDtTm property.
|
void |
setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value) |
Sets the value of the dbtrAgt property.
|
void |
setMsgId(java.lang.String value) |
Sets the value of the msgId property.
|
protected java.lang.String msgId
protected javax.xml.datatype.XMLGregorianCalendar creDtTm
protected BranchAndFinancialInstitutionIdentificationSEPA1 dbtrAgt
protected BranchAndFinancialInstitutionIdentificationSEPA1 cdtrAgt
public java.lang.String getMsgId()
String
public void setMsgId(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getCreDtTm()
XMLGregorianCalendar
public void setCreDtTm(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public BranchAndFinancialInstitutionIdentificationSEPA1 getDbtrAgt()
BranchAndFinancialInstitutionIdentificationSEPA1
public void setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
value
- allowed object is
BranchAndFinancialInstitutionIdentificationSEPA1
public BranchAndFinancialInstitutionIdentificationSEPA1 getCdtrAgt()
BranchAndFinancialInstitutionIdentificationSEPA1
public void setCdtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
value
- allowed object is
BranchAndFinancialInstitutionIdentificationSEPA1
Copyright © 2018. All rights reserved.