Class Credentials2

java.lang.Object
org.coderic.iso20022.messages.cafr.Credentials2

public class Credentials2 extends Object

Java class for Credentials2 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Credentials2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IdCd" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Identification3Code"/>
         <element name="OthrIdCd" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/>
         <element name="IdVal" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max70Text"/>
         <element name="IdXpryDt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISOYearMonth" minOccurs="0"/>
         <element name="AssgnrAuthrty" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Authority1" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Credentials2

      public Credentials2()
  • Method Details

    • getIdCd

      public Identification3Code getIdCd()
      Gets the value of the idCd property.
      Returns:
      possible object is Identification3Code
    • setIdCd

      public void setIdCd(Identification3Code value)
      Sets the value of the idCd property.
      Parameters:
      value - allowed object is Identification3Code
    • getOthrIdCd

      public String getOthrIdCd()
      Gets the value of the othrIdCd property.
      Returns:
      possible object is String
    • setOthrIdCd

      public void setOthrIdCd(String value)
      Sets the value of the othrIdCd property.
      Parameters:
      value - allowed object is String
    • getIdVal

      public String getIdVal()
      Gets the value of the idVal property.
      Returns:
      possible object is String
    • setIdVal

      public void setIdVal(String value)
      Sets the value of the idVal property.
      Parameters:
      value - allowed object is String
    • getIdXpryDt

      public XMLGregorianCalendar getIdXpryDt()
      Gets the value of the idXpryDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setIdXpryDt

      public void setIdXpryDt(XMLGregorianCalendar value)
      Sets the value of the idXpryDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAssgnrAuthrty

      public Authority1 getAssgnrAuthrty()
      Gets the value of the assgnrAuthrty property.
      Returns:
      possible object is Authority1
    • setAssgnrAuthrty

      public void setAssgnrAuthrty(Authority1 value)
      Sets the value of the assgnrAuthrty property.
      Parameters:
      value - allowed object is Authority1