Class OnLinePIN11
java.lang.Object
org.coderic.iso20022.messages.casp.OnLinePIN11
Java class for OnLinePIN11 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OnLinePIN11"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NcrptdPINBlck" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ContentInformationType40"/> <element name="PINFrmt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PINFormat3Code"/> <element name="AddtlInpt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlInpt property.Gets the value of the ncrptdPINBlck property.Gets the value of the pinFrmt property.void
setAddtlInpt
(String value) Sets the value of the addtlInpt property.void
Sets the value of the ncrptdPINBlck property.void
setPINFrmt
(PINFormat3Code value) Sets the value of the pinFrmt property.
-
Constructor Details
-
OnLinePIN11
public OnLinePIN11()
-
-
Method Details
-
getNcrptdPINBlck
Gets the value of the ncrptdPINBlck property.- Returns:
- possible object is
ContentInformationType40
-
setNcrptdPINBlck
Sets the value of the ncrptdPINBlck property.- Parameters:
value
- allowed object isContentInformationType40
-
getPINFrmt
Gets the value of the pinFrmt property.- Returns:
- possible object is
PINFormat3Code
-
setPINFrmt
Sets the value of the pinFrmt property.- Parameters:
value
- allowed object isPINFormat3Code
-
getAddtlInpt
Gets the value of the addtlInpt property.- Returns:
- possible object is
String
-
setAddtlInpt
Sets the value of the addtlInpt property.- Parameters:
value
- allowed object isString
-