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

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

public class Metadata
extends java.lang.Object
implements CardElement


Field Summary
static java.lang.String MEX_NS
           
static java.lang.String MEX_REFIX
           
static javax.xml.namespace.QName NAME
           
 
Constructor Summary
Metadata(java.lang.String address)
           
 
Method Summary
 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

MEX_NS

public static final java.lang.String MEX_NS
See Also:
Constant Field Values

MEX_REFIX

public static final java.lang.String MEX_REFIX
See Also:
Constant Field Values

NAME

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

Metadata

public Metadata(java.lang.String address)
Method Detail

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