|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.etsi.uri._01903.v1_3.SignedSignatureProperties
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:43:22+02:00",
comments="JAXB RI v2.2.11")
public class SignedSignatureProperties
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 Summary | |
|---|---|
SignedSignatureProperties()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignedSignatureProperties()
| Method Detail |
|---|
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
SignerRolepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||