org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
Class InformationCardPrivateData
java.lang.Object
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl.InformationCardPrivateData
- All Implemented Interfaces:
- IInformationCardPrivateData, XMLSerializer
public class InformationCardPrivateData
- extends Object
- implements IInformationCardPrivateData
copyright
public static String copyright
InformationCardPrivateData
public InformationCardPrivateData()
getParent
public Object getParent()
- Specified by:
getParent in interface XMLSerializer
setParent
public void setParent(Object parentNode)
- Specified by:
setParent in interface XMLSerializer
getClaimValueList
public IClaimValue[] getClaimValueList()
- Specified by:
getClaimValueList in interface IInformationCardPrivateData
getMasterKey
public byte[] getMasterKey()
- Specified by:
getMasterKey in interface IInformationCardPrivateData
setClaimValueList
public void setClaimValueList(IClaimValue[] claimList)
- Specified by:
setClaimValueList in interface IInformationCardPrivateData
setMasterKey
public void setMasterKey(byte[] value)
- Specified by:
setMasterKey in interface IInformationCardPrivateData
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