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 CVGroupType createCVGroupType()
CVGroupTypepublic OptionType createOptionType()
OptionTypepublic ValueCalculationType createValueCalculationType()
ValueCalculationTypepublic ProtocolType createProtocolType()
ProtocolTypepublic RepeaterBaseType createRepeaterBaseType()
RepeaterBaseTypepublic VersionType createVersionType()
VersionTypepublic DescriptionType createDescriptionType()
DescriptionTypepublic SpecialValueType createSpecialValueType()
SpecialValueTypepublic BitSelectionType createBitSelectionType()
BitSelectionTypepublic CVRepeaterType createCVRepeaterType()
CVRepeaterTypepublic 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.