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 SignaturePolicyIdentifierTypesignaturePolicyIdentifierprotected SignatureProductionPlaceTypesignatureProductionPlaceprotected SignerRoleTypesignerRoleprotected CertIDListTypesigningCertificateprotected XMLGregorianCalendarsigningTime -
Constructor Summary
Constructors Constructor Description SignedSignaturePropertiesType() -
Method Summary
Modifier and Type Method Description SignaturePolicyIdentifierTypegetSignaturePolicyIdentifier()Gets the value of the signaturePolicyIdentifier property.SignatureProductionPlaceTypegetSignatureProductionPlace()Gets the value of the signatureProductionPlace property.SignerRoleTypegetSignerRole()Gets the value of the signerRole property.CertIDListTypegetSigningCertificate()Gets the value of the signingCertificate property.XMLGregorianCalendargetSigningTime()Gets the value of the signingTime property.voidsetSignaturePolicyIdentifier(SignaturePolicyIdentifierType value)Sets the value of the signaturePolicyIdentifier property.voidsetSignatureProductionPlace(SignatureProductionPlaceType value)Sets the value of the signatureProductionPlace property.voidsetSignerRole(SignerRoleType value)Sets the value of the signerRole property.voidsetSigningCertificate(CertIDListType value)Sets the value of the signingCertificate property.voidsetSigningTime(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
-