Package org.cxml
Class XadesUnsignedProperties
java.lang.Object
org.cxml.XadesUnsignedProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XadesUnsignedDataObjectPropertiesprotected XadesUnsignedSignatureProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the xadesUnsignedDataObjectProperties property.Gets the value of the xadesUnsignedSignatureProperties property.voidSets the value of the id property.voidSets the value of the xadesUnsignedDataObjectProperties property.voidSets the value of the xadesUnsignedSignatureProperties property.
-
Field Details
-
id
-
xadesUnsignedSignatureProperties
-
xadesUnsignedDataObjectProperties
-
-
Constructor Details
-
XadesUnsignedProperties
public XadesUnsignedProperties()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getXadesUnsignedSignatureProperties
Gets the value of the xadesUnsignedSignatureProperties property.- Returns:
- possible object is
XadesUnsignedSignatureProperties
-
setXadesUnsignedSignatureProperties
Sets the value of the xadesUnsignedSignatureProperties property.- Parameters:
value- allowed object isXadesUnsignedSignatureProperties
-
getXadesUnsignedDataObjectProperties
Gets the value of the xadesUnsignedDataObjectProperties property.- Returns:
- possible object is
XadesUnsignedDataObjectProperties
-
setXadesUnsignedDataObjectProperties
Sets the value of the xadesUnsignedDataObjectProperties property.- Parameters:
value- allowed object isXadesUnsignedDataObjectProperties
-