|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fedict.eid.applet.service.signer.jaxb.xades132.SignedSignaturePropertiesType
public class SignedSignaturePropertiesType
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 SignaturePolicyIdentifierType |
signaturePolicyIdentifier
|
protected SignatureProductionPlaceType |
signatureProductionPlace
|
protected SignerRoleType |
signerRole
|
protected CertIDListType |
signingCertificate
|
protected XMLGregorianCalendar |
signingTime
|
Constructor Summary | |
---|---|
SignedSignaturePropertiesType()
|
Method Summary | |
---|---|
String |
getId()
Gets the value of the id property. |
SignaturePolicyIdentifierType |
getSignaturePolicyIdentifier()
Gets the value of the signaturePolicyIdentifier property. |
SignatureProductionPlaceType |
getSignatureProductionPlace()
Gets the value of the signatureProductionPlace property. |
SignerRoleType |
getSignerRole()
Gets the value of the signerRole property. |
CertIDListType |
getSigningCertificate()
Gets the value of the signingCertificate property. |
XMLGregorianCalendar |
getSigningTime()
Gets the value of the signingTime property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setSignaturePolicyIdentifier(SignaturePolicyIdentifierType value)
Sets the value of the signaturePolicyIdentifier property. |
void |
setSignatureProductionPlace(SignatureProductionPlaceType value)
Sets the value of the signatureProductionPlace property. |
void |
setSignerRole(SignerRoleType value)
Sets the value of the signerRole property. |
void |
setSigningCertificate(CertIDListType value)
Sets the value of the signingCertificate property. |
void |
setSigningTime(XMLGregorianCalendar 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 XMLGregorianCalendar signingTime
protected CertIDListType signingCertificate
protected SignaturePolicyIdentifierType signaturePolicyIdentifier
protected SignatureProductionPlaceType signatureProductionPlace
protected SignerRoleType signerRole
protected String id
Constructor Detail |
---|
public SignedSignaturePropertiesType()
Method Detail |
---|
public XMLGregorianCalendar getSigningTime()
XMLGregorianCalendar
public void setSigningTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public CertIDListType getSigningCertificate()
CertIDListType
public void setSigningCertificate(CertIDListType value)
value
- allowed object is
CertIDListType
public SignaturePolicyIdentifierType getSignaturePolicyIdentifier()
SignaturePolicyIdentifierType
public void setSignaturePolicyIdentifier(SignaturePolicyIdentifierType value)
value
- allowed object is
SignaturePolicyIdentifierType
public SignatureProductionPlaceType getSignatureProductionPlace()
SignatureProductionPlaceType
public void setSignatureProductionPlace(SignatureProductionPlaceType value)
value
- allowed object is
SignatureProductionPlaceType
public SignerRoleType getSignerRole()
SignerRoleType
public void setSignerRole(SignerRoleType value)
value
- allowed object is
SignerRoleType
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 |