public class NamedValueWrapper extends Object
| Constructor and Description |
|---|
NamedValueWrapper()
Instantiates a new named value wrapper.
|
NamedValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.NamedValue raw)
Instantiates a new named value wrapper.
|
NamedValueWrapper(String name,
String value)
Instantiates a new named value wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.NamedValue |
get1_81()
Gets the 1 79.
|
String |
getName()
Gets the name.
|
org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.NamedValue |
getRaw()
Gets the raw.
|
String |
getValue()
Gets the value.
|
void |
setName(String name)
Sets the name.
|
void |
setValue(String value)
Sets the value.
|
public NamedValueWrapper()
public NamedValueWrapper(String name, String value)
name - the namevalue - the valuepublic NamedValueWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.NamedValue raw)
raw - the rawpublic String getValue()
public void setValue(String value)
value - the new valuepublic String getName()
public void setName(String name)
name - the new namepublic org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.NamedValue getRaw()
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.NamedValue get1_81()
Copyright © 2021. All rights reserved.