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)
value - Java instance representing xml element's value.JAXBElement<DescriptionType>public JAXBElement<CVType> createCv(CVType value)
value - Java instance representing xml element's value.JAXBElement<CVType>public JAXBElement<ValueCalculationType> createValueCalculation(ValueCalculationType value)
value - Java instance representing xml element's value.JAXBElement<ValueCalculationType>public JAXBElement<SpecialValueType> createSpecialValue(SpecialValueType value)
value - Java instance representing xml element's value.JAXBElement<SpecialValueType>public JAXBElement<BitType> createBit(BitType value)
value - Java instance representing xml element's value.JAXBElement<BitType>public JAXBElement<BitSelectionType> createBitSelection(BitSelectionType value)
value - Java instance representing xml element's value.JAXBElement<BitSelectionType>public JAXBElement<ValueType> createValue(ValueType value)
value - Java instance representing xml element's value.JAXBElement<ValueType>public JAXBElement<GroupType> createGroup(GroupType value)
value - Java instance representing xml element's value.JAXBElement<GroupType>public JAXBElement<OptionType> createOption(OptionType value)
value - Java instance representing xml element's value.JAXBElement<OptionType>public JAXBElement<CVGroupType> createCvGroup(CVGroupType value)
value - Java instance representing xml element's value.JAXBElement<CVGroupType>public JAXBElement<CVRepeaterType> createCvRepeater(CVRepeaterType value)
value - Java instance representing xml element's value.JAXBElement<CVRepeaterType>Copyright © 2018. All rights reserved.