Class SignedPropertiesType

java.lang.Object
eu.europa.esig.xades.jaxb.xades122.SignedPropertiesType

public class SignedPropertiesType extends Object

Java class for SignedPropertiesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SignedPropertiesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SignedSignatureProperties" type="{http://uri.etsi.org/01903/v1.2.2#}SignedSignaturePropertiesType"/>
         <element name="SignedDataObjectProperties" type="{http://uri.etsi.org/01903/v1.2.2#}SignedDataObjectPropertiesType" minOccurs="0"/>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>