public class CardSecurityInformation1 extends Object
Java class for CardSecurityInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardSecurityInformation1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CSCMgmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}CSCManagement1Code"/>
<element name="CSCVal" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Min3Max4NumericText" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CSCManagement1Code |
cscMgmt |
protected String |
cscVal |
| Constructor and Description |
|---|
CardSecurityInformation1() |
| Modifier and Type | Method and Description |
|---|---|
CSCManagement1Code |
getCSCMgmt()
Gets the value of the cscMgmt property.
|
String |
getCSCVal()
Gets the value of the cscVal property.
|
void |
setCSCMgmt(CSCManagement1Code value)
Sets the value of the cscMgmt property.
|
void |
setCSCVal(String value)
Sets the value of the cscVal property.
|
protected CSCManagement1Code cscMgmt
protected String cscVal
public CSCManagement1Code getCSCMgmt()
CSCManagement1Codepublic void setCSCMgmt(CSCManagement1Code value)
value - allowed object is
CSCManagement1Codepublic String getCSCVal()
StringCopyright © 2017. All rights reserved.