@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:23:38+02:00", comments="JAXB RI v2.3.7") 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()
String
public void setSigningTime(org.joda.time.DateTime value)
value
- allowed object is
String
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
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.