be.fedict.eid.applet.service.signer.jaxb.xades132
Class SignedSignaturePropertiesType

java.lang.Object
  extended by be.fedict.eid.applet.service.signer.jaxb.xades132.SignedSignaturePropertiesType

public class SignedSignaturePropertiesType
extends Object

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

signingTime

protected XMLGregorianCalendar signingTime

signingCertificate

protected CertIDListType signingCertificate

signaturePolicyIdentifier

protected SignaturePolicyIdentifierType signaturePolicyIdentifier

signatureProductionPlace

protected SignatureProductionPlaceType signatureProductionPlace

signerRole

protected SignerRoleType signerRole

id

protected String id
Constructor Detail

SignedSignaturePropertiesType

public SignedSignaturePropertiesType()
Method Detail

getSigningTime

public XMLGregorianCalendar getSigningTime()
Gets the value of the signingTime property.

Returns:
possible object is XMLGregorianCalendar

setSigningTime

public void setSigningTime(XMLGregorianCalendar value)
Sets the value of the signingTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSigningCertificate

public CertIDListType getSigningCertificate()
Gets the value of the signingCertificate property.

Returns:
possible object is CertIDListType

setSigningCertificate

public void setSigningCertificate(CertIDListType value)
Sets the value of the signingCertificate property.

Parameters:
value - allowed object is CertIDListType

getSignaturePolicyIdentifier

public SignaturePolicyIdentifierType getSignaturePolicyIdentifier()
Gets the value of the signaturePolicyIdentifier property.

Returns:
possible object is SignaturePolicyIdentifierType

setSignaturePolicyIdentifier

public void setSignaturePolicyIdentifier(SignaturePolicyIdentifierType value)
Sets the value of the signaturePolicyIdentifier property.

Parameters:
value - allowed object is SignaturePolicyIdentifierType

getSignatureProductionPlace

public SignatureProductionPlaceType getSignatureProductionPlace()
Gets the value of the signatureProductionPlace property.

Returns:
possible object is SignatureProductionPlaceType

setSignatureProductionPlace

public void setSignatureProductionPlace(SignatureProductionPlaceType value)
Sets the value of the signatureProductionPlace property.

Parameters:
value - allowed object is SignatureProductionPlaceType

getSignerRole

public SignerRoleType getSignerRole()
Gets the value of the signerRole property.

Returns:
possible object is SignerRoleType

setSignerRole

public void setSignerRole(SignerRoleType value)
Sets the value of the signerRole property.

Parameters:
value - allowed object is SignerRoleType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2008-2010 FedICT. All Rights Reserved.