public class CancelRequest extends DynamicStructure implements ServiceRequest<CancelResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
CancelRequest.Builder |
static class |
CancelRequest.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
CancelRequest() |
|
CancelRequest(RequestHeader f_requestHeader,
UnsignedInteger f_requestHandle) |
protected |
CancelRequest(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static CancelRequest.Builder |
builder() |
CancelRequest |
clone()
Clones the Structure.
|
UnsignedInteger |
getRequestHandle() |
RequestHeader |
getRequestHeader()
Get the
RequestHeader of this ServiceRequest. |
void |
setRequestHandle(UnsignedInteger value) |
void |
setRequestHeader(RequestHeader value)
Sets the
RequestHeader for this ServiceRequest. |
CancelRequest.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, forEachField, forEachField, get, get, reduceFields, reduceFields, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public CancelRequest()
protected CancelRequest(UaDataTypeSpecification specification)
public CancelRequest(RequestHeader f_requestHeader, UnsignedInteger f_requestHandle)
public RequestHeader getRequestHeader()
ServiceRequestRequestHeader of this ServiceRequest.getRequestHeader in interface ServiceRequest<CancelResponse>public void setRequestHeader(RequestHeader value)
ServiceRequestRequestHeader for this ServiceRequest.setRequestHeader in interface ServiceRequest<CancelResponse>public UnsignedInteger getRequestHandle()
public void setRequestHandle(UnsignedInteger value)
public CancelRequest clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static CancelRequest.Builder builder()
public CancelRequest.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.