org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
Class InformationCardMetaData
java.lang.Object
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl.InformationCardMetaData
- All Implemented Interfaces:
- IInformationCard, IInformationCardMetaData, XMLSerializer
public class InformationCardMetaData
- extends Object
- implements IInformationCardMetaData
copyright
public static String copyright
InformationCardMetaData
public InformationCardMetaData()
getParent
public Object getParent()
- Specified by:
getParent in interface XMLSerializer
setParent
public void setParent(Object parentNode)
- Specified by:
setParent in interface XMLSerializer
getBackgroundColor
public int getBackgroundColor()
- Specified by:
getBackgroundColor in interface IInformationCardMetaData
getHashSalt
public byte[] getHashSalt()
- Specified by:
getHashSalt in interface IInformationCardMetaData
getIssuerId
public byte[] getIssuerId()
- Specified by:
getIssuerId in interface IInformationCardMetaData
getIssuerName
public String getIssuerName()
- Specified by:
getIssuerName in interface IInformationCardMetaData
getPinDigest
public byte[] getPinDigest()
- Specified by:
getPinDigest in interface IInformationCardMetaData
getTimeLastUpdated
public Date getTimeLastUpdated()
- Specified by:
getTimeLastUpdated in interface IInformationCardMetaData
isIsSelfIssued
public boolean isIsSelfIssued()
- Specified by:
isIsSelfIssued in interface IInformationCardMetaData
isSetBackgroundColor
public boolean isSetBackgroundColor()
- Specified by:
isSetBackgroundColor in interface IInformationCardMetaData
isSetIsSelfIssued
public boolean isSetIsSelfIssued()
- Specified by:
isSetIsSelfIssued in interface IInformationCardMetaData
setBackgroundColor
public void setBackgroundColor(int value)
- Specified by:
setBackgroundColor in interface IInformationCardMetaData
setHashSalt
public void setHashSalt(byte[] value)
- Specified by:
setHashSalt in interface IInformationCardMetaData
setIsSelfIssued
public void setIsSelfIssued(boolean value)
- Specified by:
setIsSelfIssued in interface IInformationCardMetaData
setIssuerId
public void setIssuerId(byte[] value)
- Specified by:
setIssuerId in interface IInformationCardMetaData
setIssuerName
public void setIssuerName(String value)
- Specified by:
setIssuerName in interface IInformationCardMetaData
setPinDigest
public void setPinDigest(byte[] value)
- Specified by:
setPinDigest in interface IInformationCardMetaData
setTimeLastUpdated
public void setTimeLastUpdated(Date timeLastUpdated)
- Specified by:
setTimeLastUpdated in interface IInformationCardMetaData
unsetBackgroundColor
public void unsetBackgroundColor()
- Specified by:
unsetBackgroundColor in interface IInformationCardMetaData
unsetIsSelfIssued
public void unsetIsSelfIssued()
- Specified by:
unsetIsSelfIssued in interface IInformationCardMetaData
getCardImage
public ICardImage getCardImage()
- Specified by:
getCardImage in interface IInformationCard
getCardName
public String getCardName()
- Specified by:
getCardName in interface IInformationCard
getInformationCardReference
public IInformationCardReference getInformationCardReference()
- Specified by:
getInformationCardReference in interface IInformationCard
getIssuer
public String getIssuer()
- Specified by:
getIssuer in interface IInformationCard
getLang
public Locale getLang()
- Specified by:
getLang in interface IInformationCard
getPrivacyNotice
public IPrivacyNoticeLocation getPrivacyNotice()
- Specified by:
getPrivacyNotice in interface IInformationCard
getRequireAppliesTo
public IRequireAppliesTo getRequireAppliesTo()
- Specified by:
getRequireAppliesTo in interface IInformationCard
getSupportedClaimTypeList
public ISupportedClaimType[] getSupportedClaimTypeList()
- Specified by:
getSupportedClaimTypeList in interface IInformationCard
getSupportedTokenTypeList
public ITokenType[] getSupportedTokenTypeList()
- Specified by:
getSupportedTokenTypeList in interface IInformationCard
getTimeExpires
public Date getTimeExpires()
- Specified by:
getTimeExpires in interface IInformationCard
getTimeIssued
public Date getTimeIssued()
- Specified by:
getTimeIssued in interface IInformationCard
getTokenServiceList
public ITokenService[] getTokenServiceList()
- Specified by:
getTokenServiceList in interface IInformationCard
setCardImage
public void setCardImage(ICardImage value)
- Specified by:
setCardImage in interface IInformationCard
setCardName
public void setCardName(String value)
- Specified by:
setCardName in interface IInformationCard
setInformationCardReference
public void setInformationCardReference(IInformationCardReference value)
- Specified by:
setInformationCardReference in interface IInformationCard
setIssuer
public void setIssuer(String value)
- Specified by:
setIssuer in interface IInformationCard
setLang
public void setLang(Locale locale)
- Specified by:
setLang in interface IInformationCard
setPrivacyNotice
public void setPrivacyNotice(IPrivacyNoticeLocation value)
- Specified by:
setPrivacyNotice in interface IInformationCard
setRequireAppliesTo
public void setRequireAppliesTo(IRequireAppliesTo value)
- Specified by:
setRequireAppliesTo in interface IInformationCard
setSupportedClaimTypeList
public void setSupportedClaimTypeList(ISupportedClaimType[] value)
- Specified by:
setSupportedClaimTypeList in interface IInformationCard
setSupportedTokenTypeList
public void setSupportedTokenTypeList(ITokenType[] value)
- Specified by:
setSupportedTokenTypeList in interface IInformationCard
setTimeExpires
public void setTimeExpires(Date timeExpires)
- Specified by:
setTimeExpires in interface IInformationCard
setTimeIssued
public void setTimeIssued(Date timeIssued)
- Specified by:
setTimeIssued in interface IInformationCard
setTokenServiceList
public void setTokenServiceList(ITokenService[] tokenServices)
- Specified by:
setTokenServiceList in interface IInformationCard
fromXml
public void fromXml(Object obj)
throws UnsupportedObjectModel,
ExpectedObjectNotPresent
- Specified by:
fromXml in interface XMLSerializer
- Throws:
UnsupportedObjectModel
ExpectedObjectNotPresent
toXml
public Object toXml()
- Specified by:
toXml in interface XMLSerializer