Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1FilteringCriteria.AddressAndService
-
Packages that use CS1FilteringCriteria.AddressAndService Package Description com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CS1FilteringCriteria.AddressAndService in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1FilteringCriteria.AddressAndService Modifier and Type Method Description CS1FilteringCriteria.AddressAndServiceCS1FilteringCriteria.AddressAndService. clone()Constructs a copy of this object and everything reachable from it.static CS1FilteringCriteria.AddressAndServiceCS1FilteringCriteria.AddressAndService. copyOf(CS1FilteringCriteria.AddressAndService 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.CS1FilteringCriteria.AddressAndServiceCS1FilteringCriteria. getAddressAndService()Gets the value of the addressAndService choice.CS1FilteringCriteria.AddressAndServiceCS1FilteringCriteria.AddressAndService. setCalledAddressValue(GenericNumber value)Sets the value of the field calledAddressValue.CS1FilteringCriteria.AddressAndServiceCS1FilteringCriteria.AddressAndService. setCallingAddressValue(GenericNumber value)Sets the value of the field callingAddressValue.CS1FilteringCriteria.AddressAndServiceCS1FilteringCriteria.AddressAndService. setLocationNumber(LocationNumber value)Sets the value of the field locationNumber.CS1FilteringCriteria.AddressAndServiceCS1FilteringCriteria.AddressAndService. setServiceKey(int value)Sets the value of the field serviceKey and marks the field as present.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CS1FilteringCriteria.AddressAndService Modifier and Type Method Description static CS1FilteringCriteria.AddressAndServiceCS1FilteringCriteria.AddressAndService. copyOf(CS1FilteringCriteria.AddressAndService 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.CS1FilteringCriteriaCS1FilteringCriteria. setAddressAndService(CS1FilteringCriteria.AddressAndService value)Sets the value of the addressAndService choice. -
Uses of CS1FilteringCriteria.AddressAndService in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist
Fields in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist with type parameters of type CS1FilteringCriteria.AddressAndService Modifier and Type Field Description static PersistCodec<CS1FilteringCriteria.AddressAndService,CS1FilteringCriteria.AddressAndService,CS1Proto.Core_INAP_CS1_DataTypes_FilteringCriteria_addressAndService>CS1Codecs. Core_INAP_CS1_DataTypes_FilteringCriteria_addressAndServiceSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.FilteringCriteria.addressAndServicestatic PersistCodec<CS1FilteringCriteria.AddressAndService,CS1FilteringCriteria.AddressAndService,CS1Proto.Core_INAP_CS1_DataTypes_FilteringCriteria_addressAndService>CS1Codecs. Core_INAP_CS1_DataTypes_FilteringCriteria_addressAndServiceSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.FilteringCriteria.addressAndService
-