Class SignedSignaturePropertiesType
java.lang.Object
eu.europa.esig.xades.jaxb.xades132.SignedSignaturePropertiesType
- All Implemented Interfaces:
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" minOccurs="0"/> <element name="SigningCertificate" type="{http://uri.etsi.org/01903/v1.3.2#}CertIDListType" minOccurs="0"/> <element name="SignaturePolicyIdentifier" type="{http://uri.etsi.org/01903/v1.3.2#}SignaturePolicyIdentifierType" minOccurs="0"/> <element name="SignatureProductionPlace" type="{http://uri.etsi.org/01903/v1.3.2#}SignatureProductionPlaceType" minOccurs="0"/> <element name="SignerRole" type="{http://uri.etsi.org/01903/v1.3.2#}SignerRoleType" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected SignaturePolicyIdentifierType
protected SignatureProductionPlaceType
protected SignerRoleType
protected CertIDListType
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the signaturePolicyIdentifier property.Gets the value of the signatureProductionPlace property.Gets the value of the signerRole property.Gets the value of the signingCertificate property.Gets the value of the signingTime property.void
Sets the value of the id property.void
Sets the value of the signaturePolicyIdentifier property.void
Sets the value of the signatureProductionPlace property.void
setSignerRole
(SignerRoleType value) Sets the value of the signerRole property.void
Sets the value of the signingCertificate property.void
Sets the value of the signingTime property.
-
Field Details
-
signingTime
-
signingCertificate
-
signaturePolicyIdentifier
-
signatureProductionPlace
-
signerRole
-
id
-
-
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
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-