public class MAPExtensibleSystemFailureParam extends AbstractFieldsObject
ExtensibleSystemFailureParam ::= SEQUENCE { networkResource NetworkResource OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... additionalNetworkResource AdditionalNetworkResource OPTIONAL, -- Added in release 6. failureCauseParam FailureCauseParam OPTIONAL -- Added in release 7. }Added in R96.
Used as field type by MAPSystemFailureParam
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPExtensibleSystemFailureParam()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPExtensibleSystemFailureParam |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPExtensibleSystemFailureParam |
copyOf(MAPExtensibleSystemFailureParam from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
MAPAdditionalNetworkResource |
getAdditionalNetworkResource()
Gets the value of the field additionalNetworkResource.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
MAPFailureCauseParam |
getFailureCauseParam()
Gets the value of the field failureCauseParam.
|
static FieldAccessor[] |
getFieldAccessors()
Gets a new array of the accessors for fields of this type.
|
Map<String,Object> |
getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value.
|
MAPNetworkResource |
getNetworkResource()
Gets the value of the field networkResource.
|
boolean |
hasAdditionalNetworkResource()
Tests whether the field additionalNetworkResource has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasFailureCauseParam()
Tests whether the field failureCauseParam has a value.
|
boolean |
hasNetworkResource()
Tests whether the field networkResource has a value.
|
MAPExtensibleSystemFailureParam |
setAdditionalNetworkResource(MAPAdditionalNetworkResource value)
Sets the value of the field additionalNetworkResource.
|
MAPExtensibleSystemFailureParam |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPExtensibleSystemFailureParam |
setFailureCauseParam(MAPFailureCauseParam value)
Sets the value of the field failureCauseParam.
|
MAPExtensibleSystemFailureParam |
setNetworkResource(MAPNetworkResource value)
Sets the value of the field networkResource.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPExtensibleSystemFailureParam()
public MAPExtensibleSystemFailureParam clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPExtensibleSystemFailureParam copyOf(MAPExtensibleSystemFailureParam from)
from
- the object from which to copypublic MAPAdditionalNetworkResource getAdditionalNetworkResource()
public MAPExtensionContainer getExtensionContainer()
public MAPFailureCauseParam getFailureCauseParam()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic MAPNetworkResource getNetworkResource()
public boolean hasAdditionalNetworkResource()
public boolean hasExtensionContainer()
public boolean hasFailureCauseParam()
public boolean hasNetworkResource()
public MAPExtensibleSystemFailureParam setAdditionalNetworkResource(MAPAdditionalNetworkResource value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPExtensibleSystemFailureParam setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPExtensibleSystemFailureParam setFailureCauseParam(MAPFailureCauseParam value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPExtensibleSystemFailureParam setNetworkResource(MAPNetworkResource value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject