public class SignedSignatureProperties extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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 SignaturePolicyIdentifier |
signaturePolicyIdentifier |
protected SignatureProductionPlace |
signatureProductionPlace |
protected SignerRole |
signerRole |
protected SigningCertificate |
signingCertificate |
protected org.joda.time.DateTime |
signingTime |
| Constructor and Description |
|---|
SignedSignatureProperties()
Default no-arg constructor
|
SignedSignatureProperties(org.joda.time.DateTime signingTime,
SigningCertificate signingCertificate,
SignaturePolicyIdentifier signaturePolicyIdentifier,
SignatureProductionPlace signatureProductionPlace,
SignerRole signerRole,
String id)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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.
|
String |
toString() |
SignedSignatureProperties |
withId(String value) |
SignedSignatureProperties |
withSignaturePolicyIdentifier(SignaturePolicyIdentifier value) |
SignedSignatureProperties |
withSignatureProductionPlace(SignatureProductionPlace value) |
SignedSignatureProperties |
withSignerRole(SignerRole value) |
SignedSignatureProperties |
withSigningCertificate(SigningCertificate value) |
SignedSignatureProperties |
withSigningTime(org.joda.time.DateTime value) |
protected org.joda.time.DateTime signingTime
protected SigningCertificate signingCertificate
protected SignaturePolicyIdentifier signaturePolicyIdentifier
protected SignatureProductionPlace signatureProductionPlace
protected SignerRole signerRole
protected String id
public SignedSignatureProperties()
public SignedSignatureProperties(org.joda.time.DateTime signingTime,
SigningCertificate signingCertificate,
SignaturePolicyIdentifier signaturePolicyIdentifier,
SignatureProductionPlace signatureProductionPlace,
SignerRole signerRole,
String id)
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 void setId(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic SignedSignatureProperties withSigningTime(org.joda.time.DateTime value)
public SignedSignatureProperties withSigningCertificate(SigningCertificate value)
public SignedSignatureProperties withSignaturePolicyIdentifier(SignaturePolicyIdentifier value)
public SignedSignatureProperties withSignatureProductionPlace(SignatureProductionPlace value)
public SignedSignatureProperties withSignerRole(SignerRole value)
public SignedSignatureProperties withId(String value)
Copyright © 2014 Digipost Open Source. All Rights Reserved.