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