Package org.cxml
Class XadesNoticeNumbers
- java.lang.Object
-
- org.cxml.XadesNoticeNumbers
-
public class XadesNoticeNumbers extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XadesNoticeNumbers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<XadesInt>getXadesInt()Gets the value of the xadesInt property.
-
-
-
Field Detail
-
xadesInt
protected java.util.List<XadesInt> xadesInt
-
-
Method Detail
-
getXadesInt
public java.util.List<XadesInt> getXadesInt()
Gets the value of the xadesInt 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 xadesInt property.For example, to add a new item, do as follows:
getXadesInt().add(newItem);Objects of the following type(s) are allowed in the list
XadesInt
-
-