Class GroupHeader95
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_11.GroupHeader95
-
public class GroupHeader95 extends java.lang.ObjectJava class for GroupHeader95 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupHeader95"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max35Text"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}ISODateTime"/> <element name="Authstn" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Authorisation1Choice" maxOccurs="2" minOccurs="0"/> <element name="NbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max15NumericText"/> <element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}DecimalNumber" minOccurs="0"/> <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}PartyIdentification135"/> <element name="FwdgAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/> <element name="InitnSrc" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}PaymentInitiationSource1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Authorisation1Choice>authstnprotected javax.xml.datatype.XMLGregorianCalendarcreDtTmprotected java.math.BigDecimalctrlSumprotected BranchAndFinancialInstitutionIdentification6fwdgAgtprotected PartyIdentification135initgPtyprotected PaymentInitiationSource1initnSrcprotected java.lang.StringmsgIdprotected java.lang.StringnbOfTxs
-
Constructor Summary
Constructors Constructor Description GroupHeader95()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Authorisation1Choice>getAuthstn()Gets the value of the authstn property.javax.xml.datatype.XMLGregorianCalendargetCreDtTm()Gets the value of the creDtTm property.java.math.BigDecimalgetCtrlSum()Gets the value of the ctrlSum property.BranchAndFinancialInstitutionIdentification6getFwdgAgt()Gets the value of the fwdgAgt property.PartyIdentification135getInitgPty()Gets the value of the initgPty property.PaymentInitiationSource1getInitnSrc()Gets the value of the initnSrc property.java.lang.StringgetMsgId()Gets the value of the msgId property.java.lang.StringgetNbOfTxs()Gets the value of the nbOfTxs property.voidsetCreDtTm(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the creDtTm property.voidsetCtrlSum(java.math.BigDecimal value)Sets the value of the ctrlSum property.voidsetFwdgAgt(BranchAndFinancialInstitutionIdentification6 value)Sets the value of the fwdgAgt property.voidsetInitgPty(PartyIdentification135 value)Sets the value of the initgPty property.voidsetInitnSrc(PaymentInitiationSource1 value)Sets the value of the initnSrc property.voidsetMsgId(java.lang.String value)Sets the value of the msgId property.voidsetNbOfTxs(java.lang.String value)Sets the value of the nbOfTxs property.
-
-
-
Field Detail
-
msgId
protected java.lang.String msgId
-
creDtTm
protected javax.xml.datatype.XMLGregorianCalendar creDtTm
-
authstn
protected java.util.List<Authorisation1Choice> authstn
-
nbOfTxs
protected java.lang.String nbOfTxs
-
ctrlSum
protected java.math.BigDecimal ctrlSum
-
initgPty
protected PartyIdentification135 initgPty
-
fwdgAgt
protected BranchAndFinancialInstitutionIdentification6 fwdgAgt
-
initnSrc
protected PaymentInitiationSource1 initnSrc
-
-
Method Detail
-
getMsgId
public java.lang.String getMsgId()
Gets the value of the msgId property.- Returns:
- possible object is
String
-
setMsgId
public void setMsgId(java.lang.String value)
Sets the value of the msgId property.- Parameters:
value- allowed object isString
-
getCreDtTm
public javax.xml.datatype.XMLGregorianCalendar getCreDtTm()
Gets the value of the creDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreDtTm
public void setCreDtTm(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the creDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getAuthstn
public java.util.List<Authorisation1Choice> 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 JAXB object. This is why there is not a
setmethod 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
-
getNbOfTxs
public java.lang.String getNbOfTxs()
Gets the value of the nbOfTxs property.- Returns:
- possible object is
String
-
setNbOfTxs
public void setNbOfTxs(java.lang.String value)
Sets the value of the nbOfTxs property.- Parameters:
value- allowed object isString
-
getCtrlSum
public java.math.BigDecimal getCtrlSum()
Gets the value of the ctrlSum property.- Returns:
- possible object is
BigDecimal
-
setCtrlSum
public void setCtrlSum(java.math.BigDecimal value)
Sets the value of the ctrlSum property.- Parameters:
value- allowed object isBigDecimal
-
getInitgPty
public PartyIdentification135 getInitgPty()
Gets the value of the initgPty property.- Returns:
- possible object is
PartyIdentification135
-
setInitgPty
public void setInitgPty(PartyIdentification135 value)
Sets the value of the initgPty property.- Parameters:
value- allowed object isPartyIdentification135
-
getFwdgAgt
public BranchAndFinancialInstitutionIdentification6 getFwdgAgt()
Gets the value of the fwdgAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setFwdgAgt
public void setFwdgAgt(BranchAndFinancialInstitutionIdentification6 value)
Sets the value of the fwdgAgt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentification6
-
getInitnSrc
public PaymentInitiationSource1 getInitnSrc()
Gets the value of the initnSrc property.- Returns:
- possible object is
PaymentInitiationSource1
-
setInitnSrc
public void setInitnSrc(PaymentInitiationSource1 value)
Sets the value of the initnSrc property.- Parameters:
value- allowed object isPaymentInitiationSource1
-
-