org.eclipse.higgins.sync.to
Class EndpointReferenceTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.EndpointReferenceTO
All Implemented Interfaces:
Serializable

public class EndpointReferenceTO
extends Object
implements Serializable

Token service Endpoint reference transfer object.

Author:
Alexander Yuhimenko
See Also:
org.eclipse.higgins.icard.IEndpointReference., Serialized Form

Constructor Summary
EndpointReferenceTO()
           
 
Method Summary
 URI getAddress()
           
 String getIdentityXml()
           
 URI getMetadataAddress()
           
 String getMetadataXml()
           
 EndpointReferenceTO setAddress(URI address)
           
 EndpointReferenceTO setIdentityXml(String identityXml)
           
 EndpointReferenceTO setMetadataAddress(URI metadataAddress)
           
 EndpointReferenceTO setMetadataXml(String metadataXml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointReferenceTO

public EndpointReferenceTO()
Method Detail

getAddress

public URI getAddress()
Returns:
the address

setAddress

public EndpointReferenceTO setAddress(URI address)
Parameters:
address - the address to set

getMetadataAddress

public URI getMetadataAddress()
Returns:
the metadataAddress

setMetadataAddress

public EndpointReferenceTO setMetadataAddress(URI metadataAddress)
Parameters:
metadataAddress - the metadataAddress to set

getMetadataXml

public String getMetadataXml()
Returns:
the metadataXml

setMetadataXml

public EndpointReferenceTO setMetadataXml(String metadataXml)
Parameters:
metadataXml - the metadataXml to set

getIdentityXml

public String getIdentityXml()
Returns:
the identityXml

setIdentityXml

public EndpointReferenceTO setIdentityXml(String identityXml)
Parameters:
identityXml - the identityXml to set