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()
SemanticsItempublic ArticlesResponse createArticlesResponse()
ArticlesResponsepublic AudioOrVideo createAudioOrVideo()
AudioOrVideopublic ArticlePublishingPlatform createArticlePublishingPlatform()
ArticlePublishingPlatformpublic ArticleLocation createArticleLocation()
ArticleLocationpublic AuthorPublishingPlatform createAuthorPublishingPlatform()
AuthorPublishingPlatformpublic SourceLocation createSourceLocation()
SourceLocationpublic Feed.AutoTopics createFeedAutoTopics()
Feed.AutoTopicspublic Feed.EditorialTopics createFeedEditorialTopics()
Feed.EditorialTopicspublic Broadcast.Lines createBroadcastLines()
Broadcast.Linespublic SemanticsItem.Properties createSemanticsItemProperties()
SemanticsItem.Propertiespublic Semantics.Events createSemanticsEvents()
Semantics.Eventspublic Semantics.Entities createSemanticsEntities()
Semantics.Entitiespublic Article.Tags createArticleTags()
Article.Tagspublic Article.OutboundUrls createArticleOutboundUrls()
Article.OutboundUrlspublic Article.Topics createArticleTopics()
Article.Topicspublic Article.Companies createArticleCompanies()
Article.Companiespublic Article.Locations createArticleLocations()
Article.Locationspublic ArticlesResponse.Articles createArticlesResponseArticles()
ArticlesResponse.Articlespublic JAXBElement<ArticlesResponse> createResponse(ArticlesResponse value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.