Class NamedValueWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.NamedValueWrapper
-
@Deprecated public class NamedValueWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description NamedValueWrapper()Deprecated.Instantiates a new named value wrapper.NamedValueWrapper(String name, String value)Deprecated.Instantiates a new named value wrapper.NamedValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.NamedValue raw)Deprecated.Instantiates a new named 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.NamedValuegetRaw()Deprecated.Gets the raw.StringgetValue()Deprecated.Gets the value.voidsetName(String name)Deprecated.Sets the name.voidsetValue(String value)Deprecated.Sets the value.
-
-
-
Constructor Detail
-
NamedValueWrapper
public NamedValueWrapper()
Deprecated.Instantiates a new named value wrapper.
-
NamedValueWrapper
public NamedValueWrapper(String name, String value)
Deprecated.Instantiates a new named value wrapper.- Parameters:
name- the namevalue- the value
-
NamedValueWrapper
public NamedValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.NamedValue raw)
Deprecated.Instantiates a new named value wrapper.- Parameters:
raw- the raw
-
-
Method Detail
-
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
-
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
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.NamedValue getRaw()
Deprecated.Gets the raw.- Returns:
- the raw
-
-