Class GetAttributesWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.GetAttributesWrapper
-
public class GetAttributesWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: GetAttributesWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.GetAttributes Output package : org.hpccsystems.ws.client.wrappers.gen.wsattributes TimeStamp: 2019-09-06T14:44:27.941Z
-
-
Field Summary
Fields Modifier and Type Field Description protected String
local_label
protected String
local_moduleName
protected List<String>
local_typeList
-
Constructor Summary
Constructors Constructor Description GetAttributesWrapper()
Instantiates a new gets the attributes wrapper.GetAttributesWrapper(String _moduleName, List<String> _typeList, String _label)
Instantiates a new gets the attributes wrapper.GetAttributesWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.GetAttributes getattributes)
Instantiates a new gets the attributes wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
Gets the label.String
getModuleName()
Gets the module name.org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.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()
-
-
-
Constructor Detail
-
GetAttributesWrapper
public GetAttributesWrapper()
Instantiates a new gets the attributes wrapper.
-
GetAttributesWrapper
public GetAttributesWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.GetAttributes getattributes)
Instantiates a new gets the attributes wrapper.- Parameters:
getattributes
- the getattributes
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.GetAttributes getRaw()
Gets the raw.- Returns:
- the raw
-
setModuleName
public void setModuleName(String _moduleName)
Sets the module name.- Parameters:
_moduleName
- the new module name
-
getModuleName
public String getModuleName()
Gets the module name.- Returns:
- the module name
-
setTypeList
public void setTypeList(List<String> _typeList)
Sets the type list.- Parameters:
_typeList
- the new type list
-
setLabel
public void setLabel(String _label)
Sets the label.- Parameters:
_label
- the new label
-
getLabel
public String getLabel()
Gets the label.- Returns:
- the label
-
-