Class CorporateAction9
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_05.CorporateAction9
Java class for CorporateAction9 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorporateAction9"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EvtTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text"/> <element name="EvtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
evtTp
-
evtId
-
-
Constructor Details
-
CorporateAction9
public CorporateAction9()
-
-
Method Details
-
getEvtTp
Gets the value of the evtTp property.- Returns:
- possible object is
String
-
setEvtTp
Sets the value of the evtTp property.- Parameters:
value
- allowed object isString
-
getEvtId
Gets the value of the evtId property.- Returns:
- possible object is
String
-
setEvtId
Sets the value of the evtId property.- Parameters:
value
- allowed object isString
-