Class MAPTraceInterfaceList
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPTraceInterfaceList
-
- All Implemented Interfaces:
DataObject,Serializable
public class MAPTraceInterfaceList extends AbstractFieldsObject
API for MAP-OM-DataTypes.TraceInterfaceList. Generated from the following ASN.1 type definition.TraceInterfaceList ::= SEQUENCE { msc-s-List MSC-S-InterfaceList OPTIONAL, mgw-List MGW-InterfaceList OPTIONAL, sgsn-List SGSN-InterfaceList OPTIONAL, ggsn-List GGSN-InterfaceList OPTIONAL, rnc-List RNC-InterfaceList OPTIONAL, bmsc-List BMSC-InterfaceList OPTIONAL, ... mme-List MME-InterfaceList OPTIONAL, -- Added in release 8. sgw-List SGW-InterfaceList OPTIONAL, -- Added in release 8. pgw-List PGW-InterfaceList OPTIONAL, -- Added in release 8. eNB-List ENB-InterfaceList OPTIONAL -- Added in release 8. }Added in release 6.Used as field type by
MAPActivateTraceModeArg.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPTraceInterfaceList()Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPTraceInterfaceListclone()Constructs a copy of this object and everything reachable from it.static MAPTraceInterfaceListcopyOf(MAPTraceInterfaceList 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.MAPBMSC_InterfaceListgetBmsc_List()Gets the value of the field bmsc-List.MAPENB_InterfaceListgetENB_List()Gets the value of the field eNB-List.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.MAPGGSN_InterfaceListgetGgsn_List()Gets the value of the field ggsn-List.MAPMGW_InterfaceListgetMgw_List()Gets the value of the field mgw-List.MAPMME_InterfaceListgetMme_List()Gets the value of the field mme-List.MAPMSC_S_InterfaceListgetMsc_s_List()Gets the value of the field msc-s-List.MAPPGW_InterfaceListgetPgw_List()Gets the value of the field pgw-List.MAPRNC_InterfaceListgetRnc_List()Gets the value of the field rnc-List.MAPSGSN_InterfaceListgetSgsn_List()Gets the value of the field sgsn-List.MAPSGW_InterfaceListgetSgw_List()Gets the value of the field sgw-List.booleanhasBmsc_List()Tests whether the field bmsc-List has a value.booleanhasENB_List()Tests whether the field eNB-List has a value.booleanhasGgsn_List()Tests whether the field ggsn-List has a value.booleanhasMgw_List()Tests whether the field mgw-List has a value.booleanhasMme_List()Tests whether the field mme-List has a value.booleanhasMsc_s_List()Tests whether the field msc-s-List has a value.booleanhasPgw_List()Tests whether the field pgw-List has a value.booleanhasRnc_List()Tests whether the field rnc-List has a value.booleanhasSgsn_List()Tests whether the field sgsn-List has a value.booleanhasSgw_List()Tests whether the field sgw-List has a value.MAPTraceInterfaceListsetBmsc_List(MAPBMSC_InterfaceList value)Sets the value of the field bmsc-List.MAPTraceInterfaceListsetENB_List(MAPENB_InterfaceList value)Sets the value of the field eNB-List.MAPTraceInterfaceListsetGgsn_List(MAPGGSN_InterfaceList value)Sets the value of the field ggsn-List.MAPTraceInterfaceListsetMgw_List(MAPMGW_InterfaceList value)Sets the value of the field mgw-List.MAPTraceInterfaceListsetMme_List(MAPMME_InterfaceList value)Sets the value of the field mme-List.MAPTraceInterfaceListsetMsc_s_List(MAPMSC_S_InterfaceList value)Sets the value of the field msc-s-List.MAPTraceInterfaceListsetPgw_List(MAPPGW_InterfaceList value)Sets the value of the field pgw-List.voidsetReadOnly()Sets this and all its fields to be immutable.MAPTraceInterfaceListsetRnc_List(MAPRNC_InterfaceList value)Sets the value of the field rnc-List.MAPTraceInterfaceListsetSgsn_List(MAPSGSN_InterfaceList value)Sets the value of the field sgsn-List.MAPTraceInterfaceListsetSgw_List(MAPSGW_InterfaceList value)Sets the value of the field sgw-List.-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly
-
-
-
-
Method Detail
-
clone
public MAPTraceInterfaceList clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clonein interfaceDataObject- Specified by:
clonein classAbstractDataObject- Returns:
- copy of object
-
copyOf
public static MAPTraceInterfaceList copyOf(MAPTraceInterfaceList 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.- Parameters:
from- the object from which to copy- Returns:
- MAPTraceInterfaceList
-
getBmsc_List
public MAPBMSC_InterfaceList getBmsc_List()
Gets the value of the field bmsc-List.- Returns:
- value of field bmsc-List, or null if not present
-
getENB_List
public MAPENB_InterfaceList getENB_List()
Gets the value of the field eNB-List.- Returns:
- value of field eNB-List, or null if not present
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.- Specified by:
getFieldsMapin classAbstractFieldsObject- Parameters:
withAbsents- whether to put absent optional fields into Map- Returns:
- Map from field-name to field-value
-
getGgsn_List
public MAPGGSN_InterfaceList getGgsn_List()
Gets the value of the field ggsn-List.- Returns:
- value of field ggsn-List, or null if not present
-
getMgw_List
public MAPMGW_InterfaceList getMgw_List()
Gets the value of the field mgw-List.- Returns:
- value of field mgw-List, or null if not present
-
getMme_List
public MAPMME_InterfaceList getMme_List()
Gets the value of the field mme-List.- Returns:
- value of field mme-List, or null if not present
-
getMsc_s_List
public MAPMSC_S_InterfaceList getMsc_s_List()
Gets the value of the field msc-s-List.- Returns:
- value of field msc-s-List, or null if not present
-
getPgw_List
public MAPPGW_InterfaceList getPgw_List()
Gets the value of the field pgw-List.- Returns:
- value of field pgw-List, or null if not present
-
getRnc_List
public MAPRNC_InterfaceList getRnc_List()
Gets the value of the field rnc-List.- Returns:
- value of field rnc-List, or null if not present
-
getSgsn_List
public MAPSGSN_InterfaceList getSgsn_List()
Gets the value of the field sgsn-List.- Returns:
- value of field sgsn-List, or null if not present
-
getSgw_List
public MAPSGW_InterfaceList getSgw_List()
Gets the value of the field sgw-List.- Returns:
- value of field sgw-List, or null if not present
-
hasBmsc_List
public boolean hasBmsc_List()
Tests whether the field bmsc-List has a value.- Returns:
- whether the field bmsc-List has a value
-
hasENB_List
public boolean hasENB_List()
Tests whether the field eNB-List has a value.- Returns:
- whether the field eNB-List has a value
-
hasGgsn_List
public boolean hasGgsn_List()
Tests whether the field ggsn-List has a value.- Returns:
- whether the field ggsn-List has a value
-
hasMgw_List
public boolean hasMgw_List()
Tests whether the field mgw-List has a value.- Returns:
- whether the field mgw-List has a value
-
hasMme_List
public boolean hasMme_List()
Tests whether the field mme-List has a value.- Returns:
- whether the field mme-List has a value
-
hasMsc_s_List
public boolean hasMsc_s_List()
Tests whether the field msc-s-List has a value.- Returns:
- whether the field msc-s-List has a value
-
hasPgw_List
public boolean hasPgw_List()
Tests whether the field pgw-List has a value.- Returns:
- whether the field pgw-List has a value
-
hasRnc_List
public boolean hasRnc_List()
Tests whether the field rnc-List has a value.- Returns:
- whether the field rnc-List has a value
-
hasSgsn_List
public boolean hasSgsn_List()
Tests whether the field sgsn-List has a value.- Returns:
- whether the field sgsn-List has a value
-
hasSgw_List
public boolean hasSgw_List()
Tests whether the field sgw-List has a value.- Returns:
- whether the field sgw-List has a value
-
setBmsc_List
public MAPTraceInterfaceList setBmsc_List(MAPBMSC_InterfaceList value) throws IllegalStateException
Sets the value of the field bmsc-List. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setENB_List
public MAPTraceInterfaceList setENB_List(MAPENB_InterfaceList value) throws IllegalStateException
Sets the value of the field eNB-List. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setGgsn_List
public MAPTraceInterfaceList setGgsn_List(MAPGGSN_InterfaceList value) throws IllegalStateException
Sets the value of the field ggsn-List. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setMgw_List
public MAPTraceInterfaceList setMgw_List(MAPMGW_InterfaceList value) throws IllegalStateException
Sets the value of the field mgw-List. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setMme_List
public MAPTraceInterfaceList setMme_List(MAPMME_InterfaceList value) throws IllegalStateException
Sets the value of the field mme-List. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setMsc_s_List
public MAPTraceInterfaceList setMsc_s_List(MAPMSC_S_InterfaceList value) throws IllegalStateException
Sets the value of the field msc-s-List. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setPgw_List
public MAPTraceInterfaceList setPgw_List(MAPPGW_InterfaceList value) throws IllegalStateException
Sets the value of the field pgw-List. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnlyin interfaceDataObject- Overrides:
setReadOnlyin classAbstractDataObject
-
setRnc_List
public MAPTraceInterfaceList setRnc_List(MAPRNC_InterfaceList value) throws IllegalStateException
Sets the value of the field rnc-List. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setSgsn_List
public MAPTraceInterfaceList setSgsn_List(MAPSGSN_InterfaceList value) throws IllegalStateException
Sets the value of the field sgsn-List. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setSgw_List
public MAPTraceInterfaceList setSgw_List(MAPSGW_InterfaceList value) throws IllegalStateException
Sets the value of the field sgw-List. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
-