org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
Class SupportedClaimType

java.lang.Object
  extended by org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl.SupportedClaimType
All Implemented Interfaces:
IBaseClaim, ISupportedClaimType, XMLSerializer

public class SupportedClaimType
extends Object
implements ISupportedClaimType


Field Summary
static String copyright
           
 
Constructor Summary
SupportedClaimType()
           
 
Method Summary
 void fromXml(Object obj)
           
 String getDescription()
           
 String getDisplayTag()
           
 Object getParent()
           
 String getUri()
           
 void setDescription(String value)
           
 void setDisplayTag(String value)
           
 void setParent(Object parentNode)
           
 void setUri(String value)
           
 Object toXml()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

SupportedClaimType

public SupportedClaimType()
Method Detail

getParent

public Object getParent()
Specified by:
getParent in interface XMLSerializer

setParent

public void setParent(Object parentNode)
Specified by:
setParent in interface XMLSerializer

getDescription

public String getDescription()
Specified by:
getDescription in interface ISupportedClaimType

getDisplayTag

public String getDisplayTag()
Specified by:
getDisplayTag in interface ISupportedClaimType

setDescription

public void setDescription(String value)
Specified by:
setDescription in interface ISupportedClaimType

setDisplayTag

public void setDisplayTag(String value)
Specified by:
setDisplayTag in interface ISupportedClaimType

getUri

public String getUri()
Specified by:
getUri in interface IBaseClaim

setUri

public void setUri(String value)
Specified by:
setUri in interface IBaseClaim

fromXml

public void fromXml(Object obj)
             throws UnsupportedObjectModel,
                    ExpectedObjectNotPresent
Specified by:
fromXml in interface XMLSerializer
Throws:
UnsupportedObjectModel
ExpectedObjectNotPresent

toXml

public Object toXml()
Specified by:
toXml in interface XMLSerializer