Package org.cxml
Class XadesSignedProperties
java.lang.Object
org.cxml.XadesSignedProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XadesSignedDataObjectPropertiesprotected XadesSignedSignatureProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the xadesSignedDataObjectProperties property.Gets the value of the xadesSignedSignatureProperties property.voidSets the value of the id property.voidSets the value of the xadesSignedDataObjectProperties property.voidSets the value of the xadesSignedSignatureProperties property.
-
Field Details
-
id
-
xadesSignedSignatureProperties
-
xadesSignedDataObjectProperties
-
-
Constructor Details
-
XadesSignedProperties
public XadesSignedProperties()
-
-
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
-
getXadesSignedSignatureProperties
Gets the value of the xadesSignedSignatureProperties property.- Returns:
- possible object is
XadesSignedSignatureProperties
-
setXadesSignedSignatureProperties
Sets the value of the xadesSignedSignatureProperties property.- Parameters:
value- allowed object isXadesSignedSignatureProperties
-
getXadesSignedDataObjectProperties
Gets the value of the xadesSignedDataObjectProperties property.- Returns:
- possible object is
XadesSignedDataObjectProperties
-
setXadesSignedDataObjectProperties
Sets the value of the xadesSignedDataObjectProperties property.- Parameters:
value- allowed object isXadesSignedDataObjectProperties
-