Class CardWritingCapabilities1
java.lang.Object
org.coderic.iso20022.messages.cafm.CardWritingCapabilities1
Java class for CardWritingCapabilities1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardWritingCapabilities1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}CardDataWriting1Code"/> <element name="OthrCpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cpblty property.Gets the value of the othrCpblty property.void
setCpblty
(CardDataWriting1Code value) Sets the value of the cpblty property.void
setOthrCpblty
(String value) Sets the value of the othrCpblty property.
-
Constructor Details
-
CardWritingCapabilities1
public CardWritingCapabilities1()
-
-
Method Details
-
getCpblty
Gets the value of the cpblty property.- Returns:
- possible object is
CardDataWriting1Code
-
setCpblty
Sets the value of the cpblty property.- Parameters:
value
- allowed object isCardDataWriting1Code
-
getOthrCpblty
Gets the value of the othrCpblty property.- Returns:
- possible object is
String
-
setOthrCpblty
Sets the value of the othrCpblty property.- Parameters:
value
- allowed object isString
-