Class GetAttributesResponseWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.GetAttributesResponseWrapper
-
public class GetAttributesResponseWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: GetAttributesResponseWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.GetAttributesResponse Output package : org.hpccsystems.ws.client.wrappers.gen.wsattributes TimeStamp: 2019-09-06T14:44:27.943Z
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfEspExceptionWrapper
local_exceptions
protected ArrayOfECLAttributeWrapper
local_outAttributes
-
Constructor Summary
Constructors Constructor Description GetAttributesResponseWrapper()
Instantiates a new gets the attributes response wrapper.GetAttributesResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.GetAttributesResponse getattributesresponse)
Instantiates a new gets the attributes response wrapper.GetAttributesResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, ArrayOfECLAttributeWrapper _outAttributes)
Instantiates a new gets the attributes response wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfEspExceptionWrapper
getExceptions()
Gets the exceptions.ArrayOfECLAttributeWrapper
getOutAttributes()
Gets the out attributes.org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.GetAttributesResponse
getRaw()
Gets the raw.void
setExceptions(ArrayOfEspExceptionWrapper _exceptions)
Sets the exceptions.void
setOutAttributes(ArrayOfECLAttributeWrapper _outAttributes)
Sets the out attributes.String
toString()
-
-
-
Field Detail
-
local_exceptions
protected ArrayOfEspExceptionWrapper local_exceptions
-
local_outAttributes
protected ArrayOfECLAttributeWrapper local_outAttributes
-
-
Constructor Detail
-
GetAttributesResponseWrapper
public GetAttributesResponseWrapper()
Instantiates a new gets the attributes response wrapper.
-
GetAttributesResponseWrapper
public GetAttributesResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.GetAttributesResponse getattributesresponse)
Instantiates a new gets the attributes response wrapper.- Parameters:
getattributesresponse
- the getattributesresponse
-
GetAttributesResponseWrapper
public GetAttributesResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, ArrayOfECLAttributeWrapper _outAttributes)
Instantiates a new gets the attributes response wrapper.- Parameters:
_exceptions
- the exceptions_outAttributes
- the out attributes
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.GetAttributesResponse getRaw()
Gets the raw.- Returns:
- the raw
-
setExceptions
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
Sets the exceptions.- Parameters:
_exceptions
- the new exceptions
-
getExceptions
public ArrayOfEspExceptionWrapper getExceptions()
Gets the exceptions.- Returns:
- the exceptions
-
setOutAttributes
public void setOutAttributes(ArrayOfECLAttributeWrapper _outAttributes)
Sets the out attributes.- Parameters:
_outAttributes
- the new out attributes
-
getOutAttributes
public ArrayOfECLAttributeWrapper getOutAttributes()
Gets the out attributes.- Returns:
- the out attributes
-
-