Class ObjectFactory
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoder.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.bidib.jbidibc.decoder.schema.decoder package.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 Summary
Constructors Constructor 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.decoder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorsTypecreateConnectorsType()Create an instance ofConnectorsTypeDecoderDefinitioncreateDecoderDefinition()Create an instance ofDecoderDefinitionDecoderTypecreateDecoderType()Create an instance ofDecoderTypeDescriptionTypecreateDescriptionType()Create an instance ofDescriptionTypeDimensionsTypecreateDimensionsType()Create an instance ofDimensionsTypeElectricalTypecreateElectricalType()Create an instance ofElectricalTypeFunctionConnectorsTypecreateFunctionConnectorsType()Create an instance ofFunctionConnectorsTypeSpecificationsTypecreateSpecificationsType()Create an instance ofSpecificationsType
-
-
-
Method Detail
-
createDecoderDefinition
public DecoderDefinition createDecoderDefinition()
Create an instance ofDecoderDefinition
-
createDecoderType
public DecoderType createDecoderType()
Create an instance ofDecoderType
-
createDescriptionType
public DescriptionType createDescriptionType()
Create an instance ofDescriptionType
-
createSpecificationsType
public SpecificationsType createSpecificationsType()
Create an instance ofSpecificationsType
-
createDimensionsType
public DimensionsType createDimensionsType()
Create an instance ofDimensionsType
-
createElectricalType
public ElectricalType createElectricalType()
Create an instance ofElectricalType
-
createFunctionConnectorsType
public FunctionConnectorsType createFunctionConnectorsType()
Create an instance ofFunctionConnectorsType
-
createConnectorsType
public ConnectorsType createConnectorsType()
Create an instance ofConnectorsType
-
-