nl.knowledgeplaza.SiamClient
Class SiamContext

java.lang.Object
  extended by nl.knowledgeplaza.SiamClient.SiamContext

public class SiamContext
extends Object


Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
SiamContext()
           
 
Method Summary
 String getAppId()
           
 String getAppLevel()
           
 String getAppUrl()
           
 String getASelectServer()
           
 String getAsUrl()
           
 String getAttributes()
           
 String getAuth()
           
 String getAuthSpLevel()
           
 String getCredentials()
           
 String getExpirationTime()
           
 String getOrganization()
           
 String getRID()
           
 String getSiamServerHost()
           
 String getSiamServerPath()
           
 int getSiamServerPort()
           
 String getSiamServerProtocol()
           
 String getSiamSharedSecret()
           
 String getUserId()
           
 void setAppId(String appId)
           
 void setAppLevel(String appLevel)
           
 void setAppUrl(String appUrl)
           
 void setASelectServer(String aSelectServer)
           
 void setAsUrl(String asUrl)
           
 void setAttributes(String attributes)
           
 void setAuth(String auth)
           
 void setAuthSpLevel(String authSpLevel)
           
 void setCredentials(String credentials)
           
 void setExpirationTime(String expirationTime)
           
 void setOrganization(String organization)
           
 void setRID(String rID)
           
 void setSiamServerHost(String siamServerHost)
           
 void setSiamServerPath(String siamServerPath)
           
 void setSiamServerPort(int siamServerPort)
           
 void setSiamServerProtocol(String siamServerProtocol)
           
 void setSiamSharedSecret(String siamSharedSecret)
           
 void setUserId(String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

SiamContext

public SiamContext()
Method Detail

getSiamServerProtocol

public String getSiamServerProtocol()
Returns:
the siamServerProtocol

setSiamServerProtocol

public void setSiamServerProtocol(String siamServerProtocol)
Parameters:
siamServerProtocol - the siamServerProtocol to set

getSiamServerPort

public int getSiamServerPort()
Returns:
the siamServerPort

setSiamServerPort

public void setSiamServerPort(int siamServerPort)
Parameters:
siamServerPort - the siamServerPort to set

getSiamServerHost

public String getSiamServerHost()
Returns:
the siamServerHost

setSiamServerHost

public void setSiamServerHost(String siamServerHost)
Parameters:
siamServerHost - the siamServerHost to set

getSiamServerPath

public String getSiamServerPath()
Returns:
the siamServerPath

setSiamServerPath

public void setSiamServerPath(String siamServerPath)
Parameters:
siamServerPath - the siamServerPath to set

getSiamSharedSecret

public String getSiamSharedSecret()
Returns:
the siamSharedSecret

setSiamSharedSecret

public void setSiamSharedSecret(String siamSharedSecret)
Parameters:
siamSharedSecret - the siamSharedSecret to set

getAppUrl

public String getAppUrl()
Returns:
the appUrl

setAppUrl

public void setAppUrl(String appUrl)
Parameters:
appUrl - the appUrl to set

getAppId

public String getAppId()
Returns:
the appId

setAppId

public void setAppId(String appId)
Parameters:
appId - the appId to set

getRID

public String getRID()
Returns:
the rID

setRID

public void setRID(String rID)
Parameters:
rID - the rID to set

getASelectServer

public String getASelectServer()
Returns:
the aSelectServer

setASelectServer

public void setASelectServer(String aSelectServer)
Parameters:
aSelectServer - the aSelectServer to set

getAsUrl

public String getAsUrl()
Returns:
the asUrl

setAsUrl

public void setAsUrl(String asUrl)
Parameters:
asUrl - the asUrl to set

getCredentials

public String getCredentials()
Returns:
the credentials

setCredentials

public void setCredentials(String credentials)
Parameters:
credentials - the credentials to set

getOrganization

public String getOrganization()
Returns:
the organization

setOrganization

public void setOrganization(String organization)
Parameters:
organization - the organization to set

getAppLevel

public String getAppLevel()
Returns:
the appLevel

setAppLevel

public void setAppLevel(String appLevel)
Parameters:
appLevel - the appLevel to set

getAuthSpLevel

public String getAuthSpLevel()
Returns:
the authSpLevel

setAuthSpLevel

public void setAuthSpLevel(String authSpLevel)
Parameters:
authSpLevel - the authSpLevel to set

getAuth

public String getAuth()
Returns:
the auth

setAuth

public void setAuth(String auth)
Parameters:
auth - the auth to set

getUserId

public String getUserId()
Returns:
the userId

setUserId

public void setUserId(String userId)
Parameters:
userId - the userId to set

getExpirationTime

public String getExpirationTime()
Returns:
the expirationTime

setExpirationTime

public void setExpirationTime(String expirationTime)
Parameters:
expirationTime - the expirationTime to set

getAttributes

public String getAttributes()
Returns:
the attributes

setAttributes

public void setAttributes(String attributes)
Parameters:
attributes - the attributes to set


Copyright © 2011 KnowledgePlaza. All Rights Reserved.