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 String
getFilename()
Deprecated.Gets the filename.Boolean
getIsSupplied()
Deprecated.Gets the checks if is supplied.String
getLink()
Deprecated.Gets the link.String
getName()
Deprecated.Gets the name.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLResult
getRaw()
Deprecated.Gets the raw.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLResult
getRawLatestVersion()
Deprecated.Gets the latest raw version.Integer
getSequence()
Deprecated.Gets the sequence.Boolean
getShowFileContent()
Deprecated.Gets the show file content.Long
getTotal()
Deprecated.Gets the total.String
getValue()
Deprecated.Gets the value.String
getXmlSchema()
Deprecated.Gets the xml schema.void
setFilename(String filename)
Deprecated.Sets the filename.void
setIsSupplied(Boolean isSupplied)
Deprecated.Sets the checks if is supplied.void
setLink(String link)
Deprecated.Sets the link.void
setName(String name)
Deprecated.Sets the name.void
setSequence(Integer sequence)
Deprecated.Sets the sequence.void
setShowFileContent(Boolean showFileContent)
Deprecated.Sets the show file content.void
setTotal(Long total)
Deprecated.Sets the total.void
setValue(String value)
Deprecated.Sets the value.void
setXmlSchema(String xmlSchema)
Deprecated.Sets the xml schema.String
toString()
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
-
-