Package org.cxml
Class XadesIdentifier
java.lang.Object
org.cxml.XadesIdentifier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the qualifier property.getvalue()Gets the value of the value property.voidsetQualifier(String value) Sets the value of the qualifier property.voidSets the value of the value property.
-
Field Details
-
qualifier
-
value
-
-
Constructor Details
-
XadesIdentifier
public XadesIdentifier()
-
-
Method Details
-
getQualifier
Gets the value of the qualifier property.- Returns:
- possible object is
String
-
setQualifier
Sets the value of the qualifier property.- Parameters:
value- allowed object isString
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-