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