Class Credentials2
java.lang.Object
org.coderic.iso20022.messages.cafr.Credentials2
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assgnrAuthrty property.getIdCd()
Gets the value of the idCd property.getIdVal()
Gets the value of the idVal property.Gets the value of the idXpryDt property.Gets the value of the othrIdCd property.void
setAssgnrAuthrty
(Authority1 value) Sets the value of the assgnrAuthrty property.void
setIdCd
(Identification3Code value) Sets the value of the idCd property.void
Sets the value of the idVal property.void
setIdXpryDt
(XMLGregorianCalendar value) Sets the value of the idXpryDt property.void
setOthrIdCd
(String value) Sets the value of the othrIdCd property.
-
Constructor Details
-
Credentials2
public Credentials2()
-
-
Method Details
-
getIdCd
Gets the value of the idCd property.- Returns:
- possible object is
Identification3Code
-
setIdCd
Sets the value of the idCd property.- Parameters:
value
- allowed object isIdentification3Code
-
getOthrIdCd
Gets the value of the othrIdCd property.- Returns:
- possible object is
String
-
setOthrIdCd
Sets the value of the othrIdCd property.- Parameters:
value
- allowed object isString
-
getIdVal
Gets the value of the idVal property.- Returns:
- possible object is
String
-
setIdVal
Sets the value of the idVal property.- Parameters:
value
- allowed object isString
-
getIdXpryDt
Gets the value of the idXpryDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIdXpryDt
Sets the value of the idXpryDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAssgnrAuthrty
Gets the value of the assgnrAuthrty property.- Returns:
- possible object is
Authority1
-
setAssgnrAuthrty
Sets the value of the assgnrAuthrty property.- Parameters:
value
- allowed object isAuthority1
-