Class SignedSignaturePropertiesType

java.lang.Object
eu.europa.esig.xades.jaxb.xades122.SignedSignaturePropertiesType
All Implemented Interfaces:
Serializable

public class SignedSignaturePropertiesType extends Object implements Serializable

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.2.2#}CertIDListType" minOccurs="0"/>
         <element name="SignaturePolicyIdentifier" type="{http://uri.etsi.org/01903/v1.2.2#}SignaturePolicyIdentifierType" minOccurs="0"/>
         <element name="SignatureProductionPlace" type="{http://uri.etsi.org/01903/v1.2.2#}SignatureProductionPlaceType" minOccurs="0"/>
         <element name="SignerRole" type="{http://uri.etsi.org/01903/v1.2.2#}SignerRoleType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: