public class ServiceFault extends DynamicStructure implements ServiceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceFault.Builder |
static class |
ServiceFault.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ServiceFault() |
|
ServiceFault(ResponseHeader f_responseHeader) |
protected |
ServiceFault(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceFault.Builder |
builder() |
ServiceFault |
clone()
Clones the Structure.
|
ResponseHeader |
getResponseHeader()
Returns the
ResponseHeader of this ServiceResponse. |
void |
setResponseHeader(ResponseHeader value)
Sets the
ResponseHeader of this ServiceResponse. |
ServiceFault.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 ServiceFault()
protected ServiceFault(UaDataTypeSpecification specification)
public ServiceFault(ResponseHeader f_responseHeader)
public ResponseHeader getResponseHeader()
ServiceResponseResponseHeader of this ServiceResponse.getResponseHeader in interface ServiceResponsepublic void setResponseHeader(ResponseHeader value)
ServiceResponseResponseHeader of this ServiceResponse.setResponseHeader in interface ServiceResponsepublic ServiceFault clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static ServiceFault.Builder builder()
public ServiceFault.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.