public class MAPCUG_Subscription extends AbstractFieldsObject
CUG-Subscription ::= SEQUENCE { cug-Index CUG-Index, cug-Interlock CUG-Interlock, intraCUG-Options IntraCUG-Options, basicServiceGroupList Ext-BasicServiceGroupList OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, -- Added in R96. ... }Added in ph2. Moved from MAP-SS-DataTypes between ph2 and R96.
Used in array as field type by MAPCUG_Info
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPCUG_Subscription()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPCUG_Subscription |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCUG_Subscription |
copyOf(MAPCUG_Subscription 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.
|
MAPExt_BasicServiceCode[] |
getBasicServiceGroupList()
Gets the value of the field basicServiceGroupList.
|
int |
getCug_Index()
Gets the value of the field cug-Index.
|
CUGInterLockCode |
getCug_Interlock()
Gets the value of the field cug-Interlock.
|
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.
|
MAPIntraCUG_Options |
getIntraCUG_Options()
Gets the value of the field intraCUG-Options.
|
boolean |
hasBasicServiceGroupList()
Tests whether the field basicServiceGroupList has a value.
|
boolean |
hasCug_Index()
Tests whether the field cug-Index has a value.
|
boolean |
hasCug_Interlock()
Tests whether the field cug-Interlock has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasIntraCUG_Options()
Tests whether the field intraCUG-Options has a value.
|
MAPCUG_Subscription |
setBasicServiceGroupList(MAPExt_BasicServiceCode[] value)
Sets the value of the field basicServiceGroupList.
|
MAPCUG_Subscription |
setCug_Index(int value)
Sets the value of the field cug-Index and marks the field as present.
|
MAPCUG_Subscription |
setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
MAPCUG_Subscription |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPCUG_Subscription |
setIntraCUG_Options(MAPIntraCUG_Options value)
Sets the value of the field intraCUG-Options.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPCUG_Subscription()
public MAPCUG_Subscription clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPCUG_Subscription copyOf(MAPCUG_Subscription from)
from
- the object from which to copypublic MAPExt_BasicServiceCode[] getBasicServiceGroupList()
public int getCug_Index()
public CUGInterLockCode getCug_Interlock()
public 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 MAPIntraCUG_Options getIntraCUG_Options()
public boolean hasBasicServiceGroupList()
public boolean hasCug_Index()
public boolean hasCug_Interlock()
public boolean hasExtensionContainer()
public boolean hasIntraCUG_Options()
public MAPCUG_Subscription setBasicServiceGroupList(MAPExt_BasicServiceCode[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCUG_Subscription setCug_Index(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCUG_Subscription setCug_Interlock(CUGInterLockCode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCUG_Subscription setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCUG_Subscription setIntraCUG_Options(MAPIntraCUG_Options 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