Uses of Class
com.opencloud.slee.resources.cgin.map.MAPServiceType
-
Packages that use MAPServiceType Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPServiceType in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPServiceType Modifier and Type Method Description MAPServiceType
MAPServiceType. clone()
Constructs a copy of this object and everything reachable from it.static MAPServiceType
MAPServiceType. copyOf(MAPServiceType 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.MAPServiceType[]
MAPLCS_PrivacyClass. getServiceTypeList()
Gets the value of the field serviceTypeList.MAPServiceType
MAPServiceType. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPServiceType
MAPServiceType. setGmlc_Restriction(MAPGMLC_Restriction value)
Sets the value of the field gmlc-Restriction.MAPServiceType
MAPServiceType. setNotificationToMSUser(MAPNotificationToMSUser value)
Sets the value of the field notificationToMSUser.MAPServiceType
MAPServiceType. setServiceTypeIdentity(int value)
Sets the value of the field serviceTypeIdentity and marks the field as present.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPServiceType Modifier and Type Method Description static MAPServiceType
MAPServiceType. copyOf(MAPServiceType 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.MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. setServiceTypeList(MAPServiceType[] value)
Sets the value of the field serviceTypeList. -
Uses of MAPServiceType in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPServiceType Modifier and Type Field Description static PersistCodec<MAPServiceType,MAPServiceType,MAPProto.MAP_MS_DataTypes_ServiceType>
MAPCodecs. MAP_MS_DataTypes_ServiceType
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ServiceTypestatic PersistCodec<MAPServiceType,MAPServiceType,MAPProto.MAP_MS_DataTypes_ServiceType>
MAPCodecs. MAP_MS_DataTypes_ServiceType
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ServiceType
-