Class ArrayOfECLGraphWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.ArrayOfECLGraphWrapper
-
public class ArrayOfECLGraphWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ArrayOfECLGraphWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLGraph Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.872Z
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ECLGraphWrapper>
local_eCLGraph
-
Constructor Summary
Constructors Constructor Description ArrayOfECLGraphWrapper()
ArrayOfECLGraphWrapper(List<ECLGraphWrapper> _eCLGraph)
ArrayOfECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLGraph arrayofeclgraph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ECLGraphWrapper>
getECLGraph()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLGraph
getRaw()
void
setECLGraph(List<ECLGraphWrapper> _eCLGraph)
String
toString()
-
-
-
Field Detail
-
local_eCLGraph
protected List<ECLGraphWrapper> local_eCLGraph
-
-
Constructor Detail
-
ArrayOfECLGraphWrapper
public ArrayOfECLGraphWrapper()
-
ArrayOfECLGraphWrapper
public ArrayOfECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLGraph arrayofeclgraph)
-
ArrayOfECLGraphWrapper
public ArrayOfECLGraphWrapper(List<ECLGraphWrapper> _eCLGraph)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLGraph getRaw()
-
setECLGraph
public void setECLGraph(List<ECLGraphWrapper> _eCLGraph)
-
getECLGraph
public List<ECLGraphWrapper> getECLGraph()
-
-