public class MAPReportingPLMNList extends AbstractFieldsObject
ReportingPLMNList ::= SEQUENCE { plmn-ListPrioritized NULL OPTIONAL, plmn-List PLMNList, ... }Added in release 7.
Used as field type by MAPSubscriberLocationReport_Res
.
Used as field type by MAPProvideSubscriberLocation_Arg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPReportingPLMNList()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPReportingPLMNList |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPReportingPLMNList |
copyOf(MAPReportingPLMNList 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.
|
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.
|
MAPReportingPLMN[] |
getPlmn_List()
Gets the value of the field plmn-List.
|
boolean |
hasPlmn_List()
Tests whether the field plmn-List has a value.
|
boolean |
hasPlmn_ListPrioritized()
Tests whether the field plmn-ListPrioritized is present.
|
MAPReportingPLMNList |
setPlmn_List(MAPReportingPLMN[] value)
Sets the value of the field plmn-List.
|
MAPReportingPLMNList |
setPlmn_ListPrioritizedPresent(boolean flag)
Sets the presence or absence of the optional field plmn-ListPrioritized.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPReportingPLMNList()
public MAPReportingPLMNList clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPReportingPLMNList copyOf(MAPReportingPLMNList from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic MAPReportingPLMN[] getPlmn_List()
public boolean hasPlmn_List()
public boolean hasPlmn_ListPrioritized()
public MAPReportingPLMNList setPlmn_List(MAPReportingPLMN[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPReportingPLMNList setPlmn_ListPrioritizedPresent(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