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

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

public class ClaimValue
extends Object
implements IClaimValue


Field Summary
static String copyright
           
 
Constructor Summary
ClaimValue()
           
 
Method Summary
 void fromXml(Object obj)
           
 Object getParent()
           
 String getUri()
           
 String getValue()
           
 void setParent(Object parentNode)
           
 void setUri(String value)
           
 void setValue(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

ClaimValue

public ClaimValue()
Method Detail

getParent

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

setParent

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

getValue

public String getValue()
Specified by:
getValue in interface IClaimValue

setValue

public void setValue(String value)
Specified by:
setValue in interface IClaimValue

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