com.metamatrix.soap.service
Class DataServiceInfo

java.lang.Object
  extended by com.metamatrix.soap.service.DataServiceInfo

public class DataServiceInfo
extends java.lang.Object

This is a holder object for information related to connecting to a MetaMatrix server .


Constructor Summary
DataServiceInfo()
           
 
Method Summary
 java.lang.String getDataServiceFullPath()
          Get the full path of the DataService.
 java.lang.String getServerURL()
          Get the URL for the Server.
 void setDataServiceFullPath(java.lang.String dataServiceFullPath)
          Set the full path for the DataService.
 void setServerURL(java.lang.String serverURL)
          Set the URL for the Server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataServiceInfo

public DataServiceInfo()
Method Detail

getDataServiceFullPath

public java.lang.String getDataServiceFullPath()
Get the full path of the DataService.

Returns:
dataServiceFullPath

getServerURL

public java.lang.String getServerURL()
Get the URL for the Server.

Returns:
serverURL

setDataServiceFullPath

public void setDataServiceFullPath(java.lang.String dataServiceFullPath)
Set the full path for the DataService.

Parameters:
dataServiceFullPath -

setServerURL

public void setServerURL(java.lang.String serverURL)
Set the URL for the Server.

Parameters:
serverURL -


Copyright © 2009. All Rights Reserved.