Class ECLSourceFileWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.ECLSourceFileWrapper
-
@Deprecated public class ECLSourceFileWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ECLSourceFileWrapper()
Deprecated.Instantiates a new ECL source file wrapper.ECLSourceFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLSourceFile raw)
Deprecated.Instantiates a new ECL source file wrapper.ECLSourceFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLSourceFile raw)
Deprecated.Instantiates a new ECL source file wrapper.ECLSourceFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLSourceFile raw)
Deprecated.Instantiates a new ECL source file wrapper.ECLSourceFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLSourceFile raw)
Deprecated.Instantiates a new ECL source file wrapper.ECLSourceFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLSourceFile raw)
Deprecated.Instantiates a new ECL source file wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Integer
getCount()
Deprecated.Gets the count.List<ECLSourceFileWrapper>
getECLSourceFiles()
Deprecated.Gets the ECL source files.String
getFileCluster()
Deprecated.Gets the file cluster.Boolean
getIsSuperFile()
Deprecated.Gets the checks if is super file.String
getName()
Deprecated.Gets the name.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLSourceFile
getRaw()
Deprecated.Gets the raw.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLSourceFile
getRawLatestVersion()
Deprecated.Gets the latest version.Integer
getSubs()
Deprecated.Gets the subs.void
setCount(Integer count)
Deprecated.Sets the count.void
setECLSourceFiles(List<ECLSourceFileWrapper> eCLSourceFiles)
Deprecated.Sets the ECL source files.void
setECLSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArrayOfECLSourceFile sourceFiles)
Deprecated.Sets the ECL source files.void
setECLSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ArrayOfECLSourceFile eclSourceFiles2)
Deprecated.Sets the ECL source files.void
setECLSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ArrayOfECLSourceFile sourceFiles)
Deprecated.Sets the ECL source files.void
setECLSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ArrayOfECLSourceFile sourceFiles)
Deprecated.Sets the ECL source files.void
setFileCluster(String fileCluster)
Deprecated.Sets the file cluster.void
setIsSuperFile(Boolean isSuperFile)
Deprecated.Sets the checks if is super file.void
setName(String name)
Deprecated.Sets the name.void
setSubs(Integer subs)
Deprecated.Sets the subs.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
ECLSourceFileWrapper
public ECLSourceFileWrapper()
Deprecated.Instantiates a new ECL source file wrapper.
-
ECLSourceFileWrapper
public ECLSourceFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLSourceFile raw)
Deprecated.Instantiates a new ECL source file wrapper.- Parameters:
raw
- the raw
-
ECLSourceFileWrapper
public ECLSourceFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLSourceFile raw)
Deprecated.Instantiates a new ECL source file wrapper.- Parameters:
raw
- the raw
-
ECLSourceFileWrapper
public ECLSourceFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLSourceFile raw)
Deprecated.Instantiates a new ECL source file wrapper.- Parameters:
raw
- the raw
-
ECLSourceFileWrapper
public ECLSourceFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLSourceFile raw)
Deprecated.Instantiates a new ECL source file wrapper.- Parameters:
raw
- the raw
-
ECLSourceFileWrapper
public ECLSourceFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLSourceFile raw)
Deprecated.Instantiates a new ECL source file wrapper.- Parameters:
raw
- the raw
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLSourceFile getRaw()
Deprecated.Gets the raw.- Returns:
- the raw
-
getRawLatestVersion
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLSourceFile getRawLatestVersion()
Deprecated.Gets the latest version.- Returns:
- the latest version
-
getFileCluster
public String getFileCluster()
Deprecated.Gets the file cluster.- Returns:
- the fileCluster
-
setFileCluster
public void setFileCluster(String fileCluster)
Deprecated.Sets the file cluster.- Parameters:
fileCluster
- the fileCluster to set
-
getName
public String getName()
Deprecated.Gets the name.- Returns:
- the name
-
setName
public void setName(String name)
Deprecated.Sets the name.- Parameters:
name
- the name to set
-
getIsSuperFile
public Boolean getIsSuperFile()
Deprecated.Gets the checks if is super file.- Returns:
- the isSuperFile
-
setIsSuperFile
public void setIsSuperFile(Boolean isSuperFile)
Deprecated.Sets the checks if is super file.- Parameters:
isSuperFile
- the isSuperFile to set
-
getSubs
public Integer getSubs()
Deprecated.Gets the subs.- Returns:
- the subs
-
setSubs
public void setSubs(Integer subs)
Deprecated.Sets the subs.- Parameters:
subs
- the subs to set
-
getCount
public Integer getCount()
Deprecated.Gets the count.- Returns:
- the count
-
setCount
public void setCount(Integer count)
Deprecated.Sets the count.- Parameters:
count
- the count to set
-
getECLSourceFiles
public List<ECLSourceFileWrapper> getECLSourceFiles()
Deprecated.Gets the ECL source files.- Returns:
- the eCLSourceFiles
-
setECLSourceFiles
public void setECLSourceFiles(List<ECLSourceFileWrapper> eCLSourceFiles)
Deprecated.Sets the ECL source files.- Parameters:
eCLSourceFiles
- the eCLSourceFiles to set
-
setECLSourceFiles
public void setECLSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArrayOfECLSourceFile sourceFiles)
Deprecated.Sets the ECL source files.- Parameters:
sourceFiles
- the new ECL source files
-
setECLSourceFiles
public void setECLSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ArrayOfECLSourceFile eclSourceFiles2)
Deprecated.Sets the ECL source files.- Parameters:
eclSourceFiles2
- the new ECL source files
-
setECLSourceFiles
public void setECLSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ArrayOfECLSourceFile sourceFiles)
Deprecated.Sets the ECL source files.- Parameters:
sourceFiles
- the new ECL source files
-
setECLSourceFiles
public void setECLSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ArrayOfECLSourceFile sourceFiles)
Deprecated.Sets the ECL source files.- Parameters:
sourceFiles
- the new ECL source files
-
-