public class SignedSignaturePropertiesType 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 SignaturePolicyIdentifierType |
signaturePolicyIdentifier |
protected SignatureProductionPlaceType |
signatureProductionPlace |
protected SignerRoleType |
signerRole |
protected CertIDListType |
signingCertificate |
protected XMLGregorianCalendar |
signingTime |
| Constructor and Description |
|---|
SignedSignaturePropertiesType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
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 |
setId(String value)
Sets the value of the id 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.
|
protected XMLGregorianCalendar signingTime
protected CertIDListType signingCertificate
protected SignaturePolicyIdentifierType signaturePolicyIdentifier
protected SignatureProductionPlaceType signatureProductionPlace
protected SignerRoleType signerRole
protected String id
public XMLGregorianCalendar getSigningTime()
XMLGregorianCalendarpublic void setSigningTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic CertIDListType getSigningCertificate()
CertIDListTypepublic void setSigningCertificate(CertIDListType value)
value - allowed object is
CertIDListTypepublic SignaturePolicyIdentifierType getSignaturePolicyIdentifier()
SignaturePolicyIdentifierTypepublic void setSignaturePolicyIdentifier(SignaturePolicyIdentifierType value)
value - allowed object is
SignaturePolicyIdentifierTypepublic SignatureProductionPlaceType getSignatureProductionPlace()
SignatureProductionPlaceTypepublic void setSignatureProductionPlace(SignatureProductionPlaceType value)
value - allowed object is
SignatureProductionPlaceTypepublic SignerRoleType getSignerRole()
SignerRoleTypepublic void setSignerRole(SignerRoleType value)
value - allowed object is
SignerRoleTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.