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

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

isIsSelfIssued

boolean isIsSelfIssued()

setIsSelfIssued

void setIsSelfIssued(boolean value)

unsetIsSelfIssued

void unsetIsSelfIssued()

isSetIsSelfIssued

boolean isSetIsSelfIssued()

getPinDigest

byte[] getPinDigest()

setPinDigest

void setPinDigest(byte[] value)

getHashSalt

byte[] getHashSalt()

setHashSalt

void setHashSalt(byte[] value)

getTimeLastUpdated

Date getTimeLastUpdated()

setTimeLastUpdated

void setTimeLastUpdated(Date timeLastUpdated)

getIssuerId

byte[] getIssuerId()

setIssuerId

void setIssuerId(byte[] value)

getIssuerName

String getIssuerName()

setIssuerName

void setIssuerName(String value)

getBackgroundColor

int getBackgroundColor()

setBackgroundColor

void setBackgroundColor(int value)

unsetBackgroundColor

void unsetBackgroundColor()

isSetBackgroundColor

boolean isSetBackgroundColor()