Uses of Class
org.openliberty.xmltooling.subs.RefItem

Packages that use RefItem
org.openliberty.xmltooling.subs   
 

Uses of RefItem in org.openliberty.xmltooling.subs
 

Fields in org.openliberty.xmltooling.subs with type parameters of type RefItem
private  org.opensaml.xml.util.XMLObjectChildrenList<RefItem> Subscription.refItems
           
 

Methods in org.openliberty.xmltooling.subs that return RefItem
 RefItem RefItem.RefItemBuilder.buildObject()
           
 RefItem RefItem.RefItemBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 

Methods in org.openliberty.xmltooling.subs that return types with arguments of type RefItem
 org.opensaml.xml.util.XMLObjectChildrenList<RefItem> Subscription.getRefItems()