Class DebugValueWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.DebugValueWrapper
-
@Deprecated public class DebugValueWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description DebugValueWrapper()Deprecated.Instantiates a new debug value wrapper.DebugValueWrapper(String name, String value)Deprecated.Instantiates a new debug value wrapper.DebugValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.DebugValue raw)Deprecated.Instantiates a new debug value wrapper.DebugValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.DebugValue raw)Deprecated.Instantiates a new debug value wrapper.DebugValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.DebugValue raw)Deprecated.Instantiates a new debug value wrapper.DebugValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.DebugValue raw)Deprecated.Instantiates a new debug value wrapper.DebugValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.DebugValue raw)Deprecated.Instantiates a new debug value wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated.Gets the name.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.DebugValuegetRaw()Deprecated.Gets the latest version.org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.DebugValuegetRawVersion1_58()Deprecated.Gets the raw version 1 58.org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.DebugValuegetRawVersion1_62()Deprecated.Gets the raw version 1 62.org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.DebugValuegetRawVersion1_69()Deprecated.Gets the raw version 1 69.StringgetValue()Deprecated.Gets the value.voidsetName(String name)Deprecated.Sets the name.voidsetValue(String value)Deprecated.Sets the value.
-
-
-
Constructor Detail
-
DebugValueWrapper
public DebugValueWrapper()
Deprecated.Instantiates a new debug value wrapper.
-
DebugValueWrapper
public DebugValueWrapper(String name, String value)
Deprecated.Instantiates a new debug value wrapper.- Parameters:
name- the namevalue- the value
-
DebugValueWrapper
public DebugValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.DebugValue raw)
Deprecated.Instantiates a new debug value wrapper.- Parameters:
raw- the raw
-
DebugValueWrapper
public DebugValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.DebugValue raw)
Deprecated.Instantiates a new debug value wrapper.- Parameters:
raw- the raw
-
DebugValueWrapper
public DebugValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.DebugValue raw)
Deprecated.Instantiates a new debug value wrapper.- Parameters:
raw- the raw
-
DebugValueWrapper
public DebugValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.DebugValue raw)
Deprecated.Instantiates a new debug value wrapper.- Parameters:
raw- the raw
-
DebugValueWrapper
public DebugValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.DebugValue raw)
Deprecated.Instantiates a new debug value wrapper.- Parameters:
raw- the raw
-
-
Method Detail
-
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
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.DebugValue getRaw()
Deprecated.Gets the latest version.- Returns:
- the latest version
-
getRawVersion1_69
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.DebugValue 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.DebugValue 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.DebugValue getRawVersion1_58()
Deprecated.Gets the raw version 1 58.- Returns:
- the raw version 1 58
-
-