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

All Superinterfaces:
IInformationCard, XMLSerializer
All Known Implementing Classes:
InformationCardMetaData

public interface IInformationCardMetaData
extends IInformationCard


Field Summary
static String copyright
           
 
Method Summary
 int getBackgroundColor()
           
 byte[] getHashSalt()
           
 byte[] getIssuerId()
           
 String getIssuerName()
           
 byte[] getPinDigest()
           
 Date getTimeLastUpdated()
           
 boolean isIsSelfIssued()
           
 boolean isSetBackgroundColor()
           
 boolean isSetIsSelfIssued()
           
 void setBackgroundColor(int value)
           
 void setHashSalt(byte[] value)
           
 void setIsSelfIssued(boolean value)
           
 void setIssuerId(byte[] value)
           
 void setIssuerName(String value)
           
 void setPinDigest(byte[] value)
           
 void setTimeLastUpdated(Date timeLastUpdated)
           
 void unsetBackgroundColor()
           
 void unsetIsSelfIssued()
           
 
Methods inherited from interface org.eclipse.higgins.cardstore.schemas._2005._05.identity.IInformationCard
getCardImage, getCardName, getInformationCardReference, getIssuer, getLang, getPrivacyNotice, getRequireAppliesTo, getSupportedClaimTypeList, getSupportedTokenTypeList, getTimeExpires, getTimeIssued, getTokenServiceList, setCardImage, setCardName, setInformationCardReference, setIssuer, setLang, setPrivacyNotice, setRequireAppliesTo, setSupportedClaimTypeList, setSupportedTokenTypeList, setTimeExpires, setTimeIssued, setTokenServiceList
 
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

isIsSelfIssued

public boolean isIsSelfIssued()

setIsSelfIssued

public void setIsSelfIssued(boolean value)

unsetIsSelfIssued

public void unsetIsSelfIssued()

isSetIsSelfIssued

public boolean isSetIsSelfIssued()

getPinDigest

public byte[] getPinDigest()

setPinDigest

public void setPinDigest(byte[] value)

getHashSalt

public byte[] getHashSalt()

setHashSalt

public void setHashSalt(byte[] value)

getTimeLastUpdated

public Date getTimeLastUpdated()

setTimeLastUpdated

public void setTimeLastUpdated(Date timeLastUpdated)

getIssuerId

public byte[] getIssuerId()

setIssuerId

public void setIssuerId(byte[] value)

getIssuerName

public String getIssuerName()

setIssuerName

public void setIssuerName(String value)

getBackgroundColor

public int getBackgroundColor()

setBackgroundColor

public void setBackgroundColor(int value)

unsetBackgroundColor

public void unsetBackgroundColor()

isSetBackgroundColor

public boolean isSetBackgroundColor()