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 DescriptionType createDescriptionType()
DescriptionTypepublic ValueCalculationType createValueCalculationType()
ValueCalculationTypepublic SpecialValueType createSpecialValueType()
SpecialValueTypepublic BitSelectionType createBitSelectionType()
BitSelectionTypepublic OptionType createOptionType()
OptionTypepublic CVGroupType createCVGroupType()
CVGroupTypepublic CVRepeaterType createCVRepeaterType()
CVRepeaterTypepublic VersionType createVersionType()
VersionTypepublic RepeaterBaseType createRepeaterBaseType()
RepeaterBaseTypepublic ProtocolType createProtocolType()
ProtocolTypepublic JAXBElement<DescriptionType> createDescription(DescriptionType value)
public JAXBElement<CVType> createCv(CVType value)
public JAXBElement<ValueCalculationType> createValueCalculation(ValueCalculationType value)
public JAXBElement<SpecialValueType> createSpecialValue(SpecialValueType value)
public JAXBElement<BitType> createBit(BitType value)
public JAXBElement<BitSelectionType> createBitSelection(BitSelectionType value)
public JAXBElement<ValueType> createValue(ValueType value)
public JAXBElement<GroupType> createGroup(GroupType value)
public JAXBElement<OptionType> createOption(OptionType value)
public JAXBElement<CVGroupType> createCvGroup(CVGroupType value)
public JAXBElement<CVRepeaterType> createCvRepeater(CVRepeaterType value)
Copyright © 2018. All rights reserved.