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