public class ReplicaDataSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
Modifier and Type | Field and Description |
---|---|
static String |
BAD |
static String |
CAUTION |
static String |
GOOD |
Constructor and Description |
---|
ReplicaDataSoapDO() |
Modifier and Type | Method and Description |
---|---|
boolean |
getApproved()
Returns 'approved'.
|
int |
getCommandConcurrencyLong()
Returns 'commandConcurrencyLong'.
|
int |
getCommandConcurrencyShort()
Returns 'commandConcurrencyShort'.
|
int |
getCommandPollPeriod()
Returns 'commandPollPeriod'.
|
int |
getConsolePort()
Returns 'consolePort'.
|
String |
getContextPath()
Returns 'contextPath'.
|
Date |
getDateLastContact()
Returns 'dateLastContact'.
|
String |
getDescription()
Returns 'description'.
|
String |
getHealth()
Returns 'health'.
|
String |
getHostname()
Returns 'hostname'.
|
String |
getId()
Returns 'id'.
|
String |
getManagedByFullName()
Returns 'managedByFullName'.
|
String |
getManagedByUsername()
Returns 'managedByUsername'.
|
String |
getMasterSystemAdapterName()
Returns 'masterSystemAdapterName'.
|
String |
getMasterSystemId()
Returns 'masterSystemId'.
|
String |
getMasterSystemTitle()
Returns 'masterSystemTitle'.
|
boolean |
getPending()
Returns 'pending'.
|
int |
getPort()
Returns 'port'.
|
boolean |
getSsl()
Returns 'ssl'.
|
String |
getViewerPath()
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 |
setHealth(String health)
Sets 'health'.
|
void |
setHostname(String hostname)
Sets 'hostname'.
|
void |
setId(String id)
Sets 'id'.
|
void |
setManagedByFullName(String managedByFullName)
Sets 'managedByFullName'.
|
void |
setManagedByUsername(String managedByUsername)
Sets 'managedByUsername'.
|
void |
setMasterSystemAdapterName(String masterSystemAdapterName)
Sets 'masterSystemAdapterName'.
|
void |
setMasterSystemId(String masterSystemId)
Sets 'masterSystemId'.
|
void |
setMasterSystemTitle(String masterSystemTitle)
Sets 'masterSystemTitle'.
|
void |
setPending(boolean pending)
Sets 'pending'.
|
void |
setPort(int port)
Sets 'port'.
|
void |
setSsl(boolean ssl)
Sets 'ssl'.
|
void |
setViewerPath(String viewerPath)
Sets 'viewerPath'.
|
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
public static final String GOOD
public static final String CAUTION
public static final String BAD
public String getId()
getId
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
public void setId(String id)
setId
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
id
- Value of 'id'.public String getDescription()
public void setDescription(String description)
description
- Value of 'description'.public String getHostname()
public void setHostname(String hostname)
hostname
- Value of 'hostname'.public String getMasterSystemId()
public void setMasterSystemId(String masterSystemId)
masterSystemId
- Value of 'masterSystemId'.public String getMasterSystemTitle()
public void setMasterSystemTitle(String masterSystemTitle)
masterSystemTitle
- Value of 'masterSystemTitle'.public String getMasterSystemAdapterName()
public void setMasterSystemAdapterName(String masterSystemAdapterName)
masterSystemAdapterName
- Value of 'masterSystemAdapterName'.public String getManagedByUsername()
public void setManagedByUsername(String managedByUsername)
managedByUsername
- Value of 'managedByUsername'.public String getManagedByFullName()
public void setManagedByFullName(String managedByFullName)
managedByFullName
- Value of 'managedByFullName'.public boolean getApproved()
public void setApproved(boolean approved)
approved
- Value of 'approved'.public boolean getPending()
public void setPending(boolean pending)
pending
- Value of 'pending'.public boolean getSsl()
public void setSsl(boolean ssl)
ssl
- Value of 'ssl'.public String getContextPath()
public void setContextPath(String contextPath)
contextPath
- Value of 'contextPath'.public String getViewerPath()
public void setViewerPath(String viewerPath)
viewerPath
- Value of 'viewerPath'.public int getConsolePort()
public void setConsolePort(int consolePort)
consolePort
- Value of 'consolePort'.public int getPort()
public void setPort(int port)
port
- Value of 'port'.public int getCommandPollPeriod()
public void setCommandPollPeriod(int commandPollPeriod)
commandPollPeriod
- Value of 'commandPollPeriod'.public int getCommandConcurrencyLong()
public void setCommandConcurrencyLong(int commandConcurrencyLong)
commandConcurrencyLong
- Value of 'commandConcurrencyLong'.public int getCommandConcurrencyShort()
public void setCommandConcurrencyShort(int commandConcurrencyShort)
commandConcurrencyShort
- Value of 'commandConcurrencyShort'.public Date getDateLastContact()
public void setDateLastContact(Date dateLastContact)
dateLastContact
- Value of 'dateLastContact'.public String getHealth()
public void setHealth(String health)
health
- Value of 'health'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.