Class CardSecurityInformation1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_06.CardSecurityInformation1
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cscMgmt property.Gets the value of the cscVal property.void
setCSCMgmt
(CSCManagement1Code value) Sets the value of the cscMgmt property.void
Sets the value of the cscVal property.
-
Field Details
-
cscMgmt
-
cscVal
-
-
Constructor Details
-
CardSecurityInformation1
public CardSecurityInformation1()
-
-
Method Details
-
getCSCMgmt
Gets the value of the cscMgmt property.- Returns:
- possible object is
CSCManagement1Code
-
setCSCMgmt
Sets the value of the cscMgmt property.- Parameters:
value
- allowed object isCSCManagement1Code
-
getCSCVal
Gets the value of the cscVal property.- Returns:
- possible object is
String
-
setCSCVal
Sets the value of the cscVal property.- Parameters:
value
- allowed object isString
-