Class OriginalBusinessQuery1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_05.OriginalBusinessQuery1
Java class for OriginalBusinessQuery1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalBusinessQuery1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text"/>
<element name="MsgNmId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/>
<element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ISODateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creDtTm property.getMsgId()Gets the value of the msgId property.Gets the value of the msgNmId property.voidsetCreDtTm(XMLGregorianCalendar value) Sets the value of the creDtTm property.voidSets the value of the msgId property.voidsetMsgNmId(String value) Sets the value of the msgNmId property.
-
Field Details
-
msgId
-
msgNmId
-
creDtTm
-
-
Constructor Details
-
OriginalBusinessQuery1
public OriginalBusinessQuery1()
-
-
Method Details
-
getMsgId
-
setMsgId
-
getMsgNmId
-
setMsgNmId
-
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
-