public class ECLResultWrapper extends Object
| Modifier and Type | Field and 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 and Description |
|---|
ECLResultWrapper() |
ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLResult eclresult) |
ECLResultWrapper(String _name,
int _sequence,
String _value,
String _link,
String _fileName,
boolean _isSupplied,
boolean _showFileContent,
long _total,
ArrayOfECLSchemaItemWrapper _eCLSchemas,
String _xmlSchema) |
| Modifier and Type | Method and 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() |
protected String local_name
protected int local_sequence
protected String local_value
protected String local_link
protected String local_fileName
protected boolean local_isSupplied
protected boolean local_showFileContent
protected long local_total
protected ArrayOfECLSchemaItemWrapper local_eCLSchemas
protected String local_xmlSchema
public ECLResultWrapper()
public ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLResult eclresult)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLResult getRaw()
public void setName(String _name)
public String getName()
public void setSequence(int _sequence)
public int getSequence()
public void setValue(String _value)
public String getValue()
public void setLink(String _link)
public String getLink()
public void setFileName(String _fileName)
public String getFileName()
public void setIsSupplied(boolean _isSupplied)
public boolean getIsSupplied()
public void setShowFileContent(boolean _showFileContent)
public boolean getShowFileContent()
public void setTotal(long _total)
public long getTotal()
public void setECLSchemas(ArrayOfECLSchemaItemWrapper _eCLSchemas)
public ArrayOfECLSchemaItemWrapper getECLSchemas()
public void setXmlSchema(String _xmlSchema)
public String getXmlSchema()
Copyright © 2021. All rights reserved.