Class SignedData9

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

public class SignedData9 extends Object

Java class for SignedData9 complex type.

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

 <complexType name="SignedData9">
   <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="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AlgorithmIdentification36" maxOccurs="unbounded" minOccurs="0"/>
         <element name="NcpsltdCntt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}EncapsulatedContent3" minOccurs="0"/>
         <element name="Cert" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max5000Binary" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Sgnr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Signer8" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SignedData9

      public SignedData9()
  • 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
    • getDgstAlgo

      public List<AlgorithmIdentification36> getDgstAlgo()
      Gets the value of the dgstAlgo 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 dgstAlgo property.

      For example, to add a new item, do as follows:

          getDgstAlgo().add(newItem);
       

      Objects of the following type(s) are allowed in the list AlgorithmIdentification36

    • 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
    • getCert

      public List<byte[]> getCert()
      Gets the value of the cert 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 cert property.

      For example, to add a new item, do as follows:

          getCert().add(newItem);
       

      Objects of the following type(s) are allowed in the list byte[]

    • getSgnr

      public List<Signer8> getSgnr()
      Gets the value of the sgnr 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 sgnr property.

      For example, to add a new item, do as follows:

          getSgnr().add(newItem);
       

      Objects of the following type(s) are allowed in the list Signer8