org.wso2.solutions.identity.cards.model
Class InformationCard
java.lang.Object
org.wso2.solutions.identity.cards.model.InformationCard
- All Implemented Interfaces:
- CardElement
public class InformationCard
- extends java.lang.Object
- implements CardElement
Field Summary |
static javax.xml.namespace.QName |
NAME
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final javax.xml.namespace.QName NAME
InformationCard
public InformationCard()
serialize
public org.apache.axiom.om.OMElement serialize()
throws CardModelException
- Description copied from interface:
CardElement
- Serialize this element into an OMElement
- Specified by:
serialize
in interface CardElement
- Returns:
- An OMelement that encapsulates information in this element.
- Throws:
CardModelException
getCardImage
public CardImage getCardImage()
setCardImage
public void setCardImage(CardImage cardImage)
getCardName
public java.lang.String getCardName()
setCardName
public void setCardName(java.lang.String cardName)
getInformationCardReference
public InformationCardReference getInformationCardReference()
setInformationCardReference
public void setInformationCardReference(InformationCardReference informationCardReference)
getIssuer
public java.lang.String getIssuer()
setIssuer
public void setIssuer(java.lang.String issuer)
getRequireAppliesTo
public RequireAppliesTo getRequireAppliesTo()
setRequireAppliesTo
public void setRequireAppliesTo(RequireAppliesTo requireAppliesTo)
getSupportedTokenTypeList
public SupportedTokenTypeList getSupportedTokenTypeList()
setSupportedTokenTypeList
public void setSupportedTokenTypeList(SupportedTokenTypeList supportedTokenTypeList)
getTimeExpires
public java.util.Date getTimeExpires()
setTimeExpires
public void setTimeExpires(java.util.Date timeExpires)
getTimeIssued
public java.util.Date getTimeIssued()
setTimeIssued
public void setTimeIssued(java.util.Date timeIssued)
getTokenServiceList
public TokenServiceList getTokenServiceList()
setTokenServiceList
public void setTokenServiceList(TokenServiceList tokenServiceList)
getSupportedClaimTypeList
public SupportedClaimTypeList getSupportedClaimTypeList()
setSupportedClaimTypeList
public void setSupportedClaimTypeList(SupportedClaimTypeList supportedClaimTypeList)
getPrivacyNotice
public PrivacyNotice getPrivacyNotice()
setPrivacyNotice
public void setPrivacyNotice(PrivacyNotice privacyNotice)
getLang
public java.lang.String getLang()
setLang
public void setLang(java.lang.String lang)