public class MAPExtensibleCallBarredParam extends AbstractFieldsObject
ExtensibleCallBarredParam ::=
SEQUENCE {
callBarringCause CallBarringCause OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...
unauthorisedMessageOriginator NULL OPTIONAL -- Added in R97.
}
Added in R96.
Used as field type by MAPCallBarredParam.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPExtensibleCallBarredParam()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPExtensibleCallBarredParam |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPExtensibleCallBarredParam |
copyOf(MAPExtensibleCallBarredParam 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.
|
MAPCallBarringCause |
getCallBarringCause()
Gets the value of the field callBarringCause.
|
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.
|
boolean |
hasCallBarringCause()
Tests whether the field callBarringCause has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasUnauthorisedMessageOriginator()
Tests whether the field unauthorisedMessageOriginator is present.
|
MAPExtensibleCallBarredParam |
setCallBarringCause(MAPCallBarringCause value)
Sets the value of the field callBarringCause.
|
MAPExtensibleCallBarredParam |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPExtensibleCallBarredParam |
setUnauthorisedMessageOriginatorPresent(boolean flag)
Sets the presence or absence of the optional field unauthorisedMessageOriginator.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPExtensibleCallBarredParam()
public MAPExtensibleCallBarredParam clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPExtensibleCallBarredParam copyOf(MAPExtensibleCallBarredParam from)
from - the object from which to copypublic MAPCallBarringCause getCallBarringCause()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic boolean hasCallBarringCause()
public boolean hasExtensionContainer()
public boolean hasUnauthorisedMessageOriginator()
public MAPExtensibleCallBarredParam setCallBarringCause(MAPCallBarringCause value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPExtensibleCallBarredParam setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic MAPExtensibleCallBarredParam setUnauthorisedMessageOriginatorPresent(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