org.xwiki.rest.model.jaxb
Class ObjectFactory

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

public class ObjectFactory
extends java.lang.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
 javax.xml.bind.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

createXwiki

public Xwiki createXwiki()
Create an instance of Xwiki


createClass

public Class createClass()
Create an instance of Class


createSpace

public Space createSpace()
Create an instance of Space


createComment

public Comment createComment()
Create an instance of Comment


createSyntaxes

public Syntaxes createSyntaxes()
Create an instance of Syntaxes


createPageSummary

public PageSummary createPageSummary()
Create an instance of PageSummary


createSearchResult

public SearchResult createSearchResult()
Create an instance of SearchResult


createObjectSummary

public ObjectSummary createObjectSummary()
Create an instance of ObjectSummary


createTranslations

public Translations createTranslations()
Create an instance of Translations


createProperties

public Properties createProperties()
Create an instance of Properties


createHistorySummary

public HistorySummary createHistorySummary()
Create an instance of HistorySummary


createAttachment

public Attachment createAttachment()
Create an instance of Attachment


createPage

public Page createPage()
Create an instance of Page


createTranslation

public Translation createTranslation()
Create an instance of Translation


createObject

public Object createObject()
Create an instance of Object


createWiki

public Wiki createWiki()
Create an instance of Wiki


createAttachments

public Attachments createAttachments()
Create an instance of Attachments


createTag

public Tag createTag()
Create an instance of Tag


createHistory

public History createHistory()
Create an instance of History


createClasses

public Classes createClasses()
Create an instance of Classes


createTags

public Tags createTags()
Create an instance of Tags


createObjects

public Objects createObjects()
Create an instance of Objects


createLink

public Link createLink()
Create an instance of Link


createLinkCollection

public LinkCollection createLinkCollection()
Create an instance of LinkCollection


createComments

public Comments createComments()
Create an instance of Comments


createProperty

public Property createProperty()
Create an instance of Property


createSearchResults

public SearchResults createSearchResults()
Create an instance of SearchResults


createPages

public Pages createPages()
Create an instance of Pages


createSpaces

public Spaces createSpaces()
Create an instance of Spaces


createAttribute

public Attribute createAttribute()
Create an instance of Attribute


createWikis

public Wikis createWikis()
Create an instance of Wikis


createObjectSummary

public javax.xml.bind.JAXBElement<ObjectSummary> createObjectSummary(ObjectSummary value)
Create an instance of JAXBElement<ObjectSummary>}



Copyright © 2004-2010 XWiki. All Rights Reserved.