Uses of Class
jaxb.Parameters
-
Packages that use Parameters Package Description jaxb -
-
Uses of Parameters in jaxb
Methods in jaxb that return Parameters Modifier and Type Method Description Parameters
ObjectFactory. createParameters()
Create an instance ofParameters
Parameters
Actuator. getParameters()
Gets the value of the parameters property.Parameters
ActuatorTarget. getParameters()
Gets the value of the parameters property.Parameters
Controller. getParameters()
Gets the value of the parameters property.Parameters
Entry. getParameters()
Gets the value of the parameters property.Parameters
Event. getParameters()
Gets the value of the parameters property.Parameters
Lanechange. getParameters()
Gets the value of the parameters property.Methods in jaxb with parameters of type Parameters Modifier and Type Method Description void
Actuator. setParameters(Parameters value)
Sets the value of the parameters property.void
ActuatorTarget. setParameters(Parameters value)
Sets the value of the parameters property.void
Controller. setParameters(Parameters value)
Sets the value of the parameters property.void
Entry. setParameters(Parameters value)
Sets the value of the parameters property.void
Event. setParameters(Parameters value)
Sets the value of the parameters property.void
Lanechange. setParameters(Parameters value)
Sets the value of the parameters property.
-