Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.ConditionsType
-
Packages that use ConditionsType Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of ConditionsType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes declared as ConditionsType Modifier and Type Field Description protected ConditionsTypeCVType. conditionsMethods in org.bidib.jbidibc.decoder.schema.commontypes that return ConditionsType Modifier and Type Method Description ConditionsTypeObjectFactory. createConditionsType()Create an instance ofConditionsTypeConditionsTypeCVType. getConditions()Gets the value of the conditions property.ConditionsTypeConditionsType. withTrigger(Collection<TriggerType> values)ConditionsTypeConditionsType. withTrigger(TriggerType... values)Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type ConditionsType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConditionsType>ObjectFactory. createConditions(ConditionsType value)Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type ConditionsType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConditionsType>ObjectFactory. createConditions(ConditionsType value)voidCVType. setConditions(ConditionsType value)Sets the value of the conditions property.CVTypeCVType. withConditions(ConditionsType value)
-