org.exoplatform.wiki.service.rest.model
Class ObjectFactory

java.lang.Object
  extended by org.exoplatform.wiki.service.rest.model.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.exoplatform.wiki.service.rest.model 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.exoplatform.wiki.service.rest.model
 
Method Summary
 Attachment createAttachment()
          Create an instance of Attachment
 Attachments createAttachments()
          Create an instance of Attachments
 Attribute createAttribute()
          Create an instance of Attribute
 Class createClass()
          Create an instance of Class
 Classes createClasses()
          Create an instance of Classes
 Comment createComment()
          Create an instance of Comment
 Comments createComments()
          Create an instance of Comments
 History createHistory()
          Create an instance of History
 HistorySummary createHistorySummary()
          Create an instance of HistorySummary
 Link createLink()
          Create an instance of Link
 LinkCollection createLinkCollection()
          Create an instance of LinkCollection
 Object createObject()
          Create an instance of Object
 Objects createObjects()
          Create an instance of Objects
 ObjectSummary createObjectSummary()
          Create an instance of ObjectSummary
 JAXBElement<ObjectSummary> createObjectSummary(ObjectSummary value)
          Create an instance of JAXBElement<ObjectSummary>}
 Page createPage()
          Create an instance of Page
 Pages createPages()
          Create an instance of Pages
 PageSummary createPageSummary()
          Create an instance of PageSummary
 Properties createProperties()
          Create an instance of Properties
 Property createProperty()
          Create an instance of Property
 SearchResult createSearchResult()
          Create an instance of SearchResult
 SearchResults createSearchResults()
          Create an instance of SearchResults
 Space createSpace()
          Create an instance of Space
 Spaces createSpaces()
          Create an instance of Spaces
 Syntaxes createSyntaxes()
          Create an instance of Syntaxes
 Tag createTag()
          Create an instance of Tag
 Tags createTags()
          Create an instance of Tags
 Translation createTranslation()
          Create an instance of Translation
 Translations createTranslations()
          Create an instance of Translations
 Wiki createWiki()
          Create an instance of Wiki
 Wikis createWikis()
          Create an instance of Wikis
 Xwiki createXwiki()
          Create an instance of Xwiki
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.exoplatform.wiki.service.rest.model

Method Detail

createProperty

public Property createProperty()
Create an instance of Property


createObjects

public Objects createObjects()
Create an instance of Objects


createTag

public Tag createTag()
Create an instance of Tag


createLinkCollection

public LinkCollection createLinkCollection()
Create an instance of LinkCollection


createPage

public Page createPage()
Create an instance of Page


createClass

public Class createClass()
Create an instance of Class


createProperties

public Properties createProperties()
Create an instance of Properties


createObject

public Object createObject()
Create an instance of Object


createAttachments

public Attachments createAttachments()
Create an instance of Attachments


createWikis

public Wikis createWikis()
Create an instance of Wikis


createTranslation

public Translation createTranslation()
Create an instance of Translation


createWiki

public Wiki createWiki()
Create an instance of Wiki


createClasses

public Classes createClasses()
Create an instance of Classes


createTags

public Tags createTags()
Create an instance of Tags


createSearchResult

public SearchResult createSearchResult()
Create an instance of SearchResult


createXwiki

public Xwiki createXwiki()
Create an instance of Xwiki


createTranslations

public Translations createTranslations()
Create an instance of Translations


createSpaces

public Spaces createSpaces()
Create an instance of Spaces


createComments

public Comments createComments()
Create an instance of Comments


createSpace

public Space createSpace()
Create an instance of Space


createComment

public Comment createComment()
Create an instance of Comment


createLink

public Link createLink()
Create an instance of Link


createAttribute

public Attribute createAttribute()
Create an instance of Attribute


createSearchResults

public SearchResults createSearchResults()
Create an instance of SearchResults


createHistory

public History createHistory()
Create an instance of History


createSyntaxes

public Syntaxes createSyntaxes()
Create an instance of Syntaxes


createHistorySummary

public HistorySummary createHistorySummary()
Create an instance of HistorySummary


createPageSummary

public PageSummary createPageSummary()
Create an instance of PageSummary


createPages

public Pages createPages()
Create an instance of Pages


createObjectSummary

public ObjectSummary createObjectSummary()
Create an instance of ObjectSummary


createAttachment

public Attachment createAttachment()
Create an instance of Attachment


createObjectSummary

public JAXBElement<ObjectSummary> createObjectSummary(ObjectSummary value)
Create an instance of JAXBElement<ObjectSummary>}



Copyright © 2013 eXo Platform SAS. All Rights Reserved.