Class AuthenticatedData10

java.lang.Object
org.coderic.iso20022.messages.casp.AuthenticatedData10

public class AuthenticatedData10 extends Object

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:casp.017.001.06}Number" minOccurs="0"/>
         <element name="Rcpt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Recipient15Choice" maxOccurs="unbounded"/>
         <element name="MACAlgo" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}AlgorithmIdentification31"/>
         <element name="NcpsltdCntt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}EncapsulatedContent3"/>
         <element name="MAC" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max140Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AuthenticatedData10

      public AuthenticatedData10()
  • Method Details

    • getVrsn

      public BigDecimal getVrsn()
      Gets the value of the vrsn property.
      Returns:
      possible object is BigDecimal
    • setVrsn

      public void setVrsn(BigDecimal value)
      Sets the value of the vrsn property.
      Parameters:
      value - allowed object is BigDecimal
    • getRcpt

      public List<Recipient15Choice> 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

      public AlgorithmIdentification31 getMACAlgo()
      Gets the value of the macAlgo property.
      Returns:
      possible object is AlgorithmIdentification31
    • setMACAlgo

      public void setMACAlgo(AlgorithmIdentification31 value)
      Sets the value of the macAlgo property.
      Parameters:
      value - allowed object is AlgorithmIdentification31
    • getNcpsltdCntt

      public EncapsulatedContent3 getNcpsltdCntt()
      Gets the value of the ncpsltdCntt property.
      Returns:
      possible object is EncapsulatedContent3
    • setNcpsltdCntt

      public void setNcpsltdCntt(EncapsulatedContent3 value)
      Sets the value of the ncpsltdCntt property.
      Parameters:
      value - allowed object is EncapsulatedContent3
    • 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[]