Class Signer8

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

public class Signer8 extends Object

Java class for Signer8 complex type.

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

 <complexType name="Signer8">
   <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="SgnrId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Recipient13Choice" minOccurs="0"/>
         <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AlgorithmIdentification36"/>
         <element name="SgndAttrbts" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}GenericInformation1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SgntrAlgo" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AlgorithmIdentification33"/>
         <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max3000Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Signer8

      public Signer8()
  • 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
    • getSgnrId

      public Recipient13Choice getSgnrId()
      Gets the value of the sgnrId property.
      Returns:
      possible object is Recipient13Choice
    • setSgnrId

      public void setSgnrId(Recipient13Choice value)
      Sets the value of the sgnrId property.
      Parameters:
      value - allowed object is Recipient13Choice
    • getDgstAlgo

      public AlgorithmIdentification36 getDgstAlgo()
      Gets the value of the dgstAlgo property.
      Returns:
      possible object is AlgorithmIdentification36
    • setDgstAlgo

      public void setDgstAlgo(AlgorithmIdentification36 value)
      Sets the value of the dgstAlgo property.
      Parameters:
      value - allowed object is AlgorithmIdentification36
    • getSgndAttrbts

      public List<GenericInformation1> getSgndAttrbts()
      Gets the value of the sgndAttrbts 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 sgndAttrbts property.

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

          getSgndAttrbts().add(newItem);
       

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

    • getSgntrAlgo

      public AlgorithmIdentification33 getSgntrAlgo()
      Gets the value of the sgntrAlgo property.
      Returns:
      possible object is AlgorithmIdentification33
    • setSgntrAlgo

      public void setSgntrAlgo(AlgorithmIdentification33 value)
      Sets the value of the sgntrAlgo property.
      Parameters:
      value - allowed object is AlgorithmIdentification33
    • getSgntr

      public byte[] getSgntr()
      Gets the value of the sgntr property.
      Returns:
      possible object is byte[]
    • setSgntr

      public void setSgntr(byte[] value)
      Sets the value of the sgntr property.
      Parameters:
      value - allowed object is byte[]