Package org.cxml
Class XadesDocumentationReferences
- java.lang.Object
-
- org.cxml.XadesDocumentationReferences
-
public class XadesDocumentationReferences extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<XadesDocumentationReference>xadesDocumentationReference
-
Constructor Summary
Constructors Constructor Description XadesDocumentationReferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<XadesDocumentationReference>getXadesDocumentationReference()Gets the value of the xadesDocumentationReference property.
-
-
-
Field Detail
-
xadesDocumentationReference
protected java.util.List<XadesDocumentationReference> xadesDocumentationReference
-
-
Method Detail
-
getXadesDocumentationReference
public java.util.List<XadesDocumentationReference> 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
-
-