|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.bind.JAXBContext
magoffin.matt.ma2.domain.impl.runtime.DefaultJAXBContextImpl
magoffin.matt.ma2.domain.ObjectFactory
public class ObjectFactory
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 |
|---|
public static final magoffin.matt.ma2.domain.impl.runtime.GrammarInfo grammarInfo
public static final java.lang.Class version
| Constructor Detail |
|---|
public ObjectFactory()
| Method Detail |
|---|
public java.lang.Object newInstance(java.lang.Class javaContentInterface)
throws javax.xml.bind.JAXBException
newInstance in class magoffin.matt.ma2.domain.impl.runtime.DefaultJAXBContextImpljavaContentInterface - the Class object of the javacontent interface to instantiate
JAXBException - if an error occurs
public java.lang.Object getProperty(java.lang.String name)
throws javax.xml.bind.PropertyException
getProperty in class magoffin.matt.ma2.domain.impl.runtime.DefaultJAXBContextImplname - the name of the property to retrieve
PropertyException - when there is an error retrieving the given property or value
public void setProperty(java.lang.String name,
java.lang.Object value)
throws javax.xml.bind.PropertyException
setProperty in class magoffin.matt.ma2.domain.impl.runtime.DefaultJAXBContextImplvalue - the value of the property to be setname - the name of the property to retrieve
PropertyException - when there is an error processing the given property or value
public AlbumSearchResult createAlbumSearchResult()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SharedAlbumSearchResult createSharedAlbumSearchResult()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public AddMediaRequestType createAddMediaRequestType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public AlbumImportType createAlbumImportType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public MediaItem createMediaItem()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public PaginationIndexSection createPaginationIndexSection()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public PaginationIndex createPaginationIndex()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Locale createLocale()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public UserComment createUserComment()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public TimeZone createTimeZone()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ItemImportType createItemImportType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Album createAlbum()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public GetCollectionListRequest createGetCollectionListRequest()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public UiSession createUiSession()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public MediaSpec createMediaSpec()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public UiBase createUiBase()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CollectionListItemType createCollectionListItemType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Session createSession()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public AddMediaResponse createAddMediaResponse()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public InitParamConfig createInitParamConfig()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public PaginationCriteria createPaginationCriteria()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public UiModel createUiModel()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public GetCollectionListResponseType createGetCollectionListResponseType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CollectionImportType createCollectionImportType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Model createModel()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Theme createTheme()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Collection createCollection()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public AddMediaRequest createAddMediaRequest()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Edit createEdit()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SearchResults createSearchResults()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public User createUser()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public MediaDataType createMediaDataType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public GetCollectionListResponse createGetCollectionListResponse()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public KeyNameType createKeyNameType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public UserTag createUserTag()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public AddMediaResponseType createAddMediaResponseType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public MediaItemSearchResult createMediaItemSearchResult()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Metadata createMetadata()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public MediaSizeDefinition createMediaSizeDefinition()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public PosterSearchResult createPosterSearchResult()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CollectionImport createCollectionImport()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public UiEdit createUiEdit()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public JobInfo createJobInfo()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public MediaItemType createMediaItemType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public BaseImportType createBaseImportType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public MediaItemRating createMediaItemRating()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public MetadataImportType createMetadataImportType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public UserSearchResult createUserSearchResult()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public WorkInfo createWorkInfo()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public GetCollectionListRequestType createGetCollectionListRequestType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||