Uses of Class
org.somda.sdc.mdpws.model.SelectorType
-
-
Uses of SelectorType in org.somda.sdc.mdpws.model
Fields in org.somda.sdc.mdpws.model with type parameters of type SelectorType Modifier and Type Field Description protected List<SelectorType>DualChannelDefinitionType. selectorprotected List<SelectorType>SafetyContextDefType. selectorMethods in org.somda.sdc.mdpws.model that return SelectorType Modifier and Type Method Description SelectorTypeObjectFactory. createSelectorType()Create an instance ofSelectorTypeMethods in org.somda.sdc.mdpws.model that return types with arguments of type SelectorType Modifier and Type Method Description List<SelectorType>DualChannelDefinitionType. getSelector()Gets the value of the selector property.List<SelectorType>SafetyContextDefType. getSelector()Gets the value of the selector property.Method parameters in org.somda.sdc.mdpws.model with type arguments of type SelectorType Modifier and Type Method Description voidDualChannelDefinitionType. setSelector(List<SelectorType> value)voidSafetyContextDefType. setSelector(List<SelectorType> value)
-