Class Signer4

java.lang.Object
org.coderic.iso20022.messages.cafm.Signer4

public class Signer4 extends Object

Java class for Signer4 complex type.

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

 <complexType name="Signer4">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Number" minOccurs="0"/>
         <element name="SgnrId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Recipient5Choice" minOccurs="0"/>
         <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AlgorithmIdentification21"/>
         <element name="SgndAttrbts" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}GenericInformation1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SgntrAlgo" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AlgorithmIdentification20"/>
         <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max3000Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Signer4

      public Signer4()
  • 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 Recipient5Choice getSgnrId()
      Gets the value of the sgnrId property.
      Returns:
      possible object is Recipient5Choice
    • setSgnrId

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

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

      public void setDgstAlgo(AlgorithmIdentification21 value)
      Sets the value of the dgstAlgo property.
      Parameters:
      value - allowed object is AlgorithmIdentification21
    • 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 AlgorithmIdentification20 getSgntrAlgo()
      Gets the value of the sgntrAlgo property.
      Returns:
      possible object is AlgorithmIdentification20
    • setSgntrAlgo

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