Class ReplicaServerSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.scm.ReplicaServerSoapRow
List of replicas.
- Since:
- 8.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns 'approved'.int
Returns 'commandConcurrencyLong'.int
Returns 'commandConcurrencyShort'.int
Returns 'commandPollPeriod'.int
Returns 'consolePort'.Returns 'contextPath'.Returns 'dateLastContact'.Returns 'description'.Returns 'health'.Returns 'hostname'.getId()
Returns 'id'.Returns 'managedByFullName'.Returns 'managedByUsername'.Returns 'masterSystemId'.Returns 'masterSystemTitle'.getName()
Returns 'name'.boolean
Returns 'pending'.int
getPort()
Returns 'port'.boolean
getSsl()
Returns 'ssl'.Returns 'viewerPath'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setApproved
(boolean approved) Sets 'approved'.void
setCommandConcurrencyLong
(int commandConcurrencyLong) Sets 'commandConcurrencyLong'.void
setCommandConcurrencyShort
(int commandConcurrencyShort) Sets 'commandConcurrencyShort'.void
setCommandPollPeriod
(int commandPollPeriod) Sets 'commandPollPeriod'.void
setConsolePort
(int consolePort) Sets 'consolePort'.void
setContextPath
(String contextPath) Sets 'contextPath'.void
setDateLastContact
(Date dateLastContact) Sets 'dateLastContact'.void
setDescription
(String description) Sets 'description'.void
Sets 'health'.void
setHostname
(String hostname) Sets 'hostname'.void
Sets 'id'.void
setManagedByFullName
(String managedByFullName) Sets 'managedByFullName'.void
setManagedByUsername
(String managedByUsername) Sets 'managedByUsername'.void
setMasterSystemId
(String masterSystemId) Sets 'masterSystemId'.void
setMasterSystemTitle
(String masterSystemTitle) Sets 'masterSystemTitle'.void
Sets 'name'.void
setPending
(boolean pending) Sets 'pending'.void
setPort
(int port) Sets 'port'.void
setSsl
(boolean ssl) Sets 'ssl'.void
setViewerPath
(String viewerPath) Sets 'viewerPath'.
-
Field Details
-
GOOD
- See Also:
-
CAUTION
- See Also:
-
BAD
- See Also:
-
-
Constructor Details
-
ReplicaServerSoapRow
public ReplicaServerSoapRow()
-
-
Method Details
-
getId
Returns 'id'.- Returns:
- Value of 'id'.
-
setId
Sets 'id'.- Parameters:
id
- Value of 'id'.
-
getName
Returns 'name'.- Returns:
- Value of 'name'.
-
setName
Sets 'name'.- Parameters:
name
- Value of 'name'.
-
getDescription
Returns 'description'.- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'.- Parameters:
description
- Value of 'description'.
-
getHostname
Returns 'hostname'.- Returns:
- Value of 'hostname'.
-
setHostname
Sets 'hostname'.- Parameters:
hostname
- Value of 'hostname'.
-
getMasterSystemId
Returns 'masterSystemId'.- Returns:
- Value of 'masterSystemId'.
-
setMasterSystemId
Sets 'masterSystemId'.- Parameters:
masterSystemId
- Value of 'masterSystemId'.
-
getMasterSystemTitle
Returns 'masterSystemTitle'.- Returns:
- Value of 'masterSystemTitle'.
-
setMasterSystemTitle
Sets 'masterSystemTitle'.- Parameters:
masterSystemTitle
- Value of 'masterSystemTitle'.
-
getManagedByUsername
Returns 'managedByUsername'.- Returns:
- Value of 'managedByUsername'.
-
setManagedByUsername
Sets 'managedByUsername'.- Parameters:
managedByUsername
- Value of 'managedByUsername'.
-
getManagedByFullName
Returns 'managedByFullName'.- Returns:
- Value of 'managedByFullName'.
-
setManagedByFullName
Sets 'managedByFullName'.- Parameters:
managedByFullName
- Value of 'managedByFullName'.
-
getApproved
public boolean getApproved()Returns 'approved'.- Returns:
- Value of 'approved'.
-
setApproved
public void setApproved(boolean approved) Sets 'approved'.- Parameters:
approved
- Value of 'approved'.
-
getPending
public boolean getPending()Returns 'pending'.- Returns:
- Value of 'pending'.
-
setPending
public void setPending(boolean pending) Sets 'pending'.- Parameters:
pending
- Value of 'pending'.
-
getSsl
public boolean getSsl()Returns 'ssl'.- Returns:
- Value of 'ssl'.
-
setSsl
public void setSsl(boolean ssl) Sets 'ssl'.- Parameters:
ssl
- Value of 'ssl'.
-
getContextPath
Returns 'contextPath'.- Returns:
- Value of 'contextPath'.
-
setContextPath
Sets 'contextPath'.- Parameters:
contextPath
- Value of 'contextPath'.
-
getViewerPath
Returns 'viewerPath'.- Returns:
- Value of 'viewerPath'.
-
setViewerPath
Sets 'viewerPath'.- Parameters:
viewerPath
- Value of 'viewerPath'.
-
getConsolePort
public int getConsolePort()Returns 'consolePort'.- Returns:
- Value of 'consolePort'.
-
setConsolePort
public void setConsolePort(int consolePort) Sets 'consolePort'.- Parameters:
consolePort
- Value of 'consolePort'.
-
getPort
public int getPort()Returns 'port'.- Returns:
- Value of 'port'.
-
setPort
public void setPort(int port) Sets 'port'.- Parameters:
port
- Value of 'port'.
-
getCommandPollPeriod
public int getCommandPollPeriod()Returns 'commandPollPeriod'.- Returns:
- Value of 'commandPollPeriod'.
-
setCommandPollPeriod
public void setCommandPollPeriod(int commandPollPeriod) Sets 'commandPollPeriod'.- Parameters:
commandPollPeriod
- Value of 'commandPollPeriod'.
-
getCommandConcurrencyLong
public int getCommandConcurrencyLong()Returns 'commandConcurrencyLong'.- Returns:
- Value of 'commandConcurrencyLong'.
-
setCommandConcurrencyLong
public void setCommandConcurrencyLong(int commandConcurrencyLong) Sets 'commandConcurrencyLong'.- Parameters:
commandConcurrencyLong
- Value of 'commandConcurrencyLong'.
-
getCommandConcurrencyShort
public int getCommandConcurrencyShort()Returns 'commandConcurrencyShort'.- Returns:
- Value of 'commandConcurrencyShort'.
-
setCommandConcurrencyShort
public void setCommandConcurrencyShort(int commandConcurrencyShort) Sets 'commandConcurrencyShort'.- Parameters:
commandConcurrencyShort
- Value of 'commandConcurrencyShort'.
-
getDateLastContact
Returns 'dateLastContact'.- Returns:
- Value of 'dateLastContact'.
-
setDateLastContact
Sets 'dateLastContact'.- Parameters:
dateLastContact
- Value of 'dateLastContact'.
-
getHealth
Returns 'health'.- Returns:
- Value of 'health'.
-
setHealth
Sets 'health'.- Parameters:
health
- Value of 'health'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-