org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
Class ClaimValue
java.lang.Object
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl.ClaimValue
- All Implemented Interfaces:
- IBaseClaim, IClaimValue, XMLSerializer
- public class ClaimValue
- extends Object
- implements IClaimValue
copyright
public static String copyright
ClaimValue
public ClaimValue()
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