Class CorporateAction9
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_08.CorporateAction9
-
public class CorporateAction9 extends Object
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.08}Max35Text"/> <element name="EvtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CorporateAction9()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEvtId()Gets the value of the evtId property.StringgetEvtTp()Gets the value of the evtTp property.voidsetEvtId(String value)Sets the value of the evtId property.voidsetEvtTp(String value)Sets the value of the evtTp property.
-
-
-
Method Detail
-
getEvtTp
public String getEvtTp()
Gets the value of the evtTp property.- Returns:
- possible object is
String
-
setEvtTp
public void setEvtTp(String value)
Sets the value of the evtTp property.- Parameters:
value- allowed object isString
-
getEvtId
public String getEvtId()
Gets the value of the evtId property.- Returns:
- possible object is
String
-
-