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
-
Field Summary
Fields Modifier and Type Field Description protected StringcontentTypeprotected StringmimeTypeFields inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
attributeObject, signed -
Constructor Summary
Constructors Constructor Description SADataObjectFormatType() -
Method Summary
Modifier and Type Method Description StringgetContentType()Gets the value of the contentType property.StringgetMimeType()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
-
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
-