Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.SpecialValueType
-
Packages that use SpecialValueType Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of SpecialValueType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes with type parameters of type SpecialValueType Modifier and Type Field Description protected List<SpecialValueType>ValueCalculationType. specialValueMethods in org.bidib.jbidibc.decoder.schema.commontypes that return SpecialValueType Modifier and Type Method Description SpecialValueTypeObjectFactory. createSpecialValueType()Create an instance ofSpecialValueTypeSpecialValueTypeSpecialValueType. withContent(Serializable... values)SpecialValueTypeSpecialValueType. withContent(Collection<Serializable> values)SpecialValueTypeSpecialValueType. withValue(long value)Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type SpecialValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<SpecialValueType>ObjectFactory. createSpecialValue(SpecialValueType value)List<SpecialValueType>ValueCalculationType. getSpecialValue()Gets the value of the specialValue property.Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type SpecialValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<SpecialValueType>ObjectFactory. createSpecialValue(SpecialValueType value)ValueCalculationTypeValueCalculationType. withSpecialValue(SpecialValueType... values)Method parameters in org.bidib.jbidibc.decoder.schema.commontypes with type arguments of type SpecialValueType Modifier and Type Method Description ValueCalculationTypeValueCalculationType. withSpecialValue(Collection<SpecialValueType> values)
-