Package org.cxml
Class XadesSignedProperties
- java.lang.Object
-
- org.cxml.XadesSignedProperties
-
public class XadesSignedProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected XadesSignedDataObjectPropertiesxadesSignedDataObjectPropertiesprotected XadesSignedSignaturePropertiesxadesSignedSignatureProperties
-
Constructor Summary
Constructors Constructor Description XadesSignedProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.XadesSignedDataObjectPropertiesgetXadesSignedDataObjectProperties()Gets the value of the xadesSignedDataObjectProperties property.XadesSignedSignaturePropertiesgetXadesSignedSignatureProperties()Gets the value of the xadesSignedSignatureProperties property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetXadesSignedDataObjectProperties(XadesSignedDataObjectProperties value)Sets the value of the xadesSignedDataObjectProperties property.voidsetXadesSignedSignatureProperties(XadesSignedSignatureProperties value)Sets the value of the xadesSignedSignatureProperties property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
xadesSignedSignatureProperties
protected XadesSignedSignatureProperties xadesSignedSignatureProperties
-
xadesSignedDataObjectProperties
protected XadesSignedDataObjectProperties xadesSignedDataObjectProperties
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getXadesSignedSignatureProperties
public XadesSignedSignatureProperties getXadesSignedSignatureProperties()
Gets the value of the xadesSignedSignatureProperties property.- Returns:
- possible object is
XadesSignedSignatureProperties
-
setXadesSignedSignatureProperties
public void setXadesSignedSignatureProperties(XadesSignedSignatureProperties value)
Sets the value of the xadesSignedSignatureProperties property.- Parameters:
value- allowed object isXadesSignedSignatureProperties
-
getXadesSignedDataObjectProperties
public XadesSignedDataObjectProperties getXadesSignedDataObjectProperties()
Gets the value of the xadesSignedDataObjectProperties property.- Returns:
- possible object is
XadesSignedDataObjectProperties
-
setXadesSignedDataObjectProperties
public void setXadesSignedDataObjectProperties(XadesSignedDataObjectProperties value)
Sets the value of the xadesSignedDataObjectProperties property.- Parameters:
value- allowed object isXadesSignedDataObjectProperties
-
-