@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:56:39+01:00", comments="JAXB RI v2.2.11") public class SignedSignatureProperties 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" 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>
| 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.
|
org.joda.time.DateTime |
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(org.joda.time.DateTime value)
Sets the value of the signingTime property.
|
public org.joda.time.DateTime getSigningTime()
Stringpublic void setSigningTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic SigningCertificate getSigningCertificate()
SigningCertificatepublic void setSigningCertificate(SigningCertificate value)
value - allowed object is
SigningCertificatepublic SignaturePolicyIdentifier getSignaturePolicyIdentifier()
SignaturePolicyIdentifierpublic void setSignaturePolicyIdentifier(SignaturePolicyIdentifier value)
value - allowed object is
SignaturePolicyIdentifierpublic SignatureProductionPlace getSignatureProductionPlace()
SignatureProductionPlacepublic void setSignatureProductionPlace(SignatureProductionPlace value)
value - allowed object is
SignatureProductionPlacepublic SignerRole getSignerRole()
SignerRolepublic void setSignerRole(SignerRole value)
value - allowed object is
SignerRole
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.