Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1ServiceInteractionIndicators
-
Packages that use CS1ServiceInteractionIndicators Package Description com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol. -
-
Uses of CS1ServiceInteractionIndicators in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1ServiceInteractionIndicators Modifier and Type Method Description CS1ServiceInteractionIndicatorsCS1ServiceInteractionIndicators. clone()Constructs a copy of this object and everything reachable from it.static CS1ServiceInteractionIndicatorsCS1ServiceInteractionIndicators. copyOf(CS1ServiceInteractionIndicators 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.CS1ServiceInteractionIndicatorsCS1ConnectArg. getServiceInteractionIndicators()Gets the value of the field serviceInteractionIndicators.CS1ServiceInteractionIndicatorsCS1ConnectToResourceArg. getServiceInteractionIndicators()Gets the value of the field serviceInteractionIndicators.CS1ServiceInteractionIndicatorsCS1EstablishTemporaryConnectionArg. getServiceInteractionIndicators()Gets the value of the field serviceInteractionIndicators.CS1ServiceInteractionIndicatorsCS1InitialDPArg. getServiceInteractionIndicators()Gets the value of the field serviceInteractionIndicators.CS1ServiceInteractionIndicatorsCS1InitiateCallAttemptArg. getServiceInteractionIndicators()Gets the value of the field serviceInteractionIndicators.CS1ServiceInteractionIndicatorsCS1ServiceInteractionIndicators. setByteArray(byte[] value)Sets the value of the field byteArray.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CS1ServiceInteractionIndicators Modifier and Type Method Description static CS1ServiceInteractionIndicatorsCS1ServiceInteractionIndicators. copyOf(CS1ServiceInteractionIndicators 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.CS1ConnectArgCS1ConnectArg. setServiceInteractionIndicators(CS1ServiceInteractionIndicators value)Sets the value of the field serviceInteractionIndicators.CS1ConnectToResourceArgCS1ConnectToResourceArg. setServiceInteractionIndicators(CS1ServiceInteractionIndicators value)Sets the value of the field serviceInteractionIndicators.CS1EstablishTemporaryConnectionArgCS1EstablishTemporaryConnectionArg. setServiceInteractionIndicators(CS1ServiceInteractionIndicators value)Sets the value of the field serviceInteractionIndicators.CS1InitialDPArgCS1InitialDPArg. setServiceInteractionIndicators(CS1ServiceInteractionIndicators value)Sets the value of the field serviceInteractionIndicators.CS1InitiateCallAttemptArgCS1InitiateCallAttemptArg. setServiceInteractionIndicators(CS1ServiceInteractionIndicators value)Sets the value of the field serviceInteractionIndicators.
-