Class ObjectFactory
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.text.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the net.webpdf.wsclient.schema.extraction.text 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.webpdf.wsclient.schema.extraction.text
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentTypecreateContentType()Create an instance ofContentTypeLinkTypecreateLinkType()Create an instance ofLinkTypeParagraphTypecreateParagraphType()Create an instance ofParagraphTypeRectangleTypecreateRectangleType()Create an instance ofRectangleTypeTextsTypecreateTextsType()Create an instance ofTextsTypeTextTypecreateTextType()Create an instance ofTextTypeWordContentTypecreateWordContentType()Create an instance ofWordContentTypeWordTypecreateWordType()Create an instance ofWordType
-
-
-
Method Detail
-
createTextsType
public TextsType createTextsType()
Create an instance ofTextsType- Returns:
- the new instance of
TextsType
-
createTextType
public TextType createTextType()
Create an instance ofTextType- Returns:
- the new instance of
TextType
-
createLinkType
public LinkType createLinkType()
Create an instance ofLinkType- Returns:
- the new instance of
LinkType
-
createParagraphType
public ParagraphType createParagraphType()
Create an instance ofParagraphType- Returns:
- the new instance of
ParagraphType
-
createWordType
public WordType createWordType()
Create an instance ofWordType- Returns:
- the new instance of
WordType
-
createContentType
public ContentType createContentType()
Create an instance ofContentType- Returns:
- the new instance of
ContentType
-
createWordContentType
public WordContentType createWordContentType()
Create an instance ofWordContentType- Returns:
- the new instance of
WordContentType
-
createRectangleType
public RectangleType createRectangleType()
Create an instance ofRectangleType- Returns:
- the new instance of
RectangleType
-
-