org.eclipse.higgins.cardstore.schemas._2005._05.identity
Interface ISupportedClaimType

All Superinterfaces:
IBaseClaim, XMLSerializer
All Known Implementing Classes:
SupportedClaimType

public interface ISupportedClaimType
extends IBaseClaim


Field Summary
static String copyright
           
 
Method Summary
 String getDescription()
           
 String getDisplayTag()
           
 void setDescription(String value)
           
 void setDisplayTag(String value)
           
 
Methods inherited from interface org.eclipse.higgins.cardstore.schemas._2005._05.identity.IBaseClaim
getUri, setUri
 
Methods inherited from interface org.eclipse.higgins.cardstore.schemas.XMLSerializer
fromXml, getParent, setParent, toXml
 

Field Detail

copyright

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

getDisplayTag

public String getDisplayTag()

setDisplayTag

public void setDisplayTag(String value)

getDescription

public String getDescription()

setDescription

public void setDescription(String value)