Package gen.core.segmentation
Class ObjectFactory
java.lang.Object
gen.core.segmentation.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the gen.core.segmentation package.
An ObjectFactory allows you to programmatically 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: gen.core.segmentation -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAfterbreakCreate an instance ofBeforebreakCreate an instance ofBodyCreate an instance ofFormathandleCreate an instance ofHeaderCreate an instance ofLanguagemapCreate an instance ofLanguageruleCreate an instance ofLanguagerulesCreate an instance ofMaprulesCreate an instance ofRuleCreate an instance ofSrx
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gen.core.segmentation
-
-
Method Details
-
createAfterbreak
Create an instance ofAfterbreak- Returns:
- the new instance of
Afterbreak
-
createBeforebreak
Create an instance ofBeforebreak- Returns:
- the new instance of
Beforebreak
-
createBody
Create an instance ofBody- Returns:
- the new instance of
Body
-
createLanguagerules
Create an instance ofLanguagerules- Returns:
- the new instance of
Languagerules
-
createLanguagerule
Create an instance ofLanguagerule- Returns:
- the new instance of
Languagerule
-
createRule
Create an instance ofRule- Returns:
- the new instance of
Rule
-
createMaprules
Create an instance ofMaprules- Returns:
- the new instance of
Maprules
-
createLanguagemap
Create an instance ofLanguagemap- Returns:
- the new instance of
Languagemap
-
createFormathandle
Create an instance ofFormathandle- Returns:
- the new instance of
Formathandle
-
createHeader
Create an instance ofHeader- Returns:
- the new instance of
Header
-
createSrx
Create an instance ofSrx- Returns:
- the new instance of
Srx
-