Class SignedSignaturePropertiesType
java.lang.Object
eu.europa.esig.xades.jaxb.xades111.SignedSignaturePropertiesType
- All Implemented Interfaces:
Serializable
public class SignedSignaturePropertiesType extends Object implements Serializable
Java class for SignedSignaturePropertiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignedSignaturePropertiesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SigningTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="SigningCertificate" type="{http://uri.etsi.org/01903/v1.1.1#}CertIDListType"/> <element name="SignaturePolicyIdentifier" type="{http://uri.etsi.org/01903/v1.1.1#}SignaturePolicyIdentifierType"/> <element name="SignatureProductionPlace" type="{http://uri.etsi.org/01903/v1.1.1#}SignatureProductionPlaceType" minOccurs="0"/> <element name="SignerRole" type="{http://uri.etsi.org/01903/v1.1.1#}SignerRoleType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected SignaturePolicyIdentifierType
signaturePolicyIdentifier
protected SignatureProductionPlaceType
signatureProductionPlace
protected SignerRoleType
signerRole
protected CertIDListType
signingCertificate
protected XMLGregorianCalendar
signingTime
-
Constructor Summary
Constructors Constructor Description SignedSignaturePropertiesType()
-
Method Summary
Modifier and Type Method Description SignaturePolicyIdentifierType
getSignaturePolicyIdentifier()
Gets the value of the signaturePolicyIdentifier property.SignatureProductionPlaceType
getSignatureProductionPlace()
Gets the value of the signatureProductionPlace property.SignerRoleType
getSignerRole()
Gets the value of the signerRole property.CertIDListType
getSigningCertificate()
Gets the value of the signingCertificate property.XMLGregorianCalendar
getSigningTime()
Gets the value of the signingTime property.void
setSignaturePolicyIdentifier(SignaturePolicyIdentifierType value)
Sets the value of the signaturePolicyIdentifier property.void
setSignatureProductionPlace(SignatureProductionPlaceType value)
Sets the value of the signatureProductionPlace property.void
setSignerRole(SignerRoleType value)
Sets the value of the signerRole property.void
setSigningCertificate(CertIDListType value)
Sets the value of the signingCertificate property.void
setSigningTime(XMLGregorianCalendar value)
Sets the value of the signingTime property.
-
Field Details
-
Constructor Details
-
SignedSignaturePropertiesType
public SignedSignaturePropertiesType()
-
-
Method Details
-
getSigningTime
Gets the value of the signingTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSigningTime
Sets the value of the signingTime property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getSigningCertificate
Gets the value of the signingCertificate property.- Returns:
- possible object is
CertIDListType
-
setSigningCertificate
Sets the value of the signingCertificate property.- Parameters:
value
- allowed object isCertIDListType
-
getSignaturePolicyIdentifier
Gets the value of the signaturePolicyIdentifier property.- Returns:
- possible object is
SignaturePolicyIdentifierType
-
setSignaturePolicyIdentifier
Sets the value of the signaturePolicyIdentifier property.- Parameters:
value
- allowed object isSignaturePolicyIdentifierType
-
getSignatureProductionPlace
Gets the value of the signatureProductionPlace property.- Returns:
- possible object is
SignatureProductionPlaceType
-
setSignatureProductionPlace
Sets the value of the signatureProductionPlace property.- Parameters:
value
- allowed object isSignatureProductionPlaceType
-
getSignerRole
Gets the value of the signerRole property.- Returns:
- possible object is
SignerRoleType
-
setSignerRole
Sets the value of the signerRole property.- Parameters:
value
- allowed object isSignerRoleType
-