Package gen.core.tmx14
Class ObjectFactory
- java.lang.Object
-
- gen.core.tmx14.ObjectFactory
-
public class ObjectFactory extends java.lang.Object
This object contains factory methods for each Java content interface and Java element interface generated in the gen.core.tmx14 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: gen.core.tmx14
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Body
createBody()
Create an instance ofBody
Bpt
createBpt()
Create an instance ofBpt
Ept
createEpt()
Create an instance ofEpt
Header
createHeader()
Create an instance ofHeader
Hi
createHi()
Create an instance ofHi
It
createIt()
Create an instance ofIt
Map
createMap()
Create an instance ofMap
Note
createNote()
Create an instance ofNote
Ph
createPh()
Create an instance ofPh
Prop
createProp()
Create an instance ofProp
Seg
createSeg()
Create an instance ofSeg
Sub
createSub()
Create an instance ofSub
Tmx
createTmx()
Create an instance ofTmx
Tu
createTu()
Create an instance ofTu
Tuv
createTuv()
Create an instance ofTuv
Ude
createUde()
Create an instance ofUde
Ut
createUt()
Create an instance ofUt
-