|
||||||||||
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="2023-04-04T03:40:51+02:00", comments="JAXB RI v2.3.6") 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()
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
public String getId()
String
public 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 |