Class OnLinePIN11

java.lang.Object
org.coderic.iso20022.messages.caaa.OnLinePIN11

public class OnLinePIN11 extends Object

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:caaa.027.001.01}ContentInformationType40"/>
         <element name="PINFrmt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}PINFormat3Code"/>
         <element name="AddtlInpt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • OnLinePIN11

      public OnLinePIN11()
  • Method Details

    • getNcrptdPINBlck

      public ContentInformationType40 getNcrptdPINBlck()
      Gets the value of the ncrptdPINBlck property.
      Returns:
      possible object is ContentInformationType40
    • setNcrptdPINBlck

      public void setNcrptdPINBlck(ContentInformationType40 value)
      Sets the value of the ncrptdPINBlck property.
      Parameters:
      value - allowed object is ContentInformationType40
    • getPINFrmt

      public PINFormat3Code getPINFrmt()
      Gets the value of the pinFrmt property.
      Returns:
      possible object is PINFormat3Code
    • setPINFrmt

      public void setPINFrmt(PINFormat3Code value)
      Sets the value of the pinFrmt property.
      Parameters:
      value - allowed object is PINFormat3Code
    • getAddtlInpt

      public String getAddtlInpt()
      Gets the value of the addtlInpt property.
      Returns:
      possible object is String
    • setAddtlInpt

      public void setAddtlInpt(String value)
      Sets the value of the addtlInpt property.
      Parameters:
      value - allowed object is String