Class ArrayOfECLAttributeWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.ArrayOfECLAttributeWrapper
-
public class ArrayOfECLAttributeWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ArrayOfECLAttributeWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.ArrayOfECLAttribute Output package : org.hpccsystems.ws.client.wrappers.gen.wsattributes TimeStamp: 2019-09-06T14:30:23.480Z
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ECLAttributeWrapper>local_eCLAttribute
-
Constructor Summary
Constructors Constructor Description ArrayOfECLAttributeWrapper()Instantiates a new array of ECL attribute wrapper.ArrayOfECLAttributeWrapper(List<ECLAttributeWrapper> _eCLAttribute)Instantiates a new array of ECL attribute wrapper.ArrayOfECLAttributeWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.ArrayOfECLAttribute arrayofeclattribute)Instantiates a new array of ECL attribute wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ECLAttributeWrapper>getECLAttribute()Gets the ECL attribute.org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.ArrayOfECLAttributegetRaw()Gets the raw.voidsetECLAttribute(List<ECLAttributeWrapper> _eCLAttribute)Sets the ECL attribute.StringtoString()
-
-
-
Field Detail
-
local_eCLAttribute
protected List<ECLAttributeWrapper> local_eCLAttribute
-
-
Constructor Detail
-
ArrayOfECLAttributeWrapper
public ArrayOfECLAttributeWrapper()
Instantiates a new array of ECL attribute wrapper.
-
ArrayOfECLAttributeWrapper
public ArrayOfECLAttributeWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.ArrayOfECLAttribute arrayofeclattribute)
Instantiates a new array of ECL attribute wrapper.- Parameters:
arrayofeclattribute- the arrayofeclattribute
-
ArrayOfECLAttributeWrapper
public ArrayOfECLAttributeWrapper(List<ECLAttributeWrapper> _eCLAttribute)
Instantiates a new array of ECL attribute wrapper.- Parameters:
_eCLAttribute- the e CL attribute
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.ArrayOfECLAttribute getRaw()
Gets the raw.- Returns:
- the raw
-
setECLAttribute
public void setECLAttribute(List<ECLAttributeWrapper> _eCLAttribute)
Sets the ECL attribute.- Parameters:
_eCLAttribute- the new ECL attribute
-
getECLAttribute
public List<ECLAttributeWrapper> getECLAttribute()
Gets the ECL attribute.- Returns:
- the ECL attribute
-
-