public class SignedSignatureProperties extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
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 ZonedDateTime |
signingTime |
| Constructor and Description |
|---|
SignedSignatureProperties()
Default no-arg constructor
|
SignedSignatureProperties(ZonedDateTime 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.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 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.EqualsStrategy2 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.
|
ZonedDateTime |
getSigningTime()
Gets the value of the signingTime property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 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(ZonedDateTime 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(ZonedDateTime value) |
protected ZonedDateTime signingTime
protected SigningCertificate signingCertificate
protected SignaturePolicyIdentifier signaturePolicyIdentifier
protected SignatureProductionPlace signatureProductionPlace
protected SignerRole signerRole
protected String id
public SignedSignatureProperties()
public SignedSignatureProperties(ZonedDateTime signingTime, SigningCertificate signingCertificate, SignaturePolicyIdentifier signaturePolicyIdentifier, SignatureProductionPlace signatureProductionPlace, SignerRole signerRole, String id)
public ZonedDateTime getSigningTime()
Stringpublic void setSigningTime(ZonedDateTime 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.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public SignedSignatureProperties withSigningTime(ZonedDateTime 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 © 2017 Digipost. All rights reserved.