Package gen.core.tbx
Class ObjectFactory
- java.lang.Object
-
- gen.core.tbx.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the gen.core.tbx 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.tbx
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdmincreateAdmin()Create an instance ofAdminAdminGrpcreateAdminGrp()Create an instance ofAdminGrpAdminNotecreateAdminNote()Create an instance ofAdminNoteBackcreateBack()Create an instance ofBackBodycreateBody()Create an instance ofBodyBptcreateBpt()Create an instance ofBptChangecreateChange()Create an instance ofChangeDatecreateDate()Create an instance ofDateDescripcreateDescrip()Create an instance ofDescripDescripGrpcreateDescripGrp()Create an instance ofDescripGrpDescripNotecreateDescripNote()Create an instance ofDescripNoteEncodingDesccreateEncodingDesc()Create an instance ofEncodingDescEptcreateEpt()Create an instance ofEptFileDesccreateFileDesc()Create an instance ofFileDescForeigncreateForeign()Create an instance ofForeignHicreateHi()Create an instance ofHiItemcreateItem()Create an instance ofItemItemGrpcreateItemGrp()Create an instance ofItemGrpItemSetcreateItemSet()Create an instance ofItemSetLangSetcreateLangSet()Create an instance ofLangSetMartifcreateMartif()Create an instance ofMartifMartifHeadercreateMartifHeader()Create an instance ofMartifHeaderNotecreateNote()Create an instance ofNoteNtigcreateNtig()Create an instance ofNtigPcreateP()Create an instance ofPPhcreatePh()Create an instance ofPhPublicationStmtcreatePublicationStmt()Create an instance ofPublicationStmtRefcreateRef()Create an instance ofRefRefObjectcreateRefObject()Create an instance ofRefObjectRefObjectListcreateRefObjectList()Create an instance ofRefObjectListRevisionDesccreateRevisionDesc()Create an instance ofRevisionDescSourceDesccreateSourceDesc()Create an instance ofSourceDescTermcreateTerm()Create an instance ofTermTermCompcreateTermComp()Create an instance ofTermCompTermCompGrpcreateTermCompGrp()Create an instance ofTermCompGrpTermCompListcreateTermCompList()Create an instance ofTermCompListTermEntrycreateTermEntry()Create an instance ofTermEntryTermGrpcreateTermGrp()Create an instance ofTermGrpTermNotecreateTermNote()Create an instance ofTermNoteTermNoteGrpcreateTermNoteGrp()Create an instance ofTermNoteGrpTextcreateText()Create an instance ofTextTigcreateTig()Create an instance ofTigTitlecreateTitle()Create an instance ofTitleTitleStmtcreateTitleStmt()Create an instance ofTitleStmtTransaccreateTransac()Create an instance ofTransacTransacGrpcreateTransacGrp()Create an instance ofTransacGrpTransacNotecreateTransacNote()Create an instance ofTransacNoteXrefcreateXref()Create an instance ofXref
-
-
-
Method Detail
-
createDescripGrp
public DescripGrp createDescripGrp()
Create an instance ofDescripGrp
-
createDescripNote
public DescripNote createDescripNote()
Create an instance ofDescripNote
-
createTransacGrp
public TransacGrp createTransacGrp()
Create an instance ofTransacGrp
-
createTransacNote
public TransacNote createTransacNote()
Create an instance ofTransacNote
-
createTermNoteGrp
public TermNoteGrp createTermNoteGrp()
Create an instance ofTermNoteGrp
-
createTermCompList
public TermCompList createTermCompList()
Create an instance ofTermCompList
-
createTermCompGrp
public TermCompGrp createTermCompGrp()
Create an instance ofTermCompGrp
-
createMartifHeader
public MartifHeader createMartifHeader()
Create an instance ofMartifHeader
-
createPublicationStmt
public PublicationStmt createPublicationStmt()
Create an instance ofPublicationStmt
-
createSourceDesc
public SourceDesc createSourceDesc()
Create an instance ofSourceDesc
-
createEncodingDesc
public EncodingDesc createEncodingDesc()
Create an instance ofEncodingDesc
-
createRevisionDesc
public RevisionDesc createRevisionDesc()
Create an instance ofRevisionDesc
-
createRefObjectList
public RefObjectList createRefObjectList()
Create an instance ofRefObjectList
-
-