Package org.cxml
Class XadesDocumentationReferences
java.lang.Object
org.cxml.XadesDocumentationReferences
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the xadesDocumentationReference property.
-
Field Details
-
xadesDocumentationReference
-
-
Constructor Details
-
XadesDocumentationReferences
public XadesDocumentationReferences()
-
-
Method Details
-
getXadesDocumentationReference
Gets the value of the xadesDocumentationReference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the xadesDocumentationReference property.For example, to add a new item, do as follows:
getXadesDocumentationReference().add(newItem);Objects of the following type(s) are allowed in the list
XadesDocumentationReference
-