Package org.cxml
Class XadesCommitmentTypeId
java.lang.Object
org.cxml.XadesCommitmentTypeId
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XadesDocumentationReferencesprotected XadesIdentifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the xadesDescription property.Gets the value of the xadesDocumentationReferences property.Gets the value of the xadesIdentifier property.voidsetXadesDescription(String value) Sets the value of the xadesDescription property.voidSets the value of the xadesDocumentationReferences property.voidSets the value of the xadesIdentifier property.
-
Field Details
-
xadesIdentifier
-
xadesDescription
-
xadesDocumentationReferences
-
-
Constructor Details
-
XadesCommitmentTypeId
public XadesCommitmentTypeId()
-
-
Method Details
-
getXadesIdentifier
Gets the value of the xadesIdentifier property.- Returns:
- possible object is
XadesIdentifier
-
setXadesIdentifier
Sets the value of the xadesIdentifier property.- Parameters:
value- allowed object isXadesIdentifier
-
getXadesDescription
Gets the value of the xadesDescription property.- Returns:
- possible object is
String
-
setXadesDescription
Sets the value of the xadesDescription property.- Parameters:
value- allowed object isString
-
getXadesDocumentationReferences
Gets the value of the xadesDocumentationReferences property.- Returns:
- possible object is
XadesDocumentationReferences
-
setXadesDocumentationReferences
Sets the value of the xadesDocumentationReferences property.- Parameters:
value- allowed object isXadesDocumentationReferences
-