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