Class ArrayOfECLSourceFileWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.ArrayOfECLSourceFileWrapper
-
public class ArrayOfECLSourceFileWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ArrayOfECLSourceFileWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLSourceFile Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.876Z
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ECLSourceFileWrapper>
local_eCLSourceFile
-
Constructor Summary
Constructors Constructor Description ArrayOfECLSourceFileWrapper()
ArrayOfECLSourceFileWrapper(List<ECLSourceFileWrapper> _eCLSourceFile)
ArrayOfECLSourceFileWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLSourceFile arrayofeclsourcefile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ECLSourceFileWrapper>
getECLSourceFile()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLSourceFile
getRaw()
void
setECLSourceFile(List<ECLSourceFileWrapper> _eCLSourceFile)
String
toString()
-
-
-
Field Detail
-
local_eCLSourceFile
protected List<ECLSourceFileWrapper> local_eCLSourceFile
-
-
Constructor Detail
-
ArrayOfECLSourceFileWrapper
public ArrayOfECLSourceFileWrapper()
-
ArrayOfECLSourceFileWrapper
public ArrayOfECLSourceFileWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLSourceFile arrayofeclsourcefile)
-
ArrayOfECLSourceFileWrapper
public ArrayOfECLSourceFileWrapper(List<ECLSourceFileWrapper> _eCLSourceFile)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLSourceFile getRaw()
-
setECLSourceFile
public void setECLSourceFile(List<ECLSourceFileWrapper> _eCLSourceFile)
-
getECLSourceFile
public List<ECLSourceFileWrapper> getECLSourceFile()
-
-