public class TpLdapServerWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_build |
protected String |
local_description |
protected String |
local_name |
protected String |
local_path |
protected ArrayOfTpMachineWrapper |
local_tpMachines |
| Constructor and Description |
|---|
TpLdapServerWrapper() |
TpLdapServerWrapper(String _name,
String _description,
String _build,
String _path,
ArrayOfTpMachineWrapper _tpMachines) |
TpLdapServerWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLdapServer tpldapserver) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuild() |
String |
getDescription() |
String |
getName() |
String |
getPath() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLdapServer |
getRaw() |
ArrayOfTpMachineWrapper |
getTpMachines() |
void |
setBuild(String _build) |
void |
setDescription(String _description) |
void |
setName(String _name) |
void |
setPath(String _path) |
void |
setTpMachines(ArrayOfTpMachineWrapper _tpMachines) |
String |
toString() |
protected String local_name
protected String local_description
protected String local_build
protected String local_path
protected ArrayOfTpMachineWrapper local_tpMachines
public TpLdapServerWrapper()
public TpLdapServerWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLdapServer tpldapserver)
public TpLdapServerWrapper(String _name, String _description, String _build, String _path, ArrayOfTpMachineWrapper _tpMachines)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLdapServer getRaw()
public void setName(String _name)
public String getName()
public void setDescription(String _description)
public String getDescription()
public void setBuild(String _build)
public String getBuild()
public void setPath(String _path)
public String getPath()
public void setTpMachines(ArrayOfTpMachineWrapper _tpMachines)
public ArrayOfTpMachineWrapper getTpMachines()
Copyright © 2021. All rights reserved.