Class ArrayOfDebugValueWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.ArrayOfDebugValueWrapper
-
public class ArrayOfDebugValueWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ArrayOfDebugValueWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfDebugValue Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.870Z
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DebugValueWrapper>
local_debugValue
-
Constructor Summary
Constructors Constructor Description ArrayOfDebugValueWrapper()
ArrayOfDebugValueWrapper(List<DebugValueWrapper> _debugValue)
ArrayOfDebugValueWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfDebugValue arrayofdebugvalue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DebugValueWrapper>
getDebugValue()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfDebugValue
getRaw()
void
setDebugValue(List<DebugValueWrapper> _debugValue)
String
toString()
-
-
-
Field Detail
-
local_debugValue
protected List<DebugValueWrapper> local_debugValue
-
-
Constructor Detail
-
ArrayOfDebugValueWrapper
public ArrayOfDebugValueWrapper()
-
ArrayOfDebugValueWrapper
public ArrayOfDebugValueWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfDebugValue arrayofdebugvalue)
-
ArrayOfDebugValueWrapper
public ArrayOfDebugValueWrapper(List<DebugValueWrapper> _debugValue)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfDebugValue getRaw()
-
setDebugValue
public void setDebugValue(List<DebugValueWrapper> _debugValue)
-
getDebugValue
public List<DebugValueWrapper> getDebugValue()
-
-