Uses of Interface
org.eclipse.higgins.cardstore.schemas._2005._05.identity.IInformationCardPrivateData

Packages that use IInformationCardPrivateData
org.eclipse.higgins.cardstore   
org.eclipse.higgins.cardstore.schemas._2005._05.identity   
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl   
 

Uses of IInformationCardPrivateData in org.eclipse.higgins.cardstore
 

Methods in org.eclipse.higgins.cardstore that return IInformationCardPrivateData
 IInformationCardPrivateData CardStoreDomBuilder.createInformationCardPrivateData()
           
 IInformationCardPrivateData ICardStoreBuilder.createInformationCardPrivateData()
           
 

Uses of IInformationCardPrivateData in org.eclipse.higgins.cardstore.schemas._2005._05.identity
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity that return IInformationCardPrivateData
 IInformationCardPrivateData IRoamingInformationCard.getInformationCardPrivateData()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity with parameters of type IInformationCardPrivateData
 void IRoamingInformationCard.setInformationCardPrivateData(IInformationCardPrivateData value)
           
 

Uses of IInformationCardPrivateData in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
 

Classes in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that implement IInformationCardPrivateData
 class InformationCardPrivateData
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that return IInformationCardPrivateData
 IInformationCardPrivateData RoamingInformationCard.getInformationCardPrivateData()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl with parameters of type IInformationCardPrivateData
 void RoamingInformationCard.setInformationCardPrivateData(IInformationCardPrivateData value)