public class GetAttributesWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_label |
protected String |
local_moduleName |
protected List<String> |
local_typeList |
| Constructor and Description |
|---|
GetAttributesWrapper()
Instantiates a new gets the attributes wrapper.
|
GetAttributesWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.GetAttributes getattributes)
Instantiates a new gets the attributes wrapper.
|
GetAttributesWrapper(String _moduleName,
List<String> _typeList,
String _label)
Instantiates a new gets the attributes wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the label.
|
String |
getModuleName()
Gets the module name.
|
org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.GetAttributes |
getRaw()
Gets the raw.
|
List<String> |
getTypeList()
Gets the type list.
|
void |
setLabel(String _label)
Sets the label.
|
void |
setModuleName(String _moduleName)
Sets the module name.
|
void |
setTypeList(List<String> _typeList)
Sets the type list.
|
String |
toString() |
protected String local_moduleName
protected String local_label
public GetAttributesWrapper()
public GetAttributesWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.GetAttributes getattributes)
getattributes - the getattributespublic org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.GetAttributes getRaw()
public void setModuleName(String _moduleName)
_moduleName - the new module namepublic String getModuleName()
public void setTypeList(List<String> _typeList)
_typeList - the new type listpublic void setLabel(String _label)
_label - the new labelpublic String getLabel()
Copyright © 2021. All rights reserved.