Class CardSecurityInformation1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_05.CardSecurityInformation1
-
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.05}CSCManagement1Code"/> <element name="CSCVal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Min3Max4NumericText" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CSCManagement1Code
cscMgmt
protected java.lang.String
cscVal
-
Constructor Summary
Constructors Constructor Description CardSecurityInformation1()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Field Detail
-
cscMgmt
protected CSCManagement1Code cscMgmt
-
cscVal
protected java.lang.String cscVal
-
-
Method Detail
-
getCSCMgmt
public CSCManagement1Code getCSCMgmt()
Gets the value of the cscMgmt property.- Returns:
- possible object is
CSCManagement1Code
-
setCSCMgmt
public void setCSCMgmt(CSCManagement1Code value)
Sets the value of the cscMgmt property.- Parameters:
value
- allowed object isCSCManagement1Code
-
getCSCVal
public java.lang.String getCSCVal()
Gets the value of the cscVal property.- Returns:
- possible object is
String
-
setCSCVal
public void setCSCVal(java.lang.String value)
Sets the value of the cscVal property.- Parameters:
value
- allowed object isString
-
-