public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.bidib.jbidibc.decoder.schema.commontypes
|
public ObjectFactory()
public VersionType createVersionType()
VersionTypepublic ProtocolType createProtocolType()
ProtocolTypepublic OptionType createOptionType()
OptionTypepublic CVRepeaterType createCVRepeaterType()
CVRepeaterTypepublic SpecialValueType createSpecialValueType()
SpecialValueTypepublic CVGroupType createCVGroupType()
CVGroupTypepublic ValueCalculationType createValueCalculationType()
ValueCalculationTypepublic DescriptionType createDescriptionType()
DescriptionTypepublic BitSelectionType createBitSelectionType()
BitSelectionTypepublic RepeaterBaseType createRepeaterBaseType()
RepeaterBaseTypepublic JAXBElement<ValueCalculationType> createValueCalculation(ValueCalculationType value)
public JAXBElement<SpecialValueType> createSpecialValue(SpecialValueType value)
public JAXBElement<BitType> createBit(BitType value)
public JAXBElement<CVGroupType> createCvGroup(CVGroupType value)
public JAXBElement<DescriptionType> createDescription(DescriptionType value)
public JAXBElement<CVType> createCv(CVType value)
public JAXBElement<ValueType> createValue(ValueType value)
public JAXBElement<BitSelectionType> createBitSelection(BitSelectionType value)
public JAXBElement<GroupType> createGroup(GroupType value)
public JAXBElement<OptionType> createOption(OptionType value)
public JAXBElement<CVRepeaterType> createCvRepeater(CVRepeaterType value)
Copyright © 2017. All rights reserved.