Uses of Class
jaxb.FeedbackSensors
-
Packages that use FeedbackSensors Package Description jaxb -
-
Uses of FeedbackSensors in jaxb
Methods in jaxb that return FeedbackSensors Modifier and Type Method Description FeedbackSensors
ObjectFactory. createFeedbackSensors()
Create an instance ofFeedbackSensors
FeedbackSensors
Controller. getFeedbackSensors()
Gets the value of the feedbackSensors property.FeedbackSensors
Entry. getFeedbackSensors()
Gets the value of the feedbackSensors property.Methods in jaxb with parameters of type FeedbackSensors Modifier and Type Method Description void
Controller. setFeedbackSensors(FeedbackSensors value)
Sets the value of the feedbackSensors property.void
Entry. setFeedbackSensors(FeedbackSensors value)
Sets the value of the feedbackSensors property.
-