public class ObjectFactory
extends java.lang.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: com.highqsoft.mdf.schema
|
Modifier and Type | Method and Description |
---|---|
Channel |
createChannel()
Create an instance of
Channel |
Description |
createDescription()
Create an instance of
Description |
Group |
createGroup()
Create an instance of
Group |
Hdblock |
createHdblock()
Create an instance of
Hdblock |
MdfHeader |
createMdfHeader()
Create an instance of
MdfHeader |
Modul |
createModul()
Create an instance of
Modul |
Parameter |
createParameter()
Create an instance of
Parameter |
Row |
createRow()
Create an instance of
Row |
Table |
createTable()
Create an instance of
Table |
Trigger |
createTrigger()
Create an instance of
Trigger |
Txblock |
createTxblock()
Create an instance of
Txblock |
Vparameter |
createVparameter()
Create an instance of
Vparameter |
Vrow |
createVrow()
Create an instance of
Vrow |
Vrrow |
createVrrow()
Create an instance of
Vrrow |
Vrtable |
createVrtable()
Create an instance of
Vrtable |
Vtable |
createVtable()
Create an instance of
Vtable |
public ObjectFactory()
public Vparameter createVparameter()
Vparameter
public Description createDescription()
Description