Package org.cxml
Class XadesDataObjectFormat
java.lang.Object
org.cxml.XadesDataObjectFormat
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected XadesObjectIdentifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the objectReference property.Gets the value of the xadesDescription property.Gets the value of the xadesEncoding property.Gets the value of the xadesMimeType property.Gets the value of the xadesObjectIdentifier property.voidsetObjectReference(String value) Sets the value of the objectReference property.voidsetXadesDescription(String value) Sets the value of the xadesDescription property.voidsetXadesEncoding(String value) Sets the value of the xadesEncoding property.voidsetXadesMimeType(String value) Sets the value of the xadesMimeType property.voidSets the value of the xadesObjectIdentifier property.
-
Field Details
-
objectReference
-
xadesDescription
-
xadesObjectIdentifier
-
xadesMimeType
-
xadesEncoding
-
-
Constructor Details
-
XadesDataObjectFormat
public XadesDataObjectFormat()
-
-
Method Details
-
getObjectReference
Gets the value of the objectReference property.- Returns:
- possible object is
String
-
setObjectReference
Sets the value of the objectReference property.- Parameters:
value- allowed object isString
-
getXadesDescription
Gets the value of the xadesDescription property.- Returns:
- possible object is
String
-
setXadesDescription
Sets the value of the xadesDescription property.- Parameters:
value- allowed object isString
-
getXadesObjectIdentifier
Gets the value of the xadesObjectIdentifier property.- Returns:
- possible object is
XadesObjectIdentifier
-
setXadesObjectIdentifier
Sets the value of the xadesObjectIdentifier property.- Parameters:
value- allowed object isXadesObjectIdentifier
-
getXadesMimeType
Gets the value of the xadesMimeType property.- Returns:
- possible object is
String
-
setXadesMimeType
Sets the value of the xadesMimeType property.- Parameters:
value- allowed object isString
-
getXadesEncoding
Gets the value of the xadesEncoding property.- Returns:
- possible object is
String
-
setXadesEncoding
Sets the value of the xadesEncoding property.- Parameters:
value- allowed object isString
-