Class SADataObjectFormatType

java.lang.Object
eu.europa.esig.validationreport.jaxb.AttributeBaseType
eu.europa.esig.validationreport.jaxb.SADataObjectFormatType
All Implemented Interfaces:
Serializable

public class SADataObjectFormatType
extends AttributeBaseType
implements Serializable

Java class for SADataObjectFormatType complex type.

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

 <complexType name="SADataObjectFormatType">
   <complexContent>
     <extension base="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType">
       <sequence>
         <element name="ContentType" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form