Class ECLResultWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.ECLResultWrapper
-
public class ECLResultWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ECLResultWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLResult Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.904Z
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfECLSchemaItemWrapper
local_eCLSchemas
protected String
local_fileName
protected boolean
local_isSupplied
protected String
local_link
protected String
local_name
protected int
local_sequence
protected boolean
local_showFileContent
protected long
local_total
protected String
local_value
protected String
local_xmlSchema
-
Constructor Summary
Constructors Constructor Description ECLResultWrapper()
ECLResultWrapper(String _name, int _sequence, String _value, String _link, String _fileName, boolean _isSupplied, boolean _showFileContent, long _total, ArrayOfECLSchemaItemWrapper _eCLSchemas, String _xmlSchema)
ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLResult eclresult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfECLSchemaItemWrapper
getECLSchemas()
String
getFileName()
boolean
getIsSupplied()
String
getLink()
String
getName()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLResult
getRaw()
int
getSequence()
boolean
getShowFileContent()
long
getTotal()
String
getValue()
String
getXmlSchema()
void
setECLSchemas(ArrayOfECLSchemaItemWrapper _eCLSchemas)
void
setFileName(String _fileName)
void
setIsSupplied(boolean _isSupplied)
void
setLink(String _link)
void
setName(String _name)
void
setSequence(int _sequence)
void
setShowFileContent(boolean _showFileContent)
void
setTotal(long _total)
void
setValue(String _value)
void
setXmlSchema(String _xmlSchema)
String
toString()
-
-
-
Field Detail
-
local_name
protected String local_name
-
local_sequence
protected int local_sequence
-
local_value
protected String local_value
-
local_link
protected String local_link
-
local_fileName
protected String local_fileName
-
local_isSupplied
protected boolean local_isSupplied
-
local_showFileContent
protected boolean local_showFileContent
-
local_total
protected long local_total
-
local_eCLSchemas
protected ArrayOfECLSchemaItemWrapper local_eCLSchemas
-
local_xmlSchema
protected String local_xmlSchema
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLResult getRaw()
-
setName
public void setName(String _name)
-
getName
public String getName()
-
setSequence
public void setSequence(int _sequence)
-
getSequence
public int getSequence()
-
setValue
public void setValue(String _value)
-
getValue
public String getValue()
-
setLink
public void setLink(String _link)
-
getLink
public String getLink()
-
setFileName
public void setFileName(String _fileName)
-
getFileName
public String getFileName()
-
setIsSupplied
public void setIsSupplied(boolean _isSupplied)
-
getIsSupplied
public boolean getIsSupplied()
-
setShowFileContent
public void setShowFileContent(boolean _showFileContent)
-
getShowFileContent
public boolean getShowFileContent()
-
setTotal
public void setTotal(long _total)
-
getTotal
public long getTotal()
-
setECLSchemas
public void setECLSchemas(ArrayOfECLSchemaItemWrapper _eCLSchemas)
-
getECLSchemas
public ArrayOfECLSchemaItemWrapper getECLSchemas()
-
setXmlSchema
public void setXmlSchema(String _xmlSchema)
-
getXmlSchema
public String getXmlSchema()
-
-