Class SignedDataObjectPropertiesType

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

public class SignedDataObjectPropertiesType extends Object

Java class for SignedDataObjectPropertiesType complex type.

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

 <complexType name="SignedDataObjectPropertiesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataObjectFormat" type="{http://uri.etsi.org/01903/v1.2.2#}DataObjectFormatType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CommitmentTypeIndication" type="{http://uri.etsi.org/01903/v1.2.2#}CommitmentTypeIndicationType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AllDataObjectsTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="IndividualDataObjectsTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>