Class AuthenticatedData10
java.lang.Object
org.coderic.iso20022.messages.caaa.AuthenticatedData10
Java class for AuthenticatedData10 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthenticatedData10"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Number" minOccurs="0"/> <element name="Rcpt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Recipient15Choice" maxOccurs="unbounded"/> <element name="MACAlgo" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AlgorithmIdentification31"/> <element name="NcpsltdCntt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}EncapsulatedContent3"/> <element name="MAC" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max140Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getMAC()
Gets the value of the mac property.Gets the value of the macAlgo property.Gets the value of the ncpsltdCntt property.getRcpt()
Gets the value of the rcpt property.getVrsn()
Gets the value of the vrsn property.void
setMAC
(byte[] value) Sets the value of the mac property.void
Sets the value of the macAlgo property.void
Sets the value of the ncpsltdCntt property.void
setVrsn
(BigDecimal value) Sets the value of the vrsn property.
-
Constructor Details
-
AuthenticatedData10
public AuthenticatedData10()
-
-
Method Details
-
getVrsn
Gets the value of the vrsn property.- Returns:
- possible object is
BigDecimal
-
setVrsn
Sets the value of the vrsn property.- Parameters:
value
- allowed object isBigDecimal
-
getRcpt
Gets the value of the rcpt property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the rcpt property.For example, to add a new item, do as follows:
getRcpt().add(newItem);
Objects of the following type(s) are allowed in the list
Recipient15Choice
-
getMACAlgo
Gets the value of the macAlgo property.- Returns:
- possible object is
AlgorithmIdentification31
-
setMACAlgo
Sets the value of the macAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification31
-
getNcpsltdCntt
Gets the value of the ncpsltdCntt property.- Returns:
- possible object is
EncapsulatedContent3
-
setNcpsltdCntt
Sets the value of the ncpsltdCntt property.- Parameters:
value
- allowed object isEncapsulatedContent3
-
getMAC
public byte[] getMAC()Gets the value of the mac property.- Returns:
- possible object is byte[]
-
setMAC
public void setMAC(byte[] value) Sets the value of the mac property.- Parameters:
value
- allowed object is byte[]
-