Package org.cxml
Class XadesUnsignedProperties
- java.lang.Object
-
- org.cxml.XadesUnsignedProperties
-
public class XadesUnsignedProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected XadesUnsignedDataObjectPropertiesxadesUnsignedDataObjectPropertiesprotected XadesUnsignedSignaturePropertiesxadesUnsignedSignatureProperties
-
Constructor Summary
Constructors Constructor Description XadesUnsignedProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.XadesUnsignedDataObjectPropertiesgetXadesUnsignedDataObjectProperties()Gets the value of the xadesUnsignedDataObjectProperties property.XadesUnsignedSignaturePropertiesgetXadesUnsignedSignatureProperties()Gets the value of the xadesUnsignedSignatureProperties property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetXadesUnsignedDataObjectProperties(XadesUnsignedDataObjectProperties value)Sets the value of the xadesUnsignedDataObjectProperties property.voidsetXadesUnsignedSignatureProperties(XadesUnsignedSignatureProperties value)Sets the value of the xadesUnsignedSignatureProperties property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
xadesUnsignedSignatureProperties
protected XadesUnsignedSignatureProperties xadesUnsignedSignatureProperties
-
xadesUnsignedDataObjectProperties
protected XadesUnsignedDataObjectProperties xadesUnsignedDataObjectProperties
-
-
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
-
getXadesUnsignedSignatureProperties
public XadesUnsignedSignatureProperties getXadesUnsignedSignatureProperties()
Gets the value of the xadesUnsignedSignatureProperties property.- Returns:
- possible object is
XadesUnsignedSignatureProperties
-
setXadesUnsignedSignatureProperties
public void setXadesUnsignedSignatureProperties(XadesUnsignedSignatureProperties value)
Sets the value of the xadesUnsignedSignatureProperties property.- Parameters:
value- allowed object isXadesUnsignedSignatureProperties
-
getXadesUnsignedDataObjectProperties
public XadesUnsignedDataObjectProperties getXadesUnsignedDataObjectProperties()
Gets the value of the xadesUnsignedDataObjectProperties property.- Returns:
- possible object is
XadesUnsignedDataObjectProperties
-
setXadesUnsignedDataObjectProperties
public void setXadesUnsignedDataObjectProperties(XadesUnsignedDataObjectProperties value)
Sets the value of the xadesUnsignedDataObjectProperties property.- Parameters:
value- allowed object isXadesUnsignedDataObjectProperties
-
-