java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.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="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignedSignaturePropertiesType" minOccurs="0"/>
         <element name="SignedDataObjectProperties" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignedDataObjectPropertiesType" minOccurs="0"/>
         <element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>