org.xwiki.rest.model.jaxb
Class ObjectFactory

java.lang.Object
  extended by org.xwiki.rest.model.jaxb.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.xwiki.rest.model.jaxb 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.xwiki.rest.model.jaxb
 
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.xwiki.rest.model.jaxb

Method Detail

createWikis

public Wikis createWikis()
Create an instance of Wikis


createLinkCollection

public LinkCollection createLinkCollection()
Create an instance of LinkCollection


createLink

public Link createLink()
Create an instance of Link


createWiki

public Wiki createWiki()
Create an instance of Wiki


createTag

public Tag createTag()
Create an instance of Tag


createXwiki

public Xwiki createXwiki()
Create an instance of Xwiki


createSyntaxes

public Syntaxes createSyntaxes()
Create an instance of Syntaxes


createObject

public Object createObject()
Create an instance of Object


createObjectSummary

public ObjectSummary createObjectSummary()
Create an instance of ObjectSummary


createProperty

public Property createProperty()
Create an instance of Property


createSpace

public Space createSpace()
Create an instance of Space


createSearchResult

public SearchResult createSearchResult()
Create an instance of SearchResult


createPage

public Page createPage()
Create an instance of Page


createPageSummary

public PageSummary createPageSummary()
Create an instance of PageSummary


createTranslations

public Translations createTranslations()
Create an instance of Translations


createAttachments

public Attachments createAttachments()
Create an instance of Attachments


createAttachment

public Attachment createAttachment()
Create an instance of Attachment


createObjects

public Objects createObjects()
Create an instance of Objects


createClasses

public Classes createClasses()
Create an instance of Classes


createClass

public Class createClass()
Create an instance of Class


createTags

public Tags createTags()
Create an instance of Tags


createSpaces

public Spaces createSpaces()
Create an instance of Spaces


createPages

public Pages createPages()
Create an instance of Pages


createAttribute

public Attribute createAttribute()
Create an instance of Attribute


createProperties

public Properties createProperties()
Create an instance of Properties


createHistory

public History createHistory()
Create an instance of History


createHistorySummary

public HistorySummary createHistorySummary()
Create an instance of HistorySummary


createSearchResults

public SearchResults createSearchResults()
Create an instance of SearchResults


createTranslation

public Translation createTranslation()
Create an instance of Translation


createComment

public Comment createComment()
Create an instance of Comment


createComments

public Comments createComments()
Create an instance of Comments


createObjectSummary

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