public class TpGroupWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_kind |
protected String |
local_name |
protected boolean |
local_replicateOutputs |
| Constructor and Description |
|---|
TpGroupWrapper() |
TpGroupWrapper(String _name,
String _kind,
boolean _replicateOutputs) |
TpGroupWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGroup tpgroup) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKind() |
String |
getName() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGroup |
getRaw() |
boolean |
getReplicateOutputs() |
void |
setKind(String _kind) |
void |
setName(String _name) |
void |
setReplicateOutputs(boolean _replicateOutputs) |
String |
toString() |
protected String local_name
protected String local_kind
protected boolean local_replicateOutputs
public TpGroupWrapper()
public TpGroupWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGroup tpgroup)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGroup getRaw()
public void setName(String _name)
public String getName()
public void setKind(String _kind)
public String getKind()
public void setReplicateOutputs(boolean _replicateOutputs)
public boolean getReplicateOutputs()
Copyright © 2021. All rights reserved.