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.4.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:
  • Field Details

    • contentType

      protected String contentType
    • mimeType

      protected String mimeType
  • Constructor Details

    • SADataObjectFormatType

      public SADataObjectFormatType()
  • Method Details

    • getContentType

      public String getContentType()
      Gets the value of the contentType property.
      Returns:
      possible object is String
    • setContentType

      public void setContentType(String value)
      Sets the value of the contentType property.
      Parameters:
      value - allowed object is String
    • getMimeType

      public String getMimeType()
      Gets the value of the mimeType property.
      Returns:
      possible object is String
    • setMimeType

      public void setMimeType(String value)
      Sets the value of the mimeType property.
      Parameters:
      value - allowed object is String