Package org.cxml
Class XadesQualifyingProperties
java.lang.Object
org.cxml.XadesQualifyingProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected XadesSignedPropertiesprotected XadesUnsignedPropertiesprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the target property.Gets the value of the xadesSignedProperties property.Gets the value of the xadesUnsignedProperties property.Gets the value of the xmlnsXades property.voidSets the value of the id property.voidSets the value of the target property.voidSets the value of the xadesSignedProperties property.voidSets the value of the xadesUnsignedProperties property.voidsetXmlnsXades(String value) Sets the value of the xmlnsXades property.
-
Field Details
-
target
-
id
-
xmlnsXades
-
xadesSignedProperties
-
xadesUnsignedProperties
-
-
Constructor Details
-
XadesQualifyingProperties
public XadesQualifyingProperties()
-
-
Method Details
-
getTarget
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
Sets the value of the target property.- Parameters:
value- allowed object isString
-
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
-
getXmlnsXades
Gets the value of the xmlnsXades property.- Returns:
- possible object is
String
-
setXmlnsXades
Sets the value of the xmlnsXades property.- Parameters:
value- allowed object isString
-
getXadesSignedProperties
Gets the value of the xadesSignedProperties property.- Returns:
- possible object is
XadesSignedProperties
-
setXadesSignedProperties
Sets the value of the xadesSignedProperties property.- Parameters:
value- allowed object isXadesSignedProperties
-
getXadesUnsignedProperties
Gets the value of the xadesUnsignedProperties property.- Returns:
- possible object is
XadesUnsignedProperties
-
setXadesUnsignedProperties
Sets the value of the xadesUnsignedProperties property.- Parameters:
value- allowed object isXadesUnsignedProperties
-