Class MAPExt_SS_InfoFor_CSE
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPExt_SS_InfoFor_CSE
-
- All Implemented Interfaces:
DataObject,Serializable
public class MAPExt_SS_InfoFor_CSE extends AbstractFieldsObject
API for MAP-MS-DataTypes.Ext-SS-InfoFor-CSE. Generated from the following ASN.1 type definition.Ext-SS-InfoFor-CSE ::= CHOICE { forwardingInfoFor-CSE Ext-ForwardingInfoFor-CSE, callBarringInfoFor-CSE Ext-CallBarringInfoFor-CSE }Added in R99.Used as field type by
MAPAnyTimeModificationRes.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMAPExt_SS_InfoFor_CSE.ChoiceAPI for MAP-MS-DataTypes.Ext-SS-InfoFor-CSE.Choice.
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPExt_SS_InfoFor_CSE()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPExt_SS_InfoFor_CSEclone()Constructs a copy of this object and everything reachable from it.static MAPExt_SS_InfoFor_CSEcopyOf(MAPExt_SS_InfoFor_CSE 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_CallBarringInfoFor_CSEgetCallBarringInfoFor_CSE()Gets the value of the callBarringInfoFor-CSE choice.MAPExt_SS_InfoFor_CSE.ChoicegetChoice()Gets the discriminant of the current 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.MAPExt_ForwardingInfoFor_CSEgetForwardingInfoFor_CSE()Gets the value of the forwardingInfoFor-CSE choice.booleanisCallBarringInfoFor_CSEChosen()Tests whether the choice is callBarringInfoFor-CSE.booleanisForwardingInfoFor_CSEChosen()Tests whether the choice is forwardingInfoFor-CSE.MAPExt_SS_InfoFor_CSEsetCallBarringInfoFor_CSE(MAPExt_CallBarringInfoFor_CSE value)Sets the value of the callBarringInfoFor-CSE choice.MAPExt_SS_InfoFor_CSEsetForwardingInfoFor_CSE(MAPExt_ForwardingInfoFor_CSE value)Sets the value of the forwardingInfoFor-CSE choice.voidsetReadOnly()Sets this and all its fields to be immutable.-
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 MAPExt_SS_InfoFor_CSE 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 MAPExt_SS_InfoFor_CSE copyOf(MAPExt_SS_InfoFor_CSE 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:
- MAPExt_SS_InfoFor_CSE
-
getCallBarringInfoFor_CSE
public MAPExt_CallBarringInfoFor_CSE getCallBarringInfoFor_CSE()
Gets the value of the callBarringInfoFor-CSE choice.- Returns:
- value of the choice, if choice is callBarringInfoFor-CSE, else null
-
getChoice
public MAPExt_SS_InfoFor_CSE.Choice getChoice()
Gets the discriminant of the current choice.- Returns:
- the current discriminant
-
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 :discriminant-name to associated-value. For a value of primitive type, the value is boxed. If choice is not set, returns a map from : to AbstractFieldsObject.FIELD_UNINITIALISED.- Specified by:
getFieldsMapin classAbstractFieldsObject- Parameters:
withAbsents- ignored, as value cannot be optional- Returns:
- Map from :discriminant-name to associated-value
-
getForwardingInfoFor_CSE
public MAPExt_ForwardingInfoFor_CSE getForwardingInfoFor_CSE()
Gets the value of the forwardingInfoFor-CSE choice.- Returns:
- value of the choice, if choice is forwardingInfoFor-CSE, else null
-
isCallBarringInfoFor_CSEChosen
public boolean isCallBarringInfoFor_CSEChosen()
Tests whether the choice is callBarringInfoFor-CSE.- Returns:
- true if chosen, false if not
-
isForwardingInfoFor_CSEChosen
public boolean isForwardingInfoFor_CSEChosen()
Tests whether the choice is forwardingInfoFor-CSE.- Returns:
- true if chosen, false if not
-
setCallBarringInfoFor_CSE
public MAPExt_SS_InfoFor_CSE setCallBarringInfoFor_CSE(MAPExt_CallBarringInfoFor_CSE value) throws IllegalStateException, NullPointerException
Sets the value of the callBarringInfoFor-CSE choice.- Parameters:
value- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-onlyNullPointerException- if the given value is null
-
setForwardingInfoFor_CSE
public MAPExt_SS_InfoFor_CSE setForwardingInfoFor_CSE(MAPExt_ForwardingInfoFor_CSE value) throws IllegalStateException, NullPointerException
Sets the value of the forwardingInfoFor-CSE choice.- Parameters:
value- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-onlyNullPointerException- if the given value is null
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnlyin interfaceDataObject- Overrides:
setReadOnlyin classAbstractDataObject
-
-