xades4j.xml.bind.xades
Class XmlSignedSignaturePropertiesType

java.lang.Object
  extended by xades4j.xml.bind.xades.XmlSignedSignaturePropertiesType

public class XmlSignedSignaturePropertiesType
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  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

signingTime

protected Calendar signingTime

signingCertificate

protected XmlCertIDListType signingCertificate

signaturePolicyIdentifier

protected XmlSignaturePolicyIdentifierType signaturePolicyIdentifier

signatureProductionPlace

protected XmlSignatureProductionPlaceType signatureProductionPlace

signerRole

protected XmlSignerRoleType signerRole

id

protected String id
Constructor Detail

XmlSignedSignaturePropertiesType

public XmlSignedSignaturePropertiesType()
Method Detail

getSigningTime

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

Returns:
possible object is String

setSigningTime

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

Parameters:
value - allowed object is String

getSigningCertificate

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

Returns:
possible object is XmlCertIDListType

setSigningCertificate

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

Parameters:
value - allowed object is XmlCertIDListType

getSignaturePolicyIdentifier

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

Returns:
possible object is XmlSignaturePolicyIdentifierType

setSignaturePolicyIdentifier

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

Parameters:
value - allowed object is XmlSignaturePolicyIdentifierType

getSignatureProductionPlace

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

Returns:
possible object is XmlSignatureProductionPlaceType

setSignatureProductionPlace

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

Parameters:
value - allowed object is XmlSignatureProductionPlaceType

getSignerRole

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

Returns:
possible object is XmlSignerRoleType

setSignerRole

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

Parameters:
value - allowed object is XmlSignerRoleType

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 © 2012. All Rights Reserved.