org.eclipse.higgins.cardstore.schemas._2005._08.addressing.impl
Class EndpointReference

java.lang.Object
  extended by org.eclipse.higgins.cardstore.schemas._2005._08.addressing.impl.EndpointReference
All Implemented Interfaces:
IEndpointReference, XMLSerializer

public class EndpointReference
extends Object
implements IEndpointReference


Field Summary
static String copyright
           
 
Constructor Summary
EndpointReference()
           
 
Method Summary
 void fromXml(Object obj)
           
 String getAddress()
           
 IIdentity getIdentity()
           
 IMetaData getMetaData()
           
 Object getParent()
           
 void setAddress(String address)
           
 void setIdentity(IIdentity identity)
           
 void setMetaData(IMetaData metaData)
           
 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

EndpointReference

public EndpointReference()
Method Detail

getParent

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

setParent

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

getAddress

public String getAddress()
Specified by:
getAddress in interface IEndpointReference

getIdentity

public IIdentity getIdentity()
Specified by:
getIdentity in interface IEndpointReference

getMetaData

public IMetaData getMetaData()
Specified by:
getMetaData in interface IEndpointReference

setAddress

public void setAddress(String address)
Specified by:
setAddress in interface IEndpointReference

setIdentity

public void setIdentity(IIdentity identity)
Specified by:
setIdentity in interface IEndpointReference

setMetaData

public void setMetaData(IMetaData metaData)
Specified by:
setMetaData in interface IEndpointReference

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