public class TpLogicalClusterWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_languageVersion |
protected String |
local_name |
protected String |
local_process |
protected String |
local_queue |
protected String |
local_type |
| Constructor and Description |
|---|
TpLogicalClusterWrapper() |
TpLogicalClusterWrapper(String _name,
String _queue,
String _languageVersion,
String _process,
String _type) |
TpLogicalClusterWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogicalCluster tplogicalcluster) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguageVersion() |
String |
getName() |
String |
getProcess() |
String |
getQueue() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogicalCluster |
getRaw() |
String |
getType() |
void |
setLanguageVersion(String _languageVersion) |
void |
setName(String _name) |
void |
setProcess(String _process) |
void |
setQueue(String _queue) |
void |
setType(String _type) |
String |
toString() |
protected String local_name
protected String local_queue
protected String local_languageVersion
protected String local_process
protected String local_type
public TpLogicalClusterWrapper()
public TpLogicalClusterWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogicalCluster tplogicalcluster)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogicalCluster getRaw()
public void setName(String _name)
public String getName()
public void setQueue(String _queue)
public String getQueue()
public void setLanguageVersion(String _languageVersion)
public String getLanguageVersion()
public void setProcess(String _process)
public String getProcess()
public void setType(String _type)
public String getType()
Copyright © 2021. All rights reserved.