public class MAPInsertSubscriberDataRes extends AbstractFieldsObject
InsertSubscriberDataRes ::= SEQUENCE { teleserviceList TeleserviceList OPTIONAL, bearerServiceList BearerServiceList OPTIONAL, ss-List SS-List OPTIONAL, odb-GeneralData ODB-GeneralData OPTIONAL, regionalSubscriptionResponse RegionalSubscriptionResponse OPTIONAL, supportedCamelPhases SupportedCamelPhases OPTIONAL, -- Added in R96. extensionContainer ExtensionContainer OPTIONAL, -- Added in R96. ... offeredCamel4CSIs OfferedCamel4CSIs OPTIONAL, -- Added in release 5. supportedFeatures SupportedFeatures OPTIONAL -- Added in release 8. }Added in ph2.
Used as result type by MAPOperations.insertSubscriberData
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPInsertSubscriberDataRes()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPInsertSubscriberDataRes |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPInsertSubscriberDataRes |
copyOf(MAPInsertSubscriberDataRes 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.
|
byte[][] |
getBearerServiceList()
Gets the value of the field bearerServiceList.
|
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.
|
MAPODB_GeneralData |
getOdb_GeneralData()
Gets the value of the field odb-GeneralData.
|
MAPOfferedCamel4CSIs |
getOfferedCamel4CSIs()
Gets the value of the field offeredCamel4CSIs.
|
MAPRegionalSubscriptionResponse |
getRegionalSubscriptionResponse()
Gets the value of the field regionalSubscriptionResponse.
|
SSCode[] |
getSs_List()
Gets the value of the field ss-List.
|
MAPSupportedCamelPhases |
getSupportedCamelPhases()
Gets the value of the field supportedCamelPhases.
|
MAPSupportedFeatures |
getSupportedFeatures()
Gets the value of the field supportedFeatures.
|
byte[][] |
getTeleserviceList()
Gets the value of the field teleserviceList.
|
boolean |
hasBearerServiceList()
Tests whether the field bearerServiceList has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasOdb_GeneralData()
Tests whether the field odb-GeneralData has a value.
|
boolean |
hasOfferedCamel4CSIs()
Tests whether the field offeredCamel4CSIs has a value.
|
boolean |
hasRegionalSubscriptionResponse()
Tests whether the field regionalSubscriptionResponse has a value.
|
boolean |
hasSs_List()
Tests whether the field ss-List has a value.
|
boolean |
hasSupportedCamelPhases()
Tests whether the field supportedCamelPhases has a value.
|
boolean |
hasSupportedFeatures()
Tests whether the field supportedFeatures has a value.
|
boolean |
hasTeleserviceList()
Tests whether the field teleserviceList has a value.
|
MAPInsertSubscriberDataRes |
setBearerServiceList(byte[][] value)
Sets the value of the field bearerServiceList.
|
MAPInsertSubscriberDataRes |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPInsertSubscriberDataRes |
setOdb_GeneralData(MAPODB_GeneralData value)
Sets the value of the field odb-GeneralData.
|
MAPInsertSubscriberDataRes |
setOfferedCamel4CSIs(MAPOfferedCamel4CSIs value)
Sets the value of the field offeredCamel4CSIs.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPInsertSubscriberDataRes |
setRegionalSubscriptionResponse(MAPRegionalSubscriptionResponse value)
Sets the value of the field regionalSubscriptionResponse.
|
MAPInsertSubscriberDataRes |
setSs_List(SSCode[] value)
Sets the value of the field ss-List.
|
MAPInsertSubscriberDataRes |
setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases.
|
MAPInsertSubscriberDataRes |
setSupportedFeatures(MAPSupportedFeatures value)
Sets the value of the field supportedFeatures.
|
MAPInsertSubscriberDataRes |
setTeleserviceList(byte[][] value)
Sets the value of the field teleserviceList.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPInsertSubscriberDataRes()
public MAPInsertSubscriberDataRes clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPInsertSubscriberDataRes copyOf(MAPInsertSubscriberDataRes from)
from
- the object from which to copypublic byte[][] getBearerServiceList()
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 MAPODB_GeneralData getOdb_GeneralData()
public MAPOfferedCamel4CSIs getOfferedCamel4CSIs()
public MAPRegionalSubscriptionResponse getRegionalSubscriptionResponse()
public SSCode[] getSs_List()
public MAPSupportedCamelPhases getSupportedCamelPhases()
public MAPSupportedFeatures getSupportedFeatures()
public byte[][] getTeleserviceList()
public boolean hasBearerServiceList()
public boolean hasExtensionContainer()
public boolean hasOdb_GeneralData()
public boolean hasOfferedCamel4CSIs()
public boolean hasRegionalSubscriptionResponse()
public boolean hasSs_List()
public boolean hasSupportedCamelPhases()
public boolean hasSupportedFeatures()
public boolean hasTeleserviceList()
public MAPInsertSubscriberDataRes setBearerServiceList(byte[][] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPInsertSubscriberDataRes setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPInsertSubscriberDataRes setOdb_GeneralData(MAPODB_GeneralData value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPInsertSubscriberDataRes setOfferedCamel4CSIs(MAPOfferedCamel4CSIs 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
public MAPInsertSubscriberDataRes setRegionalSubscriptionResponse(MAPRegionalSubscriptionResponse value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPInsertSubscriberDataRes setSs_List(SSCode[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPInsertSubscriberDataRes setSupportedCamelPhases(MAPSupportedCamelPhases value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPInsertSubscriberDataRes setSupportedFeatures(MAPSupportedFeatures value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPInsertSubscriberDataRes setTeleserviceList(byte[][] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only