Class SADataObjectFormatType
java.lang.Object
eu.europa.esig.validationreport.jaxb.AttributeBaseType
eu.europa.esig.validationreport.jaxb.SADataObjectFormatType
- All Implemented Interfaces:
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 Summary
FieldsFields inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
attributeObject, signed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contentType property.Gets the value of the mimeType property.voidsetContentType(String value) Sets the value of the contentType property.voidsetMimeType(String value) Sets the value of the mimeType property.Methods inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
getAttributeObject, isSigned, setSigned
-
Field Details
-
contentType
-
mimeType
-
-
Constructor Details
-
SADataObjectFormatType
public SADataObjectFormatType()
-
-
Method Details
-
getContentType
Gets the value of the contentType property.- Returns:
- possible object is
String
-
setContentType
Sets the value of the contentType property.- Parameters:
value- allowed object isString
-
getMimeType
Gets the value of the mimeType property.- Returns:
- possible object is
String
-
setMimeType
Sets the value of the mimeType property.- Parameters:
value- allowed object isString
-