Package org.cxml
Class XadesObjectIdentifier
- java.lang.Object
-
- org.cxml.XadesObjectIdentifier
-
public class XadesObjectIdentifier extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringxadesDescriptionprotected XadesDocumentationReferencesxadesDocumentationReferencesprotected XadesIdentifierxadesIdentifier
-
Constructor Summary
Constructors Constructor Description XadesObjectIdentifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetXadesDescription()Gets the value of the xadesDescription property.XadesDocumentationReferencesgetXadesDocumentationReferences()Gets the value of the xadesDocumentationReferences property.XadesIdentifiergetXadesIdentifier()Gets the value of the xadesIdentifier property.voidsetXadesDescription(java.lang.String value)Sets the value of the xadesDescription property.voidsetXadesDocumentationReferences(XadesDocumentationReferences value)Sets the value of the xadesDocumentationReferences property.voidsetXadesIdentifier(XadesIdentifier value)Sets the value of the xadesIdentifier property.
-
-
-
Field Detail
-
xadesIdentifier
protected XadesIdentifier xadesIdentifier
-
xadesDescription
protected java.lang.String xadesDescription
-
xadesDocumentationReferences
protected XadesDocumentationReferences xadesDocumentationReferences
-
-
Method Detail
-
getXadesIdentifier
public XadesIdentifier getXadesIdentifier()
Gets the value of the xadesIdentifier property.- Returns:
- possible object is
XadesIdentifier
-
setXadesIdentifier
public void setXadesIdentifier(XadesIdentifier value)
Sets the value of the xadesIdentifier property.- Parameters:
value- allowed object isXadesIdentifier
-
getXadesDescription
public java.lang.String getXadesDescription()
Gets the value of the xadesDescription property.- Returns:
- possible object is
String
-
setXadesDescription
public void setXadesDescription(java.lang.String value)
Sets the value of the xadesDescription property.- Parameters:
value- allowed object isString
-
getXadesDocumentationReferences
public XadesDocumentationReferences getXadesDocumentationReferences()
Gets the value of the xadesDocumentationReferences property.- Returns:
- possible object is
XadesDocumentationReferences
-
setXadesDocumentationReferences
public void setXadesDocumentationReferences(XadesDocumentationReferences value)
Sets the value of the xadesDocumentationReferences property.- Parameters:
value- allowed object isXadesDocumentationReferences
-
-