public class CardSecurityInformation1
extends java.lang.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.052.001.06}CSCManagement1Code"/> <element name="CSCVal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Min3Max4NumericText" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected CSCManagement1Code |
cscMgmt |
|
protected java.lang.String |
cscVal |
Constructor | Description |
---|---|
CardSecurityInformation1() |
Modifier and Type | Method | Description |
---|---|---|
CSCManagement1Code |
getCSCMgmt() |
Gets the value of the cscMgmt property.
|
java.lang.String |
getCSCVal() |
Gets the value of the cscVal property.
|
void |
setCSCMgmt(CSCManagement1Code value) |
Sets the value of the cscMgmt property.
|
void |
setCSCVal(java.lang.String value) |
Sets the value of the cscVal property.
|
protected CSCManagement1Code cscMgmt
protected java.lang.String cscVal
public CSCManagement1Code getCSCMgmt()
CSCManagement1Code
public void setCSCMgmt(CSCManagement1Code value)
value
- allowed object is
CSCManagement1Code
public java.lang.String getCSCVal()
String
public void setCSCVal(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.