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.03}Max35Text"/>
<element name="EvtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
evtId |
protected String |
evtTp |
| Constructor and Description |
|---|
CorporateAction9() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEvtId()
Gets the value of the evtId property.
|
String |
getEvtTp()
Gets the value of the evtTp property.
|
void |
setEvtId(String value)
Sets the value of the evtId property.
|
void |
setEvtTp(String value)
Sets the value of the evtTp property.
|
public String getEvtTp()
Stringpublic void setEvtTp(String value)
value - allowed object is
Stringpublic String getEvtId()
StringCopyright © 2019. All rights reserved.