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

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

Uses of IPrivacyNoticeLocation in org.eclipse.higgins.cardstore
 

Methods in org.eclipse.higgins.cardstore that return IPrivacyNoticeLocation
 IPrivacyNoticeLocation CardStoreDomBuilder.createPrivacyNoticeLocation()
           
 IPrivacyNoticeLocation ICardStoreBuilder.createPrivacyNoticeLocation()
           
 

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

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity that return IPrivacyNoticeLocation
 IPrivacyNoticeLocation IInformationCard.getPrivacyNotice()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity with parameters of type IPrivacyNoticeLocation
 void IInformationCard.setPrivacyNotice(IPrivacyNoticeLocation value)
           
 

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

Classes in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that implement IPrivacyNoticeLocation
 class PrivacyNoticeLocation
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that return IPrivacyNoticeLocation
 IPrivacyNoticeLocation InformationCardMetaData.getPrivacyNotice()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl with parameters of type IPrivacyNoticeLocation
 void InformationCardMetaData.setPrivacyNotice(IPrivacyNoticeLocation value)