Uses of Class
org.openliberty.xmltooling.pp.AddressCard

Packages that use AddressCard
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
org.openliberty.xmltooling.pp   
 

Uses of AddressCard in org.openliberty.wsc
 

Methods in org.openliberty.wsc that return AddressCard
 AddressCard PersonalProfileService.addressCardForID(java.lang.String id)
          Selection by the id XML attribute of AddressCard.
 

Methods in org.openliberty.wsc that return types with arguments of type AddressCard
 java.util.List<AddressCard> PersonalProfileService.addressCardsForAddressType(AddrType.Type addressType)
          Selection of AddressCard by an exact match on the contents of a leaf element for the following leaf elements: pp:AddrType
 java.util.List<AddressCard> PersonalProfileService.addressCardsForNickName(java.lang.String nickname, boolean localScriptVersion)
          Selection of AddressCard by an exact match on the contents of a leaf element for the following leaf elements: pp:Nick pp:LNick
private  java.util.List<AddressCard> PersonalProfileService.addressCardsForQueryString(java.lang.String queryString)
           
 

Uses of AddressCard in org.openliberty.xmltooling.pp
 

Fields in org.openliberty.xmltooling.pp with type parameters of type AddressCard
private  org.opensaml.xml.util.XMLObjectChildrenList<AddressCard> PP.addressCards
           
 

Methods in org.openliberty.xmltooling.pp that return AddressCard
 AddressCard AddressCardBuilder.buildObject()
           
 AddressCard AddressCardBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 

Methods in org.openliberty.xmltooling.pp that return types with arguments of type AddressCard
 org.opensaml.xml.util.XMLObjectChildrenList<AddressCard> PP.getAddressCards()