public class SignedSignatureProperties extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected SignaturePolicyIdentifier |
signaturePolicyIdentifier |
protected SignatureProductionPlace |
signatureProductionPlace |
protected SignerRole |
signerRole |
protected SigningCertificate |
signingCertificate |
protected XMLGregorianCalendar |
signingTime |
Constructor and Description |
---|
SignedSignatureProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
SignaturePolicyIdentifier |
getSignaturePolicyIdentifier()
Gets the value of the signaturePolicyIdentifier property.
|
SignatureProductionPlace |
getSignatureProductionPlace()
Gets the value of the signatureProductionPlace property.
|
SignerRole |
getSignerRole()
Gets the value of the signerRole property.
|
SigningCertificate |
getSigningCertificate()
Gets the value of the signingCertificate property.
|
XMLGregorianCalendar |
getSigningTime()
Gets the value of the signingTime property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSignaturePolicyIdentifier(SignaturePolicyIdentifier value)
Sets the value of the signaturePolicyIdentifier property.
|
void |
setSignatureProductionPlace(SignatureProductionPlace value)
Sets the value of the signatureProductionPlace property.
|
void |
setSignerRole(SignerRole value)
Sets the value of the signerRole property.
|
void |
setSigningCertificate(SigningCertificate value)
Sets the value of the signingCertificate property.
|
void |
setSigningTime(XMLGregorianCalendar value)
Sets the value of the signingTime property.
|
protected XMLGregorianCalendar signingTime
protected SigningCertificate signingCertificate
protected SignaturePolicyIdentifier signaturePolicyIdentifier
protected SignatureProductionPlace signatureProductionPlace
protected SignerRole signerRole
protected String id
public XMLGregorianCalendar getSigningTime()
XMLGregorianCalendar
public void setSigningTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public SigningCertificate getSigningCertificate()
SigningCertificate
public void setSigningCertificate(SigningCertificate value)
value
- allowed object is
SigningCertificate
public SignaturePolicyIdentifier getSignaturePolicyIdentifier()
SignaturePolicyIdentifier
public void setSignaturePolicyIdentifier(SignaturePolicyIdentifier value)
value
- allowed object is
SignaturePolicyIdentifier
public SignatureProductionPlace getSignatureProductionPlace()
SignatureProductionPlace
public void setSignatureProductionPlace(SignatureProductionPlace value)
value
- allowed object is
SignatureProductionPlace
public SignerRole getSignerRole()
SignerRole
public void setSignerRole(SignerRole value)
value
- allowed object is
SignerRole
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.