Package org.cxml
Class XadesDataObjectFormat
- java.lang.Object
-
- org.cxml.XadesDataObjectFormat
-
public class XadesDataObjectFormat extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringobjectReferenceprotected java.lang.StringxadesDescriptionprotected java.lang.StringxadesEncodingprotected java.lang.StringxadesMimeTypeprotected XadesObjectIdentifierxadesObjectIdentifier
-
Constructor Summary
Constructors Constructor Description XadesDataObjectFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetObjectReference()Gets the value of the objectReference property.java.lang.StringgetXadesDescription()Gets the value of the xadesDescription property.java.lang.StringgetXadesEncoding()Gets the value of the xadesEncoding property.java.lang.StringgetXadesMimeType()Gets the value of the xadesMimeType property.XadesObjectIdentifiergetXadesObjectIdentifier()Gets the value of the xadesObjectIdentifier property.voidsetObjectReference(java.lang.String value)Sets the value of the objectReference property.voidsetXadesDescription(java.lang.String value)Sets the value of the xadesDescription property.voidsetXadesEncoding(java.lang.String value)Sets the value of the xadesEncoding property.voidsetXadesMimeType(java.lang.String value)Sets the value of the xadesMimeType property.voidsetXadesObjectIdentifier(XadesObjectIdentifier value)Sets the value of the xadesObjectIdentifier property.
-
-
-
Field Detail
-
objectReference
protected java.lang.String objectReference
-
xadesDescription
protected java.lang.String xadesDescription
-
xadesObjectIdentifier
protected XadesObjectIdentifier xadesObjectIdentifier
-
xadesMimeType
protected java.lang.String xadesMimeType
-
xadesEncoding
protected java.lang.String xadesEncoding
-
-
Method Detail
-
getObjectReference
public java.lang.String getObjectReference()
Gets the value of the objectReference property.- Returns:
- possible object is
String
-
setObjectReference
public void setObjectReference(java.lang.String value)
Sets the value of the objectReference property.- Parameters:
value- allowed object isString
-
getXadesDescription
public java.lang.String getXadesDescription()
Gets the value of the xadesDescription property.- Returns:
- possible object is
String
-
setXadesDescription
public void setXadesDescription(java.lang.String value)
Sets the value of the xadesDescription property.- Parameters:
value- allowed object isString
-
getXadesObjectIdentifier
public XadesObjectIdentifier getXadesObjectIdentifier()
Gets the value of the xadesObjectIdentifier property.- Returns:
- possible object is
XadesObjectIdentifier
-
setXadesObjectIdentifier
public void setXadesObjectIdentifier(XadesObjectIdentifier value)
Sets the value of the xadesObjectIdentifier property.- Parameters:
value- allowed object isXadesObjectIdentifier
-
getXadesMimeType
public java.lang.String getXadesMimeType()
Gets the value of the xadesMimeType property.- Returns:
- possible object is
String
-
setXadesMimeType
public void setXadesMimeType(java.lang.String value)
Sets the value of the xadesMimeType property.- Parameters:
value- allowed object isString
-
getXadesEncoding
public java.lang.String getXadesEncoding()
Gets the value of the xadesEncoding property.- Returns:
- possible object is
String
-
setXadesEncoding
public void setXadesEncoding(java.lang.String value)
Sets the value of the xadesEncoding property.- Parameters:
value- allowed object isString
-
-