org.eclipse.higgins.cardstore.schemas._2006._02.addressingidentity.impl
Class Identity

java.lang.Object
  extended byorg.eclipse.higgins.cardstore.schemas._2006._02.addressingidentity.impl.Identity
All Implemented Interfaces:
IIdentity, XMLSerializer

public class Identity
extends Object
implements IIdentity


Field Summary
static String copyright
           
 
Constructor Summary
Identity()
           
 
Method Summary
 void fromXml(Object obj)
           
 IKeyInfo getKeyInfo()
           
 Object getParent()
           
 void setKeyInfo(IKeyInfo ki)
           
 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

Identity

public Identity()
Method Detail

getParent

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

setParent

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

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

getKeyInfo

public IKeyInfo getKeyInfo()
Specified by:
getKeyInfo in interface IIdentity

setKeyInfo

public void setKeyInfo(IKeyInfo ki)
Specified by:
setKeyInfo in interface IIdentity