org.eclipse.higgins.cardstore.schemas._2005._08.addressing.impl
Class EndpointReference
java.lang.Object
org.eclipse.higgins.cardstore.schemas._2005._08.addressing.impl.EndpointReference
- All Implemented Interfaces:
- IEndpointReference, XMLSerializer
public class EndpointReference
- extends Object
- implements IEndpointReference
copyright
public static String copyright
EndpointReference
public EndpointReference()
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