yarfraw.generated.itunes.elements
Class ObjectFactory

java.lang.Object
  extended by yarfraw.generated.itunes.elements.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the yarfraw.generated.itunes.elements 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: yarfraw.generated.itunes.elements
 
Method Summary
 JAXBElement<String> createAuthor(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createBlock(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<ItunesCategoryType> createCategory(ItunesCategoryType value)
          Create an instance of JAXBElement<ItunesCategoryType>}
 JAXBElement<String> createDuration(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createExplicit(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<ItunesImageType> createImage(ItunesImageType value)
          Create an instance of JAXBElement<ItunesImageType>}
 ItunesCategoryType createItunesCategoryType()
          Create an instance of ItunesCategoryType
 ItunesExtension createItunesExtension()
          Create an instance of ItunesExtension
 ItunesImageType createItunesImageType()
          Create an instance of ItunesImageType
 ItunesOwnerType createItunesOwnerType()
          Create an instance of ItunesOwnerType
 JAXBElement<String> createKeywords(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createNewFeedUrl(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<ItunesOwnerType> createOwner(ItunesOwnerType value)
          Create an instance of JAXBElement<ItunesOwnerType>}
 JAXBElement<String> createSubtitle(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createSummary(String value)
          Create an instance of JAXBElement<String>}
 
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: yarfraw.generated.itunes.elements

Method Detail

createItunesExtension

public ItunesExtension createItunesExtension()
Create an instance of ItunesExtension


createItunesOwnerType

public ItunesOwnerType createItunesOwnerType()
Create an instance of ItunesOwnerType


createItunesImageType

public ItunesImageType createItunesImageType()
Create an instance of ItunesImageType


createItunesCategoryType

public ItunesCategoryType createItunesCategoryType()
Create an instance of ItunesCategoryType


createExplicit

public JAXBElement<String> createExplicit(String value)
Create an instance of JAXBElement<String>}


createSummary

public JAXBElement<String> createSummary(String value)
Create an instance of JAXBElement<String>}


createAuthor

public JAXBElement<String> createAuthor(String value)
Create an instance of JAXBElement<String>}


createCategory

public JAXBElement<ItunesCategoryType> createCategory(ItunesCategoryType value)
Create an instance of JAXBElement<ItunesCategoryType>}


createDuration

public JAXBElement<String> createDuration(String value)
Create an instance of JAXBElement<String>}


createKeywords

public JAXBElement<String> createKeywords(String value)
Create an instance of JAXBElement<String>}


createSubtitle

public JAXBElement<String> createSubtitle(String value)
Create an instance of JAXBElement<String>}


createOwner

public JAXBElement<ItunesOwnerType> createOwner(ItunesOwnerType value)
Create an instance of JAXBElement<ItunesOwnerType>}


createImage

public JAXBElement<ItunesImageType> createImage(ItunesImageType value)
Create an instance of JAXBElement<ItunesImageType>}


createBlock

public JAXBElement<String> createBlock(String value)
Create an instance of JAXBElement<String>}


createNewFeedUrl

public JAXBElement<String> createNewFeedUrl(String value)
Create an instance of JAXBElement<String>}



Copyright © 2008. All Rights Reserved.