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

java.lang.Object
  extended byorg.eclipse.higgins.cardstore.schemas._2005._05.identity.impl.InformationCardPrivateData
All Implemented Interfaces:
IInformationCardPrivateData, XMLSerializer

public class InformationCardPrivateData
extends Object
implements IInformationCardPrivateData


Field Summary
static String copyright
           
 
Constructor Summary
InformationCardPrivateData()
           
 
Method Summary
 void fromXml(Object obj)
           
 IClaimValue[] getClaimValueList()
           
 byte[] getMasterKey()
           
 Object getParent()
           
 void setClaimValueList(IClaimValue[] claimList)
           
 void setMasterKey(byte[] value)
           
 void setParent(Object parentNode)
           
 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

InformationCardPrivateData

public InformationCardPrivateData()
Method Detail

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