Class GroupHeaderSEPA
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_001_03.GroupHeaderSEPA
-
public class GroupHeaderSEPA extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BranchAndFinancialInstitutionIdentificationSEPA1cdtrAgtprotected XMLGregorianCalendarcreDtTmprotected BranchAndFinancialInstitutionIdentificationSEPA1dbtrAgtprotected StringmsgId
-
Constructor Summary
Constructors Constructor Description GroupHeaderSEPA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BranchAndFinancialInstitutionIdentificationSEPA1getCdtrAgt()Gets the value of the cdtrAgt property.XMLGregorianCalendargetCreDtTm()Gets the value of the creDtTm property.BranchAndFinancialInstitutionIdentificationSEPA1getDbtrAgt()Gets the value of the dbtrAgt property.StringgetMsgId()Gets the value of the msgId property.voidsetCdtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)Sets the value of the cdtrAgt property.voidsetCreDtTm(XMLGregorianCalendar value)Sets the value of the creDtTm property.voidsetDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)Sets the value of the dbtrAgt property.voidsetMsgId(String value)Sets the value of the msgId property.
-
-
-
Field Detail
-
msgId
protected String msgId
-
creDtTm
protected XMLGregorianCalendar creDtTm
-
dbtrAgt
protected BranchAndFinancialInstitutionIdentificationSEPA1 dbtrAgt
-
cdtrAgt
protected BranchAndFinancialInstitutionIdentificationSEPA1 cdtrAgt
-
-
Method Detail
-
getMsgId
public String getMsgId()
Gets the value of the msgId property.- Returns:
- possible object is
String
-
setMsgId
public void setMsgId(String value)
Sets the value of the msgId property.- Parameters:
value- allowed object isString
-
getCreDtTm
public XMLGregorianCalendar getCreDtTm()
Gets the value of the creDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreDtTm
public void setCreDtTm(XMLGregorianCalendar value)
Sets the value of the creDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDbtrAgt
public BranchAndFinancialInstitutionIdentificationSEPA1 getDbtrAgt()
Gets the value of the dbtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentificationSEPA1
-
setDbtrAgt
public void setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
Sets the value of the dbtrAgt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentificationSEPA1
-
getCdtrAgt
public BranchAndFinancialInstitutionIdentificationSEPA1 getCdtrAgt()
Gets the value of the cdtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentificationSEPA1
-
setCdtrAgt
public void setCdtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
Sets the value of the cdtrAgt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentificationSEPA1
-
-