public class MAPSS_SubscriptionOption extends MAPSS_SubscriptionOption_v1
SS-SubscriptionOption ::= CHOICE { cliRestrictionOption CliRestrictionOption, overrideCategory OverrideCategory } MAP-SS-DataTypes { SS-SubscriptionOption { @parentASN1Type MAP-SS-DataTypes-ph1.SS-SubscriptionOption-v1 } }Added in ph2 as an extension of SS-SubscriptionOption-v1. Note that all of the parent's components are for use only in -v1 contexts.
Used as field type by MAPSS_Data
.
Used as field type by MAPExt_SS_Data
.
Modifier and Type | Class and Description |
---|---|
static class |
MAPSS_SubscriptionOption.Choice
API for MAP-SS-DataTypes.SS-SubscriptionOption.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSS_SubscriptionOption() |
Modifier and Type | Method and Description |
---|---|
MAPSS_SubscriptionOption |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSS_SubscriptionOption |
copyOf(MAPSS_SubscriptionOption_v1 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.
|
MAPCliRestrictionOption |
getCliRestrictionOption()
Gets the value of the cliRestrictionOption choice.
|
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 :discriminant-name to associated-value.
|
MAPOverrideCategory |
getOverrideCategory()
Gets the value of the overrideCategory choice.
|
boolean |
isCliRestrictionOptionChosen()
Tests whether the choice is cliRestrictionOption.
|
boolean |
isOverrideCategoryChosen()
Tests whether the choice is overrideCategory.
|
MAPSS_SubscriptionOption |
setCliRestrictionOption(MAPCliRestrictionOption value)
Sets the value of the cliRestrictionOption choice.
|
MAPSS_SubscriptionOption |
setOverrideCategory(MAPOverrideCategory value)
Sets the value of the overrideCategory choice.
|
getChoice, getHuntGroupAccessSelectionOrder, getMaximumConfereesNumber, getNotificationToHeldRetrievedParty, getPerCallBasis, getUserToUserServiceIndicator, isHuntGroupAccessSelectionOrderChosen, isMaximumConfereesNumberChosen, isNotificationToHeldRetrievedPartyChosen, isPerCallBasisChosen, isUserToUserServiceIndicatorChosen, setChoice, setHuntGroupAccessSelectionOrder, setMaximumConfereesNumber, setNotificationToHeldRetrievedParty, setPerCallBasis, setUserToUserServiceIndicator
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPSS_SubscriptionOption clone()
clone
in interface DataObject
clone
in class MAPSS_SubscriptionOption_v1
public static MAPSS_SubscriptionOption copyOf(MAPSS_SubscriptionOption_v1 from)
from
- the object from which to copypublic MAPCliRestrictionOption getCliRestrictionOption()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPSS_SubscriptionOption_v1
withAbsents
- ignored, as value cannot be optionalpublic MAPOverrideCategory getOverrideCategory()
public boolean isCliRestrictionOptionChosen()
public boolean isOverrideCategoryChosen()
public MAPSS_SubscriptionOption setCliRestrictionOption(MAPCliRestrictionOption value) throws IllegalStateException, NullPointerException
value
- the new value for the choiceIllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is nullpublic MAPSS_SubscriptionOption setOverrideCategory(MAPOverrideCategory value) throws IllegalStateException, NullPointerException
value
- the new value for the choiceIllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null