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.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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected Objectanyprotected Booleanpseudonymprotected Stringsignerprotected VOReferenceTypesignerCertificate -
Constructor Summary
Constructors Constructor Description SignerInformationType() -
Method Summary
Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.StringgetSigner()Gets the value of the signer property.VOReferenceTypegetSignerCertificate()Gets the value of the signerCertificate property.BooleanisPseudonym()Gets the value of the pseudonym property.voidsetAny(Object value)Sets the value of the any property.voidsetPseudonym(Boolean value)Sets the value of the pseudonym property.voidsetSigner(String value)Sets the value of the signer property.voidsetSignerCertificate(VOReferenceType value)Sets the value of the signerCertificate property.
-
Field Details
-
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
-