org.eclipse.higgins.cardstore.schemas._2005._05.identity
Interface IInformationCard

All Superinterfaces:
XMLSerializer
All Known Subinterfaces:
IInformationCardMetaData
All Known Implementing Classes:
InformationCardMetaData

public interface IInformationCard
extends XMLSerializer


Field Summary
static String copyright
           
 
Method Summary
 ICardImage getCardImage()
           
 String getCardName()
           
 IInformationCardReference getInformationCardReference()
           
 String getIssuer()
           
 Locale getLang()
           
 IPrivacyNoticeLocation getPrivacyNotice()
           
 IRequireAppliesTo getRequireAppliesTo()
           
 ISupportedClaimType[] getSupportedClaimTypeList()
           
 ITokenType[] getSupportedTokenTypeList()
           
 Date getTimeExpires()
           
 Date getTimeIssued()
           
 ITokenService[] getTokenServiceList()
           
 void setCardImage(ICardImage value)
           
 void setCardName(String value)
           
 void setInformationCardReference(IInformationCardReference value)
           
 void setIssuer(String value)
           
 void setLang(Locale locale)
           
 void setPrivacyNotice(IPrivacyNoticeLocation value)
           
 void setRequireAppliesTo(IRequireAppliesTo value)
           
 void setSupportedClaimTypeList(ISupportedClaimType[] value)
           
 void setSupportedTokenTypeList(ITokenType[] value)
           
 void setTimeExpires(Date timeExpires)
           
 void setTimeIssued(Date timeIssued)
           
 void setTokenServiceList(ITokenService[] value)
           
 
Methods inherited from interface org.eclipse.higgins.cardstore.schemas.XMLSerializer
fromXml, getParent, setParent, toXml
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Method Detail

getInformationCardReference

public IInformationCardReference getInformationCardReference()

setInformationCardReference

public void setInformationCardReference(IInformationCardReference value)

getCardName

public String getCardName()

setCardName

public void setCardName(String value)

getCardImage

public ICardImage getCardImage()

setCardImage

public void setCardImage(ICardImage value)

getIssuer

public String getIssuer()

setIssuer

public void setIssuer(String value)

getTimeIssued

public Date getTimeIssued()

setTimeIssued

public void setTimeIssued(Date timeIssued)

getTimeExpires

public Date getTimeExpires()

setTimeExpires

public void setTimeExpires(Date timeExpires)

getTokenServiceList

public ITokenService[] getTokenServiceList()

setTokenServiceList

public void setTokenServiceList(ITokenService[] value)

getSupportedTokenTypeList

public ITokenType[] getSupportedTokenTypeList()

setSupportedTokenTypeList

public void setSupportedTokenTypeList(ITokenType[] value)

getSupportedClaimTypeList

public ISupportedClaimType[] getSupportedClaimTypeList()

setSupportedClaimTypeList

public void setSupportedClaimTypeList(ISupportedClaimType[] value)

getRequireAppliesTo

public IRequireAppliesTo getRequireAppliesTo()

setRequireAppliesTo

public void setRequireAppliesTo(IRequireAppliesTo value)

getPrivacyNotice

public IPrivacyNoticeLocation getPrivacyNotice()

setPrivacyNotice

public void setPrivacyNotice(IPrivacyNoticeLocation value)

getLang

public Locale getLang()

setLang

public void setLang(Locale locale)