Uses of Class
com.opencloud.slee.resources.in.datatypes.map.AccessPointNameOperatorId
-
Packages that use AccessPointNameOperatorId Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.in.datatypes.map Defines classes to represent some MAP types for which their ASN.1 specifications say merely OCTET STRING, that are not used by other protocols, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of AccessPointNameOperatorId in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return AccessPointNameOperatorId Modifier and Type Method Description AccessPointNameOperatorId
MAPAPN_Configuration. getApn_oi_Replacement()
Gets the value of the field apn-oi-Replacement.AccessPointNameOperatorId
MAPEPS_SubscriptionData. getApn_oi_Replacement()
Gets the value of the field apn-oi-Replacement.AccessPointNameOperatorId
MAPGPRSSubscriptionData. getApn_oi_Replacement()
Gets the value of the field apn-oi-Replacement.AccessPointNameOperatorId
MAPPDP_Context. getApn_oi_Replacement()
Gets the value of the field apn-oi-Replacement.Methods in com.opencloud.slee.resources.cgin.map with parameters of type AccessPointNameOperatorId Modifier and Type Method Description MAPAPN_Configuration
MAPAPN_Configuration. setApn_oi_Replacement(AccessPointNameOperatorId value)
Sets the value of the field apn-oi-Replacement.MAPEPS_SubscriptionData
MAPEPS_SubscriptionData. setApn_oi_Replacement(AccessPointNameOperatorId value)
Sets the value of the field apn-oi-Replacement.MAPGPRSSubscriptionData
MAPGPRSSubscriptionData. setApn_oi_Replacement(AccessPointNameOperatorId value)
Sets the value of the field apn-oi-Replacement.MAPPDP_Context
MAPPDP_Context. setApn_oi_Replacement(AccessPointNameOperatorId value)
Sets the value of the field apn-oi-Replacement. -
Uses of AccessPointNameOperatorId in com.opencloud.slee.resources.in.datatypes.map
Fields in com.opencloud.slee.resources.in.datatypes.map with type parameters of type AccessPointNameOperatorId Modifier and Type Field Description static IA5StringCodec<AccessPointNameOperatorId>
AccessPointNameOperatorId. OPERATORID_CODEC
ASCII/ISO646-US string codec for field OperatorId.Methods in com.opencloud.slee.resources.in.datatypes.map that return AccessPointNameOperatorId Modifier and Type Method Description AccessPointNameOperatorId
AccessPointNameOperatorId. clone()
Constructs a copy of this object and everything reachable from it.static AccessPointNameOperatorId
AccessPointNameOperatorId. copyOf(AccessPointNameOperatorId 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.AccessPointNameOperatorId
AccessPointNameOperatorId. setOperatorId(String value)
Sets the value of the operator identifier.AccessPointNameOperatorId
AccessPointNameOperatorId. setOperatorId(String value, StringCodec<AccessPointNameOperatorId> codec)
Sets the value of the operator identifier using the given codec.AccessPointNameOperatorId
AccessPointNameOperatorId. setOperatorIdEncoded(byte[] encoded)
Sets the encoded value of the operator identifier to a clone of the given byte array.Methods in com.opencloud.slee.resources.in.datatypes.map that return types with arguments of type AccessPointNameOperatorId Modifier and Type Method Description StringCodec<AccessPointNameOperatorId>
AccessPointNameOperatorId. getOperatorIdCodec()
Gets the codec used for field OperatorId.Methods in com.opencloud.slee.resources.in.datatypes.map with parameters of type AccessPointNameOperatorId Modifier and Type Method Description static AccessPointNameOperatorId
AccessPointNameOperatorId. copyOf(AccessPointNameOperatorId 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.Method parameters in com.opencloud.slee.resources.in.datatypes.map with type arguments of type AccessPointNameOperatorId Modifier and Type Method Description String
AccessPointNameOperatorId. getOperatorId(StringCodec<AccessPointNameOperatorId> codec)
Gets the value of the operator identifier using the given codec.AccessPointNameOperatorId
AccessPointNameOperatorId. setOperatorId(String value, StringCodec<AccessPointNameOperatorId> codec)
Sets the value of the operator identifier using the given codec.Constructor parameters in com.opencloud.slee.resources.in.datatypes.map with type arguments of type AccessPointNameOperatorId Constructor Description AccessPointNameOperatorId(String operatorId, StringCodec<AccessPointNameOperatorId> OperatorId_codec)
Constructs a new AccessPointNameOperatorId object from given arguments, using the given codecs for encoding fields of type String.
-