org.wso2.solutions.identity.cards.model
Class SupportedClaimType
java.lang.Object
org.wso2.solutions.identity.cards.model.SupportedClaimType
- All Implemented Interfaces:
- CardElement
public class SupportedClaimType
- 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
SupportedClaimType
public SupportedClaimType(java.lang.String uri)
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
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getDisplayTag
public java.lang.String getDisplayTag()
setDisplayTag
public void setDisplayTag(java.lang.String displayTag)
getUri
public java.lang.String getUri()
setUri
public void setUri(java.lang.String uri)