Class ECLResultWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.ECLResultWrapper
-
@Deprecated public class ECLResultWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ECLResultWrapper()Deprecated.Instantiates a new ECL result wrapper.ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLResult raw)Deprecated.Instantiates a new ECL result wrapper.ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLResult raw)Deprecated.Instantiates a new ECL result wrapper.ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLResult raw)Deprecated.Instantiates a new ECL result wrapper.ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLResult raw)Deprecated.Instantiates a new ECL result wrapper.ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLResult raw)Deprecated.Instantiates a new ECL result wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetFilename()Deprecated.Gets the filename.BooleangetIsSupplied()Deprecated.Gets the checks if is supplied.StringgetLink()Deprecated.Gets the link.StringgetName()Deprecated.Gets the name.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLResultgetRaw()Deprecated.Gets the raw.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLResultgetRawLatestVersion()Deprecated.Gets the latest raw version.IntegergetSequence()Deprecated.Gets the sequence.BooleangetShowFileContent()Deprecated.Gets the show file content.LonggetTotal()Deprecated.Gets the total.StringgetValue()Deprecated.Gets the value.StringgetXmlSchema()Deprecated.Gets the xml schema.voidsetFilename(String filename)Deprecated.Sets the filename.voidsetIsSupplied(Boolean isSupplied)Deprecated.Sets the checks if is supplied.voidsetLink(String link)Deprecated.Sets the link.voidsetName(String name)Deprecated.Sets the name.voidsetSequence(Integer sequence)Deprecated.Sets the sequence.voidsetShowFileContent(Boolean showFileContent)Deprecated.Sets the show file content.voidsetTotal(Long total)Deprecated.Sets the total.voidsetValue(String value)Deprecated.Sets the value.voidsetXmlSchema(String xmlSchema)Deprecated.Sets the xml schema.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
ECLResultWrapper
public ECLResultWrapper()
Deprecated.Instantiates a new ECL result wrapper.
-
ECLResultWrapper
public ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLResult raw)
Deprecated.Instantiates a new ECL result wrapper.- Parameters:
raw- the raw
-
ECLResultWrapper
public ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLResult raw)
Deprecated.Instantiates a new ECL result wrapper.- Parameters:
raw- the raw
-
ECLResultWrapper
public ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLResult raw)
Deprecated.Instantiates a new ECL result wrapper.- Parameters:
raw- the raw
-
ECLResultWrapper
public ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLResult raw)
Deprecated.Instantiates a new ECL result wrapper.- Parameters:
raw- the raw
-
ECLResultWrapper
public ECLResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLResult raw)
Deprecated.Instantiates a new ECL result wrapper.- Parameters:
raw- the raw
-
-
Method Detail
-
getRawLatestVersion
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLResult getRawLatestVersion()
Deprecated.Gets the latest raw version.- Returns:
- the latest version.
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLResult getRaw()
Deprecated.Gets the raw.- Returns:
- the raw
-
getFilename
public String getFilename()
Deprecated.Gets the filename.- Returns:
- the filename
-
setFilename
public void setFilename(String filename)
Deprecated.Sets the filename.- Parameters:
filename- the new filename
-
getIsSupplied
public Boolean getIsSupplied()
Deprecated.Gets the checks if is supplied.- Returns:
- the checks if is supplied
-
setIsSupplied
public void setIsSupplied(Boolean isSupplied)
Deprecated.Sets the checks if is supplied.- Parameters:
isSupplied- the new checks if is supplied
-
getLink
public String getLink()
Deprecated.Gets the link.- Returns:
- the link
-
setLink
public void setLink(String link)
Deprecated.Sets the link.- Parameters:
link- the new link
-
getName
public String getName()
Deprecated.Gets the name.- Returns:
- the name
-
setName
public void setName(String name)
Deprecated.Sets the name.- Parameters:
name- the new name
-
getSequence
public Integer getSequence()
Deprecated.Gets the sequence.- Returns:
- the sequence
-
setSequence
public void setSequence(Integer sequence)
Deprecated.Sets the sequence.- Parameters:
sequence- the new sequence
-
getShowFileContent
public Boolean getShowFileContent()
Deprecated.Gets the show file content.- Returns:
- the show file content
-
setShowFileContent
public void setShowFileContent(Boolean showFileContent)
Deprecated.Sets the show file content.- Parameters:
showFileContent- the new show file content
-
getTotal
public Long getTotal()
Deprecated.Gets the total.- Returns:
- the total
-
setTotal
public void setTotal(Long total)
Deprecated.Sets the total.- Parameters:
total- the new total
-
getValue
public String getValue()
Deprecated.Gets the value.- Returns:
- the value
-
setValue
public void setValue(String value)
Deprecated.Sets the value.- Parameters:
value- the new value
-
getXmlSchema
public String getXmlSchema()
Deprecated.Gets the xml schema.- Returns:
- the xml schema
-
setXmlSchema
public void setXmlSchema(String xmlSchema)
Deprecated.Sets the xml schema.- Parameters:
xmlSchema- the new xml schema
-
-