magoffin.matt.ma2.domain
Class ObjectFactory

java.lang.Object
  extended by javax.xml.bind.JAXBContext
      extended by magoffin.matt.ma2.domain.impl.runtime.DefaultJAXBContextImpl
          extended by magoffin.matt.ma2.domain.ObjectFactory

public class ObjectFactory
extends magoffin.matt.ma2.domain.impl.runtime.DefaultJAXBContextImpl

This object contains factory methods for each Java content interface and Java element interface generated in the magoffin.matt.ma2.domain 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.


Field Summary
static magoffin.matt.ma2.domain.impl.runtime.GrammarInfo grammarInfo
           
static java.lang.Class version
           
 
Fields inherited from class javax.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY
 
Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: magoffin.matt.ma2.domain
 
Method Summary
 AddMediaRequest createAddMediaRequest()
          Create an instance of AddMediaRequest
 AddMediaRequestType createAddMediaRequestType()
          Create an instance of AddMediaRequestType
 AddMediaResponse createAddMediaResponse()
          Create an instance of AddMediaResponse
 AddMediaResponseType createAddMediaResponseType()
          Create an instance of AddMediaResponseType
 Album createAlbum()
          Create an instance of Album
 AlbumImportType createAlbumImportType()
          Create an instance of AlbumImportType
 AlbumSearchResult createAlbumSearchResult()
          Create an instance of AlbumSearchResult
 BaseImportType createBaseImportType()
          Create an instance of BaseImportType
 Collection createCollection()
          Create an instance of Collection
 CollectionImport createCollectionImport()
          Create an instance of CollectionImport
 CollectionImportType createCollectionImportType()
          Create an instance of CollectionImportType
 CollectionListItemType createCollectionListItemType()
          Create an instance of CollectionListItemType
 Edit createEdit()
          Create an instance of Edit
 GetCollectionListRequest createGetCollectionListRequest()
          Create an instance of GetCollectionListRequest
 GetCollectionListRequestType createGetCollectionListRequestType()
          Create an instance of GetCollectionListRequestType
 GetCollectionListResponse createGetCollectionListResponse()
          Create an instance of GetCollectionListResponse
 GetCollectionListResponseType createGetCollectionListResponseType()
          Create an instance of GetCollectionListResponseType
 InitParamConfig createInitParamConfig()
          Create an instance of InitParamConfig
 ItemImportType createItemImportType()
          Create an instance of ItemImportType
 JobInfo createJobInfo()
          Create an instance of JobInfo
 KeyNameType createKeyNameType()
          Create an instance of KeyNameType
 Locale createLocale()
          Create an instance of Locale
 MediaDataType createMediaDataType()
          Create an instance of MediaDataType
 MediaItem createMediaItem()
          Create an instance of MediaItem
 MediaItemRating createMediaItemRating()
          Create an instance of MediaItemRating
 MediaItemSearchResult createMediaItemSearchResult()
          Create an instance of MediaItemSearchResult
 MediaItemType createMediaItemType()
          Create an instance of MediaItemType
 MediaSizeDefinition createMediaSizeDefinition()
          Create an instance of MediaSizeDefinition
 MediaSpec createMediaSpec()
          Create an instance of MediaSpec
 Metadata createMetadata()
          Create an instance of Metadata
 MetadataImportType createMetadataImportType()
          Create an instance of MetadataImportType
 Model createModel()
          Create an instance of Model
 PaginationCriteria createPaginationCriteria()
          Create an instance of PaginationCriteria
 PaginationIndex createPaginationIndex()
          Create an instance of PaginationIndex
 PaginationIndexSection createPaginationIndexSection()
          Create an instance of PaginationIndexSection
 PosterSearchResult createPosterSearchResult()
          Create an instance of PosterSearchResult
 SearchResults createSearchResults()
          Create an instance of SearchResults
 Session createSession()
          Create an instance of Session
 SharedAlbumSearchResult createSharedAlbumSearchResult()
          Create an instance of SharedAlbumSearchResult
 Theme createTheme()
          Create an instance of Theme
 TimeZone createTimeZone()
          Create an instance of TimeZone
 UiBase createUiBase()
          Create an instance of UiBase
 UiEdit createUiEdit()
          Create an instance of UiEdit
 UiModel createUiModel()
          Create an instance of UiModel
 UiSession createUiSession()
          Create an instance of UiSession
 User createUser()
          Create an instance of User
 UserComment createUserComment()
          Create an instance of UserComment
 UserSearchResult createUserSearchResult()
          Create an instance of UserSearchResult
 UserTag createUserTag()
          Create an instance of UserTag
 WorkInfo createWorkInfo()
          Create an instance of WorkInfo
 java.lang.Object getProperty(java.lang.String name)
          Get the specified property.
 java.lang.Object newInstance(java.lang.Class javaContentInterface)
          Create an instance of the specified Java content interface.
 void setProperty(java.lang.String name, java.lang.Object value)
          Set the specified property.
 
Methods inherited from class magoffin.matt.ma2.domain.impl.runtime.DefaultJAXBContextImpl
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
 
Methods inherited from class javax.xml.bind.JAXBContext
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grammarInfo

public static final magoffin.matt.ma2.domain.impl.runtime.GrammarInfo grammarInfo

version

public static final java.lang.Class version
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: magoffin.matt.ma2.domain

Method Detail

newInstance

public java.lang.Object newInstance(java.lang.Class javaContentInterface)
                             throws javax.xml.bind.JAXBException
Create an instance of the specified Java content interface.

Overrides:
newInstance in class magoffin.matt.ma2.domain.impl.runtime.DefaultJAXBContextImpl
Parameters:
javaContentInterface - the Class object of the javacontent interface to instantiate
Returns:
a new instance
Throws:
JAXBException - if an error occurs

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws javax.xml.bind.PropertyException
Get the specified property. This method can only be used to get provider specific properties. Attempting to get an undefined property will result in a PropertyException being thrown.

Overrides:
getProperty in class magoffin.matt.ma2.domain.impl.runtime.DefaultJAXBContextImpl
Parameters:
name - the name of the property to retrieve
Returns:
the value of the requested property
Throws:
PropertyException - when there is an error retrieving the given property or value

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws javax.xml.bind.PropertyException
Set the specified property. This method can only be used to set provider specific properties. Attempting to set an undefined property will result in a PropertyException being thrown.

Overrides:
setProperty in class magoffin.matt.ma2.domain.impl.runtime.DefaultJAXBContextImpl
Parameters:
value - the value of the property to be set
name - the name of the property to retrieve
Throws:
PropertyException - when there is an error processing the given property or value

createAlbumSearchResult

public AlbumSearchResult createAlbumSearchResult()
                                          throws javax.xml.bind.JAXBException
Create an instance of AlbumSearchResult

Throws:
JAXBException - if an error occurs

createSharedAlbumSearchResult

public SharedAlbumSearchResult createSharedAlbumSearchResult()
                                                      throws javax.xml.bind.JAXBException
Create an instance of SharedAlbumSearchResult

Throws:
JAXBException - if an error occurs

createAddMediaRequestType

public AddMediaRequestType createAddMediaRequestType()
                                              throws javax.xml.bind.JAXBException
Create an instance of AddMediaRequestType

Throws:
JAXBException - if an error occurs

createAlbumImportType

public AlbumImportType createAlbumImportType()
                                      throws javax.xml.bind.JAXBException
Create an instance of AlbumImportType

Throws:
JAXBException - if an error occurs

createMediaItem

public MediaItem createMediaItem()
                          throws javax.xml.bind.JAXBException
Create an instance of MediaItem

Throws:
JAXBException - if an error occurs

createPaginationIndexSection

public PaginationIndexSection createPaginationIndexSection()
                                                    throws javax.xml.bind.JAXBException
Create an instance of PaginationIndexSection

Throws:
JAXBException - if an error occurs

createPaginationIndex

public PaginationIndex createPaginationIndex()
                                      throws javax.xml.bind.JAXBException
Create an instance of PaginationIndex

Throws:
JAXBException - if an error occurs

createLocale

public Locale createLocale()
                    throws javax.xml.bind.JAXBException
Create an instance of Locale

Throws:
JAXBException - if an error occurs

createUserComment

public UserComment createUserComment()
                              throws javax.xml.bind.JAXBException
Create an instance of UserComment

Throws:
JAXBException - if an error occurs

createTimeZone

public TimeZone createTimeZone()
                        throws javax.xml.bind.JAXBException
Create an instance of TimeZone

Throws:
JAXBException - if an error occurs

createItemImportType

public ItemImportType createItemImportType()
                                    throws javax.xml.bind.JAXBException
Create an instance of ItemImportType

Throws:
JAXBException - if an error occurs

createAlbum

public Album createAlbum()
                  throws javax.xml.bind.JAXBException
Create an instance of Album

Throws:
JAXBException - if an error occurs

createGetCollectionListRequest

public GetCollectionListRequest createGetCollectionListRequest()
                                                        throws javax.xml.bind.JAXBException
Create an instance of GetCollectionListRequest

Throws:
JAXBException - if an error occurs

createUiSession

public UiSession createUiSession()
                          throws javax.xml.bind.JAXBException
Create an instance of UiSession

Throws:
JAXBException - if an error occurs

createMediaSpec

public MediaSpec createMediaSpec()
                          throws javax.xml.bind.JAXBException
Create an instance of MediaSpec

Throws:
JAXBException - if an error occurs

createUiBase

public UiBase createUiBase()
                    throws javax.xml.bind.JAXBException
Create an instance of UiBase

Throws:
JAXBException - if an error occurs

createCollectionListItemType

public CollectionListItemType createCollectionListItemType()
                                                    throws javax.xml.bind.JAXBException
Create an instance of CollectionListItemType

Throws:
JAXBException - if an error occurs

createSession

public Session createSession()
                      throws javax.xml.bind.JAXBException
Create an instance of Session

Throws:
JAXBException - if an error occurs

createAddMediaResponse

public AddMediaResponse createAddMediaResponse()
                                        throws javax.xml.bind.JAXBException
Create an instance of AddMediaResponse

Throws:
JAXBException - if an error occurs

createInitParamConfig

public InitParamConfig createInitParamConfig()
                                      throws javax.xml.bind.JAXBException
Create an instance of InitParamConfig

Throws:
JAXBException - if an error occurs

createPaginationCriteria

public PaginationCriteria createPaginationCriteria()
                                            throws javax.xml.bind.JAXBException
Create an instance of PaginationCriteria

Throws:
JAXBException - if an error occurs

createUiModel

public UiModel createUiModel()
                      throws javax.xml.bind.JAXBException
Create an instance of UiModel

Throws:
JAXBException - if an error occurs

createGetCollectionListResponseType

public GetCollectionListResponseType createGetCollectionListResponseType()
                                                                  throws javax.xml.bind.JAXBException
Create an instance of GetCollectionListResponseType

Throws:
JAXBException - if an error occurs

createCollectionImportType

public CollectionImportType createCollectionImportType()
                                                throws javax.xml.bind.JAXBException
Create an instance of CollectionImportType

Throws:
JAXBException - if an error occurs

createModel

public Model createModel()
                  throws javax.xml.bind.JAXBException
Create an instance of Model

Throws:
JAXBException - if an error occurs

createTheme

public Theme createTheme()
                  throws javax.xml.bind.JAXBException
Create an instance of Theme

Throws:
JAXBException - if an error occurs

createCollection

public Collection createCollection()
                            throws javax.xml.bind.JAXBException
Create an instance of Collection

Throws:
JAXBException - if an error occurs

createAddMediaRequest

public AddMediaRequest createAddMediaRequest()
                                      throws javax.xml.bind.JAXBException
Create an instance of AddMediaRequest

Throws:
JAXBException - if an error occurs

createEdit

public Edit createEdit()
                throws javax.xml.bind.JAXBException
Create an instance of Edit

Throws:
JAXBException - if an error occurs

createSearchResults

public SearchResults createSearchResults()
                                  throws javax.xml.bind.JAXBException
Create an instance of SearchResults

Throws:
JAXBException - if an error occurs

createUser

public User createUser()
                throws javax.xml.bind.JAXBException
Create an instance of User

Throws:
JAXBException - if an error occurs

createMediaDataType

public MediaDataType createMediaDataType()
                                  throws javax.xml.bind.JAXBException
Create an instance of MediaDataType

Throws:
JAXBException - if an error occurs

createGetCollectionListResponse

public GetCollectionListResponse createGetCollectionListResponse()
                                                          throws javax.xml.bind.JAXBException
Create an instance of GetCollectionListResponse

Throws:
JAXBException - if an error occurs

createKeyNameType

public KeyNameType createKeyNameType()
                              throws javax.xml.bind.JAXBException
Create an instance of KeyNameType

Throws:
JAXBException - if an error occurs

createUserTag

public UserTag createUserTag()
                      throws javax.xml.bind.JAXBException
Create an instance of UserTag

Throws:
JAXBException - if an error occurs

createAddMediaResponseType

public AddMediaResponseType createAddMediaResponseType()
                                                throws javax.xml.bind.JAXBException
Create an instance of AddMediaResponseType

Throws:
JAXBException - if an error occurs

createMediaItemSearchResult

public MediaItemSearchResult createMediaItemSearchResult()
                                                  throws javax.xml.bind.JAXBException
Create an instance of MediaItemSearchResult

Throws:
JAXBException - if an error occurs

createMetadata

public Metadata createMetadata()
                        throws javax.xml.bind.JAXBException
Create an instance of Metadata

Throws:
JAXBException - if an error occurs

createMediaSizeDefinition

public MediaSizeDefinition createMediaSizeDefinition()
                                              throws javax.xml.bind.JAXBException
Create an instance of MediaSizeDefinition

Throws:
JAXBException - if an error occurs

createPosterSearchResult

public PosterSearchResult createPosterSearchResult()
                                            throws javax.xml.bind.JAXBException
Create an instance of PosterSearchResult

Throws:
JAXBException - if an error occurs

createCollectionImport

public CollectionImport createCollectionImport()
                                        throws javax.xml.bind.JAXBException
Create an instance of CollectionImport

Throws:
JAXBException - if an error occurs

createUiEdit

public UiEdit createUiEdit()
                    throws javax.xml.bind.JAXBException
Create an instance of UiEdit

Throws:
JAXBException - if an error occurs

createJobInfo

public JobInfo createJobInfo()
                      throws javax.xml.bind.JAXBException
Create an instance of JobInfo

Throws:
JAXBException - if an error occurs

createMediaItemType

public MediaItemType createMediaItemType()
                                  throws javax.xml.bind.JAXBException
Create an instance of MediaItemType

Throws:
JAXBException - if an error occurs

createBaseImportType

public BaseImportType createBaseImportType()
                                    throws javax.xml.bind.JAXBException
Create an instance of BaseImportType

Throws:
JAXBException - if an error occurs

createMediaItemRating

public MediaItemRating createMediaItemRating()
                                      throws javax.xml.bind.JAXBException
Create an instance of MediaItemRating

Throws:
JAXBException - if an error occurs

createMetadataImportType

public MetadataImportType createMetadataImportType()
                                            throws javax.xml.bind.JAXBException
Create an instance of MetadataImportType

Throws:
JAXBException - if an error occurs

createUserSearchResult

public UserSearchResult createUserSearchResult()
                                        throws javax.xml.bind.JAXBException
Create an instance of UserSearchResult

Throws:
JAXBException - if an error occurs

createWorkInfo

public WorkInfo createWorkInfo()
                        throws javax.xml.bind.JAXBException
Create an instance of WorkInfo

Throws:
JAXBException - if an error occurs

createGetCollectionListRequestType

public GetCollectionListRequestType createGetCollectionListRequestType()
                                                                throws javax.xml.bind.JAXBException
Create an instance of GetCollectionListRequestType

Throws:
JAXBException - if an error occurs