Class DataObjectFormatImpl
java.lang.Object
es.uji.crypto.xades.jxades.security.xml.XAdES.DataObjectFormatImpl
- All Implemented Interfaces:
DataObjectFormat
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private String
private ObjectIdentifier
private String
-
Constructor Summary
ConstructorsConstructorDescriptionDataObjectFormatImpl
(String description, ObjectIdentifier objectIdentifier, String mimeType, String encoding, String objectReference) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setEncoding
(String encoding) void
setMimeType
(String mimeType) void
setObjectIdentifier
(ObjectIdentifier objectIdentifier) void
setObjectReference
(String objectReference)
-
Field Details
-
description
-
objectIdentifier
-
mimeType
-
encoding
-
objectReference
-
-
Constructor Details
-
DataObjectFormatImpl
public DataObjectFormatImpl() -
DataObjectFormatImpl
public DataObjectFormatImpl(String description, ObjectIdentifier objectIdentifier, String mimeType, String encoding, String objectReference)
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in interfaceDataObjectFormat
-
setDescription
-
getObjectIdentifier
- Specified by:
getObjectIdentifier
in interfaceDataObjectFormat
-
setObjectIdentifier
-
getMimeType
- Specified by:
getMimeType
in interfaceDataObjectFormat
-
setMimeType
-
getEncoding
- Specified by:
getEncoding
in interfaceDataObjectFormat
-
setEncoding
-
getObjectReference
- Specified by:
getObjectReference
in interfaceDataObjectFormat
-
setObjectReference
-