public class ObjectFactory extends Object
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.
Type | Property and Description |
---|---|
Property |
create
Create an instance of
Property |
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.moreover.api
|
public ObjectFactory()
public SemanticsItem createSemanticsItem()
SemanticsItem
public ArticlesResponse createArticlesResponse()
ArticlesResponse
public AudioOrVideo createAudioOrVideo()
AudioOrVideo
public ArticlePublishingPlatform createArticlePublishingPlatform()
ArticlePublishingPlatform
public ArticleLocation createArticleLocation()
ArticleLocation
public AuthorPublishingPlatform createAuthorPublishingPlatform()
AuthorPublishingPlatform
public SourceLocation createSourceLocation()
SourceLocation
public Feed.AutoTopics createFeedAutoTopics()
Feed.AutoTopics
public Feed.EditorialTopics createFeedEditorialTopics()
Feed.EditorialTopics
public Broadcast.Lines createBroadcastLines()
Broadcast.Lines
public SemanticsItem.Properties createSemanticsItemProperties()
SemanticsItem.Properties
public Semantics.Events createSemanticsEvents()
Semantics.Events
public Semantics.Entities createSemanticsEntities()
Semantics.Entities
public Article.Tags createArticleTags()
Article.Tags
public Article.OutboundUrls createArticleOutboundUrls()
Article.OutboundUrls
public Article.Topics createArticleTopics()
Article.Topics
public Article.Companies createArticleCompanies()
Article.Companies
public Article.Locations createArticleLocations()
Article.Locations
public ArticlesResponse.Articles createArticlesResponseArticles()
ArticlesResponse.Articles
public JAXBElement<ArticlesResponse> createResponse(ArticlesResponse value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.