org.wso2.solutions.identity.cards.model
Class SupportedTokenTypeList

java.lang.Object
  extended by org.wso2.solutions.identity.cards.model.SupportedTokenTypeList
All Implemented Interfaces:
CardElement

public class SupportedTokenTypeList
extends java.lang.Object
implements CardElement


Field Summary
static javax.xml.namespace.QName NAME
           
 
Constructor Summary
SupportedTokenTypeList()
           
 
Method Summary
 void addSupportedTokenType(java.lang.String tokenType)
           
 org.apache.axiom.om.OMElement serialize()
          Serialize this element into an OMElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final javax.xml.namespace.QName NAME
Constructor Detail

SupportedTokenTypeList

public SupportedTokenTypeList()
Method Detail

addSupportedTokenType

public void addSupportedTokenType(java.lang.String tokenType)

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