Class ArrayOfTpMachineWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wstopology.ArrayOfTpMachineWrapper
-
public class ArrayOfTpMachineWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ArrayOfTpMachineWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.ArrayOfTpMachine Output package : org.hpccsystems.ws.client.wrappers.gen.wstopology TimeStamp: 2020-09-23T21:40:52.917Z
-
-
Field Summary
Fields Modifier and Type Field Description protected List<TpMachineWrapper>
local_tpMachine
-
Constructor Summary
Constructors Constructor Description ArrayOfTpMachineWrapper()
ArrayOfTpMachineWrapper(List<TpMachineWrapper> _tpMachine)
ArrayOfTpMachineWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.ArrayOfTpMachine arrayoftpmachine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.ArrayOfTpMachine
getRaw()
List<TpMachineWrapper>
getTpMachine()
void
setTpMachine(List<TpMachineWrapper> _tpMachine)
String
toString()
-
-
-
Field Detail
-
local_tpMachine
protected List<TpMachineWrapper> local_tpMachine
-
-
Constructor Detail
-
ArrayOfTpMachineWrapper
public ArrayOfTpMachineWrapper()
-
ArrayOfTpMachineWrapper
public ArrayOfTpMachineWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.ArrayOfTpMachine arrayoftpmachine)
-
ArrayOfTpMachineWrapper
public ArrayOfTpMachineWrapper(List<TpMachineWrapper> _tpMachine)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.ArrayOfTpMachine getRaw()
-
setTpMachine
public void setTpMachine(List<TpMachineWrapper> _tpMachine)
-
getTpMachine
public List<TpMachineWrapper> getTpMachine()
-
-