Uses of Class
com.opencloud.slee.resources.in.datatypes.map.ISDNSubaddress
-
Packages that use ISDNSubaddress 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 ISDNSubaddress in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return ISDNSubaddress Modifier and Type Method Description ISDNSubaddress
MAPCCBS_Feature. getB_subscriberSubaddress()
Gets the value of the field b-subscriberSubaddress.ISDNSubaddress
MAPForwardingData. getForwardedToSubaddress()
Gets the value of the field forwardedToSubaddress.ISDNSubaddress
MAPForwardingFeature. getForwardedToSubaddress()
Gets the value of the field forwardedToSubaddress.ISDNSubaddress
MAPModificationRequestFor_CF_Info. getForwardedToSubaddress()
Gets the value of the field forwardedToSubaddress.ISDNSubaddress
MAPRegisterSS_Arg. getForwardedToSubaddress()
Gets the value of the field forwardedToSubaddress.Methods in com.opencloud.slee.resources.cgin.map with parameters of type ISDNSubaddress Modifier and Type Method Description MAPCCBS_Feature
MAPCCBS_Feature. setB_subscriberSubaddress(ISDNSubaddress value)
Sets the value of the field b-subscriberSubaddress.MAPExt_ForwFeature
MAPExt_ForwFeature. setForwardedToSubaddress(ISDNSubaddress value)
Sets the value of the field forwardedToSubaddress.MAPForwardingData
MAPForwardingData. setForwardedToSubaddress(ISDNSubaddress value)
Sets the value of the field forwardedToSubaddress.MAPForwardingFeature
MAPForwardingFeature. setForwardedToSubaddress(ISDNSubaddress value)
Sets the value of the field forwardedToSubaddress.MAPModificationRequestFor_CF_Info
MAPModificationRequestFor_CF_Info. setForwardedToSubaddress(ISDNSubaddress value)
Sets the value of the field forwardedToSubaddress.MAPRegisterSS_Arg
MAPRegisterSS_Arg. setForwardedToSubaddress(ISDNSubaddress value)
Sets the value of the field forwardedToSubaddress. -
Uses of ISDNSubaddress in com.opencloud.slee.resources.in.datatypes.map
Fields in com.opencloud.slee.resources.in.datatypes.map with type parameters of type ISDNSubaddress Modifier and Type Field Description static BCDStringCodec<ISDNSubaddress>
ISDNSubaddress. USER_CODEC
BCD string codec for field User.Methods in com.opencloud.slee.resources.in.datatypes.map that return ISDNSubaddress Modifier and Type Method Description ISDNSubaddress
ISDNSubaddress. clone()
Constructs a copy of this object and everything reachable from it.static ISDNSubaddress
ISDNSubaddress. copyOf(ISDNSubaddress 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.ISDNSubaddress
ISDNSubaddress. setNsap(NSAPAddress value)
Sets the value of the number digits.ISDNSubaddress
ISDNSubaddress. setUser(String value)
Sets the value of the number digits.ISDNSubaddress
ISDNSubaddress. setUser(String value, StringCodec<ISDNSubaddress> codec)
Sets the value of the number digits using the given codec.ISDNSubaddress
ISDNSubaddress. setUserEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.Methods in com.opencloud.slee.resources.in.datatypes.map that return types with arguments of type ISDNSubaddress Modifier and Type Method Description StringCodec<ISDNSubaddress>
ISDNSubaddress. getUserCodec()
Gets the codec used for field User.Methods in com.opencloud.slee.resources.in.datatypes.map with parameters of type ISDNSubaddress Modifier and Type Method Description static ISDNSubaddress
ISDNSubaddress. copyOf(ISDNSubaddress 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 ISDNSubaddress Modifier and Type Method Description String
ISDNSubaddress. getUser(StringCodec<ISDNSubaddress> codec)
Gets the value of the number digits using the given codec.ISDNSubaddress
ISDNSubaddress. setUser(String value, StringCodec<ISDNSubaddress> codec)
Sets the value of the number digits using the given codec.
-