Package net.sf.okapi.filters.xini.jaxb
Class ObjectFactory
- java.lang.Object
-
- net.sf.okapi.filters.xini.jaxb.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.andrae_ag.ontram.xini.xml 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: com.andrae_ag.ontram.xini.xml
-
Method Summary
-
-
-
Method Detail
-
createElementElementContent
public Element.ElementContent createElementElementContent()
Create an instance ofElement.ElementContent- Returns:
- the newly created ElementContent
-
createStatisticInfo
public StatisticInfo createStatisticInfo()
Create an instance ofStatisticInfo- Returns:
- the newly created StatisticInfo instance
-
createFileInfo
public FileInfo createFileInfo()
Create an instance ofFileInfo- Returns:
- the newly created FileInfo instance
-
createTargetLanguages
public TargetLanguages createTargetLanguages()
Create an instance ofTargetLanguages- Returns:
- the newly created TargetLanguages
-
createTextContent
public TextContent createTextContent()
Create an instance ofTextContent- Returns:
- the newly created TextContent instance
-
createXini
public Xini createXini()
Create an instance ofXini- Returns:
- the newly created Xini instance
-
createEndPlaceHolder
public EndPlaceHolder createEndPlaceHolder()
Create an instance ofEndPlaceHolder- Returns:
- the newly created EndPlaceHolder instance
-
createPageElements
public Page.Elements createPageElements()
Create an instance ofPage.Elements- Returns:
- the newly created Page.Elements instance
-
createStartPlaceHolder
public StartPlaceHolder createStartPlaceHolder()
Create an instance ofStartPlaceHolder- Returns:
- the newly created StartPlaceHolder instance
-
createField
public Field createField()
Create an instance ofField- Returns:
- the newly created Field instance
-
createTable
public Table createTable()
Create an instance ofTable- Returns:
- the newly created Table instance
-
createValuePair
public ValuePair createValuePair()
Create an instance ofValuePair- Returns:
- the newly created ValuePair instance
-
createPage
public Page createPage()
Create an instance ofPage- Returns:
- the newly created Page instance
-
createMain
public Main createMain()
Create an instance ofMain- Returns:
- the newly created Main instance
-
createFields
public Fields createFields()
Create an instance ofFields- Returns:
- the newly created Fields instance
-
createElement
public Element createElement()
Create an instance ofElement- Returns:
- the newly created Element instance
-
createINITD
public INITD createINITD()
Create an instance ofINITD- Returns:
- the newly created INITD instance
-
createTrans
public Trans createTrans()
Create an instance ofTrans- Returns:
- the newly created Trans instance
-
createPlaceHolder
public PlaceHolder createPlaceHolder()
Create an instance ofPlaceHolder- Returns:
- the newly created PlaceHolder instance
-
createFilterInfo
public FilterInfo createFilterInfo()
Create an instance ofFilterInfo- Returns:
- the newly created FilterInfo instance
-
createJobInfo
public JobInfo createJobInfo()
Create an instance ofJobInfo- Returns:
- the newly created JobInfo instance
-
createINITable
public INITable createINITable()
Create an instance ofINITable- Returns:
- the newly created INITable instance
-
createXini
public jakarta.xml.bind.JAXBElement<Xini> createXini(Xini value)
- Returns:
- the newly created JAXBElement of Xini instance
-
createTextContentSph
public jakarta.xml.bind.JAXBElement<StartPlaceHolder> createTextContentSph(StartPlaceHolder value)
- Returns:
- the newly created JAXBElement of StartPlaceHolder instance
-
createTextContentSub
public jakarta.xml.bind.JAXBElement<TextContent> createTextContentSub(TextContent value)
- Returns:
- the newly created JAXBElement of TextContent instance
-
createTextContentU
public jakarta.xml.bind.JAXBElement<TextContent> createTextContentU(TextContent value)
- Returns:
- the newly created JAXBElement of TextContent instance
-
createTextContentB
public jakarta.xml.bind.JAXBElement<TextContent> createTextContentB(TextContent value)
- Returns:
- the newly created JAXBElement of TextContent instance
-
createTextContentEph
public jakarta.xml.bind.JAXBElement<EndPlaceHolder> createTextContentEph(EndPlaceHolder value)
- Returns:
- the newly created JAXBElement of EndPlaceHolder instance
-
createTextContentPh
public jakarta.xml.bind.JAXBElement<PlaceHolder> createTextContentPh(PlaceHolder value)
- Returns:
- the newly created JAXBElement of PlaceHolder instance
-
createTextContentSup
public jakarta.xml.bind.JAXBElement<TextContent> createTextContentSup(TextContent value)
- Returns:
- the newly created JAXBElement of TextContent instance
-
createTextContentBr
public jakarta.xml.bind.JAXBElement<Empty> createTextContentBr(Empty value)
- Returns:
- the newly created JAXBElement of Empty instance
-
createTextContentI
public jakarta.xml.bind.JAXBElement<TextContent> createTextContentI(TextContent value)
- Returns:
- the newly created JAXBElement of TextContent instance
-
-