Class SignerInformationType
java.lang.Object
eu.europa.esig.validationreport.jaxb.SignerInformationType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected AnyTypeprotected Booleanprotected Stringprotected VOReferenceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the otherInformation property.Gets the value of the signer property.Gets the value of the signerCertificate property.Gets the value of the pseudonym property.voidsetOtherInformation(AnyType value) Sets the value of the otherInformation property.voidsetPseudonym(Boolean value) Sets the value of the pseudonym property.voidSets the value of the signer property.voidSets the value of the signerCertificate property.
-
Field Details
-
signerCertificate
-
signer
-
otherInformation
-
pseudonym
-
-
Constructor Details
-
SignerInformationType
public SignerInformationType()
-
-
Method Details
-
getSignerCertificate
Gets the value of the signerCertificate property.- Returns:
- possible object is
VOReferenceType
-
setSignerCertificate
Sets the value of the signerCertificate property.- Parameters:
value- allowed object isVOReferenceType
-
getSigner
Gets the value of the signer property.- Returns:
- possible object is
String
-
setSigner
Sets the value of the signer property.- Parameters:
value- allowed object isString
-
getOtherInformation
Gets the value of the otherInformation property.- Returns:
- possible object is
AnyType
-
setOtherInformation
Sets the value of the otherInformation property.- Parameters:
value- allowed object isAnyType
-
isPseudonym
Gets the value of the pseudonym property.- Returns:
- possible object is
Boolean
-
setPseudonym
Sets the value of the pseudonym property.- Parameters:
value- allowed object isBoolean
-