Package org.cxml
Class XadesIdentifier
- java.lang.Object
-
- org.cxml.XadesIdentifier
-
public class XadesIdentifier extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XadesIdentifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetQualifier()Gets the value of the qualifier property.java.lang.Stringgetvalue()Gets the value of the value property.voidsetQualifier(java.lang.String value)Sets the value of the qualifier property.voidsetvalue(java.lang.String value)Sets the value of the value property.
-
-
-
Method Detail
-
getQualifier
public java.lang.String getQualifier()
Gets the value of the qualifier property.- Returns:
- possible object is
String
-
setQualifier
public void setQualifier(java.lang.String value)
Sets the value of the qualifier property.- Parameters:
value- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-