|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxades4j.xml.bind.xades.XmlSignedSignaturePropertiesType
public class XmlSignedSignaturePropertiesType
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>
| Field Summary | |
|---|---|
protected String |
id
|
protected XmlSignaturePolicyIdentifierType |
signaturePolicyIdentifier
|
protected XmlSignatureProductionPlaceType |
signatureProductionPlace
|
protected XmlSignerRoleType |
signerRole
|
protected XmlCertIDListType |
signingCertificate
|
protected Calendar |
signingTime
|
| Constructor Summary | |
|---|---|
XmlSignedSignaturePropertiesType()
|
|
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
XmlSignaturePolicyIdentifierType |
getSignaturePolicyIdentifier()
Gets the value of the signaturePolicyIdentifier property. |
XmlSignatureProductionPlaceType |
getSignatureProductionPlace()
Gets the value of the signatureProductionPlace property. |
XmlSignerRoleType |
getSignerRole()
Gets the value of the signerRole property. |
XmlCertIDListType |
getSigningCertificate()
Gets the value of the signingCertificate property. |
Calendar |
getSigningTime()
Gets the value of the signingTime property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setSignaturePolicyIdentifier(XmlSignaturePolicyIdentifierType value)
Sets the value of the signaturePolicyIdentifier property. |
void |
setSignatureProductionPlace(XmlSignatureProductionPlaceType value)
Sets the value of the signatureProductionPlace property. |
void |
setSignerRole(XmlSignerRoleType value)
Sets the value of the signerRole property. |
void |
setSigningCertificate(XmlCertIDListType value)
Sets the value of the signingCertificate property. |
void |
setSigningTime(Calendar value)
Sets the value of the signingTime property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Calendar signingTime
protected XmlCertIDListType signingCertificate
protected XmlSignaturePolicyIdentifierType signaturePolicyIdentifier
protected XmlSignatureProductionPlaceType signatureProductionPlace
protected XmlSignerRoleType signerRole
protected String id
| Constructor Detail |
|---|
public XmlSignedSignaturePropertiesType()
| Method Detail |
|---|
public Calendar getSigningTime()
Stringpublic void setSigningTime(Calendar value)
value - allowed object is
Stringpublic XmlCertIDListType getSigningCertificate()
XmlCertIDListTypepublic void setSigningCertificate(XmlCertIDListType value)
value - allowed object is
XmlCertIDListTypepublic XmlSignaturePolicyIdentifierType getSignaturePolicyIdentifier()
XmlSignaturePolicyIdentifierTypepublic void setSignaturePolicyIdentifier(XmlSignaturePolicyIdentifierType value)
value - allowed object is
XmlSignaturePolicyIdentifierTypepublic XmlSignatureProductionPlaceType getSignatureProductionPlace()
XmlSignatureProductionPlaceTypepublic void setSignatureProductionPlace(XmlSignatureProductionPlaceType value)
value - allowed object is
XmlSignatureProductionPlaceTypepublic XmlSignerRoleType getSignerRole()
XmlSignerRoleTypepublic void setSignerRole(XmlSignerRoleType value)
value - allowed object is
XmlSignerRoleTypepublic 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 | |||||||||