public class GetAttributesResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected ArrayOfECLAttributeWrapper |
local_outAttributes |
| Constructor and Description |
|---|
GetAttributesResponseWrapper()
Instantiates a new gets the attributes response wrapper.
|
GetAttributesResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
ArrayOfECLAttributeWrapper _outAttributes)
Instantiates a new gets the attributes response wrapper.
|
GetAttributesResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.GetAttributesResponse getattributesresponse)
Instantiates a new gets the attributes response wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayOfEspExceptionWrapper |
getExceptions()
Gets the exceptions.
|
ArrayOfECLAttributeWrapper |
getOutAttributes()
Gets the out attributes.
|
org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.GetAttributesResponse |
getRaw()
Gets the raw.
|
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions)
Sets the exceptions.
|
void |
setOutAttributes(ArrayOfECLAttributeWrapper _outAttributes)
Sets the out attributes.
|
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected ArrayOfECLAttributeWrapper local_outAttributes
public GetAttributesResponseWrapper()
public GetAttributesResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.GetAttributesResponse getattributesresponse)
getattributesresponse - the getattributesresponsepublic GetAttributesResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, ArrayOfECLAttributeWrapper _outAttributes)
_exceptions - the exceptions_outAttributes - the out attributespublic org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.GetAttributesResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
_exceptions - the new exceptionspublic ArrayOfEspExceptionWrapper getExceptions()
public void setOutAttributes(ArrayOfECLAttributeWrapper _outAttributes)
_outAttributes - the new out attributespublic ArrayOfECLAttributeWrapper getOutAttributes()
Copyright © 2021. All rights reserved.