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