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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets 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 objectint
hashCode()
void
setDescription
(String description) Sets description of the data objectvoid
setEncoding
(String encoding) Sets encoding of the data objectvoid
setMimeType
(String mimeType) Sets MimeType of the data objectvoid
setObjectIdentifier
(ObjectIdentifier objectIdentifier) Sets object identifier (reference) of the data objectvoid
setObjectReference
(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
-