Class SignerInformationType

java.lang.Object
eu.europa.esig.validationreport.jaxb.SignerInformationType
All Implemented Interfaces:
Serializable

public class SignerInformationType extends Object implements Serializable

Java class for SignerInformationType complex type.

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

 <complexType name="SignerInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SignerCertificate" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType"/>
         <element name="Signer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OtherInformation" type="{http://uri.etsi.org/19102/v1.4.1#}AnyType" minOccurs="0"/>
       </sequence>
       <attribute name="Pseudonym" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • signerCertificate

      protected VOReferenceType signerCertificate
    • signer

      protected String signer
    • otherInformation

      protected AnyType otherInformation
    • pseudonym

      protected Boolean pseudonym
  • Constructor Details

    • SignerInformationType

      public SignerInformationType()
  • Method Details

    • getSignerCertificate

      public VOReferenceType getSignerCertificate()
      Gets the value of the signerCertificate property.
      Returns:
      possible object is VOReferenceType
    • setSignerCertificate

      public void setSignerCertificate(VOReferenceType value)
      Sets the value of the signerCertificate property.
      Parameters:
      value - allowed object is VOReferenceType
    • getSigner

      public String getSigner()
      Gets the value of the signer property.
      Returns:
      possible object is String
    • setSigner

      public void setSigner(String value)
      Sets the value of the signer property.
      Parameters:
      value - allowed object is String
    • getOtherInformation

      public AnyType getOtherInformation()
      Gets the value of the otherInformation property.
      Returns:
      possible object is AnyType
    • setOtherInformation

      public void setOtherInformation(AnyType value)
      Sets the value of the otherInformation property.
      Parameters:
      value - allowed object is AnyType
    • isPseudonym

      public Boolean isPseudonym()
      Gets the value of the pseudonym property.
      Returns:
      possible object is Boolean
    • setPseudonym

      public void setPseudonym(Boolean value)
      Sets the value of the pseudonym property.
      Parameters:
      value - allowed object is Boolean