public class MAPCamelInfo extends AbstractFieldsObject
CamelInfo ::= SEQUENCE { supportedCamelPhases SupportedCamelPhases, suppress-T-CSI NULL OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... offeredCamel4CSIs OfferedCamel4CSIs OPTIONAL -- Added in release 5. }Added in R96.
Used as field type by MAPSendRoutingInfoArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPCamelInfo()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPCamelInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCamelInfo |
copyOf(MAPCamelInfo 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.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
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.
|
MAPOfferedCamel4CSIs |
getOfferedCamel4CSIs()
Gets the value of the field offeredCamel4CSIs.
|
MAPSupportedCamelPhases |
getSupportedCamelPhases()
Gets the value of the field supportedCamelPhases.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasOfferedCamel4CSIs()
Tests whether the field offeredCamel4CSIs has a value.
|
boolean |
hasSupportedCamelPhases()
Tests whether the field supportedCamelPhases has a value.
|
boolean |
hasSuppress_T_CSI()
Tests whether the field suppress-T-CSI is present.
|
MAPCamelInfo |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPCamelInfo |
setOfferedCamel4CSIs(MAPOfferedCamel4CSIs value)
Sets the value of the field offeredCamel4CSIs.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPCamelInfo |
setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases.
|
MAPCamelInfo |
setSuppress_T_CSIPresent(boolean flag)
Sets the presence or absence of the optional field suppress-T-CSI.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPCamelInfo()
public MAPCamelInfo clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPCamelInfo copyOf(MAPCamelInfo from)
from
- the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic MAPOfferedCamel4CSIs getOfferedCamel4CSIs()
public MAPSupportedCamelPhases getSupportedCamelPhases()
public boolean hasExtensionContainer()
public boolean hasOfferedCamel4CSIs()
public boolean hasSupportedCamelPhases()
public boolean hasSuppress_T_CSI()
public MAPCamelInfo setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCamelInfo setOfferedCamel4CSIs(MAPOfferedCamel4CSIs 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
public MAPCamelInfo setSupportedCamelPhases(MAPSupportedCamelPhases value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCamelInfo setSuppress_T_CSIPresent(boolean flag) throws IllegalStateException
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-only