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.2.1#}VOReferenceType"/>
<element name="Signer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<any namespace='##other' minOccurs="0"/>
</sequence>
<attribute name="Pseudonym" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprotected Booleanprotected Stringprotected VOReferenceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.Gets the value of the signer property.Gets the value of the signerCertificate property.Gets the value of the pseudonym property.voidSets the value of the any 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
-
any
-
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
-
getAny
Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
Sets the value of the any property.- Parameters:
value- allowed object isObject
-
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
-