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 String
getApplication()
Deprecated.Gets the application.String
getName()
Deprecated.Gets the name.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ApplicationValue
getRawLatestVersion()
Deprecated.Gets the raw version 1 81.org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ApplicationValue
getRawVersion1_58()
Deprecated.Gets the raw version 1 58.org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ApplicationValue
getRawVersion1_62()
Deprecated.Gets the raw version 1 62.org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ApplicationValue
getRawVersion1_69()
Deprecated.Gets the raw version 1 69.String
getValue()
Deprecated.Gets the value.void
setApplication(String application)
Deprecated.Sets the application.void
setName(String name)
Deprecated.Sets the name.void
setValue(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
-
-