Class WUUpdateResponseWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.WUUpdateResponseWrapper
-
@Deprecated public class WUUpdateResponseWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description WUUpdateResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUUpdateResponse resp)
Deprecated.Instantiates a new WU update response wrapper.WUUpdateResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.WUUpdateResponse resp)
Deprecated.Instantiates a new WU update response wrapper.WUUpdateResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.WUUpdateResponse resp)
Deprecated.Instantiates a new WU update response wrapper.WUUpdateResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.WUUpdateResponse resp)
Deprecated.Instantiates a new WU update response wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ArrayOfEspExceptionWrapper
getExceptions()
Deprecated.Gets the exceptions.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArrayOfEspException
getRawArrayOfEspExceptions()
Deprecated.Gets the raw array of esp exceptions.WorkunitWrapper
getWorkunitWrapper()
Deprecated.Gets the workunit wrapper.void
setExceptions(ArrayOfEspExceptionWrapper exceptions)
Deprecated.Sets the exceptions.void
setWorkunit(WorkunitWrapper workunit)
Deprecated.Sets the workunit.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
WUUpdateResponseWrapper
public WUUpdateResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.WUUpdateResponse resp)
Deprecated.Instantiates a new WU update response wrapper.- Parameters:
resp
- the resp
-
WUUpdateResponseWrapper
public WUUpdateResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.WUUpdateResponse resp)
Deprecated.Instantiates a new WU update response wrapper.- Parameters:
resp
- the resp
-
WUUpdateResponseWrapper
public WUUpdateResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.WUUpdateResponse resp)
Deprecated.Instantiates a new WU update response wrapper.- Parameters:
resp
- the resp
-
WUUpdateResponseWrapper
public WUUpdateResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUUpdateResponse resp)
Deprecated.Instantiates a new WU update response wrapper.- Parameters:
resp
- the resp
-
-
Method Detail
-
getWorkunitWrapper
public WorkunitWrapper getWorkunitWrapper()
Deprecated.Gets the workunit wrapper.- Returns:
- the workunit
-
setWorkunit
public void setWorkunit(WorkunitWrapper workunit)
Deprecated.Sets the workunit.- Parameters:
workunit
- the workunit to set
-
getExceptions
public ArrayOfEspExceptionWrapper getExceptions()
Deprecated.Gets the exceptions.- Returns:
- the exceptions
-
setExceptions
public void setExceptions(ArrayOfEspExceptionWrapper exceptions)
Deprecated.Sets the exceptions.- Parameters:
exceptions
- the exceptions to set
-
getRawArrayOfEspExceptions
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArrayOfEspException getRawArrayOfEspExceptions()
Deprecated.Gets the raw array of esp exceptions.- Returns:
- the raw array of esp exceptions
-
-