Class ApplicationValueWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.ApplicationValueWrapper
-
@Deprecated public class ApplicationValueWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ApplicationValueWrapper()Deprecated.Instantiates a new application value wrapper.ApplicationValueWrapper(String app, String name, String value)Deprecated.Instantiates a new application value wrapper.ApplicationValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ApplicationValue raw)Deprecated.Instantiates a new application value wrapper.ApplicationValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ApplicationValue raw)Deprecated.Instantiates a new application value wrapper.ApplicationValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ApplicationValue raw)Deprecated.Instantiates a new application value wrapper.ApplicationValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ApplicationValue raw)Deprecated.Instantiates a new application value wrapper.ApplicationValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ApplicationValue raw)Deprecated.Instantiates a new application value wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetApplication()Deprecated.Gets the application.StringgetName()Deprecated.Gets the name.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ApplicationValuegetRawLatestVersion()Deprecated.Gets the raw version 1 81.org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ApplicationValuegetRawVersion1_58()Deprecated.Gets the raw version 1 58.org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ApplicationValuegetRawVersion1_62()Deprecated.Gets the raw version 1 62.org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ApplicationValuegetRawVersion1_69()Deprecated.Gets the raw version 1 69.StringgetValue()Deprecated.Gets the value.voidsetApplication(String application)Deprecated.Sets the application.voidsetName(String name)Deprecated.Sets the name.voidsetValue(String value)Deprecated.Sets the value.
-
-
-
Constructor Detail
-
ApplicationValueWrapper
public ApplicationValueWrapper()
Deprecated.Instantiates a new application value wrapper.
-
ApplicationValueWrapper
public ApplicationValueWrapper(String app, String name, String value)
Deprecated.Instantiates a new application value wrapper.- Parameters:
app- the appname- the namevalue- the value
-
ApplicationValueWrapper
public ApplicationValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ApplicationValue raw)
Deprecated.Instantiates a new application value wrapper.- Parameters:
raw- the raw
-
ApplicationValueWrapper
public ApplicationValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ApplicationValue raw)
Deprecated.Instantiates a new application value wrapper.- Parameters:
raw- the raw
-
ApplicationValueWrapper
public ApplicationValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ApplicationValue raw)
Deprecated.Instantiates a new application value wrapper.- Parameters:
raw- the raw
-
ApplicationValueWrapper
public ApplicationValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ApplicationValue raw)
Deprecated.Instantiates a new application value wrapper.- Parameters:
raw- the raw
-
ApplicationValueWrapper
public ApplicationValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ApplicationValue raw)
Deprecated.Instantiates a new application value wrapper.- Parameters:
raw- the raw
-
-
Method Detail
-
getApplication
public String getApplication()
Deprecated.Gets the application.- Returns:
- the application
-
setApplication
public void setApplication(String application)
Deprecated.Sets the application.- Parameters:
application- the new application
-
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
-
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
-
getRawLatestVersion
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ApplicationValue getRawLatestVersion()
Deprecated.Gets the raw version 1 81.- Returns:
- the raw version 1 81
-
getRawVersion1_69
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ApplicationValue getRawVersion1_69()
Deprecated.Gets the raw version 1 69.- Returns:
- the raw version 1 69
-
getRawVersion1_62
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ApplicationValue getRawVersion1_62()
Deprecated.Gets the raw version 1 62.- Returns:
- the raw version 1 62
-
getRawVersion1_58
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ApplicationValue getRawVersion1_58()
Deprecated.Gets the raw version 1 58.- Returns:
- the raw version 1 58
-
-