Class DSSDataObjectFormat
java.lang.Object
eu.europa.esig.dss.xades.dataobject.DSSDataObjectFormat
- All Implemented Interfaces:
Serializable
This class represents a
<xades:DataObjectFormat> element as part of <xades:SignedDataObjectProperties>- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets description of the data objectGets encoding of the data objectGets MimeType of the data objectGets object identifier (reference) of the data objectGets reference to the data objectinthashCode()voidsetDescription(String description) Sets description of the data objectvoidsetEncoding(String encoding) Sets encoding of the data objectvoidsetMimeType(String mimeType) Sets MimeType of the data objectvoidsetObjectIdentifier(ObjectIdentifier objectIdentifier) Sets object identifier (reference) of the data objectvoidsetObjectReference(String objectReference) Sets reference to the data objecttoString()
-
Constructor Details
-
DSSDataObjectFormat
public DSSDataObjectFormat()Empty constructor
-
-
Method Details
-
getDescription
-
setDescription
-
getObjectIdentifier
Gets object identifier (reference) of the data object- Returns:
ObjectIdentifier
-
setObjectIdentifier
Sets object identifier (reference) of the data object- Parameters:
objectIdentifier-ObjectIdentifier
-
getMimeType
-
setMimeType
-
getEncoding
-
setEncoding
-
getObjectReference
-
setObjectReference
-
equals
-
hashCode
-
toString
-