Class ArrayOfECLSchemaItemWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.ArrayOfECLSchemaItemWrapper
-
public class ArrayOfECLSchemaItemWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ArrayOfECLSchemaItemWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLSchemaItem Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.875Z
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ECLSchemaItemWrapper>
local_eCLSchemaItem
-
Constructor Summary
Constructors Constructor Description ArrayOfECLSchemaItemWrapper()
ArrayOfECLSchemaItemWrapper(List<ECLSchemaItemWrapper> _eCLSchemaItem)
ArrayOfECLSchemaItemWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLSchemaItem arrayofeclschemaitem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ECLSchemaItemWrapper>
getECLSchemaItem()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLSchemaItem
getRaw()
void
setECLSchemaItem(List<ECLSchemaItemWrapper> _eCLSchemaItem)
String
toString()
-
-
-
Field Detail
-
local_eCLSchemaItem
protected List<ECLSchemaItemWrapper> local_eCLSchemaItem
-
-
Constructor Detail
-
ArrayOfECLSchemaItemWrapper
public ArrayOfECLSchemaItemWrapper()
-
ArrayOfECLSchemaItemWrapper
public ArrayOfECLSchemaItemWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLSchemaItem arrayofeclschemaitem)
-
ArrayOfECLSchemaItemWrapper
public ArrayOfECLSchemaItemWrapper(List<ECLSchemaItemWrapper> _eCLSchemaItem)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLSchemaItem getRaw()
-
setECLSchemaItem
public void setECLSchemaItem(List<ECLSchemaItemWrapper> _eCLSchemaItem)
-
getECLSchemaItem
public List<ECLSchemaItemWrapper> getECLSchemaItem()
-
-