yarfraw.generated.mrss.elements
Class ObjectFactory

java.lang.Object
  extended by yarfraw.generated.mrss.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.mrss.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.mrss.elements
 
Method Summary
 JAXBElement<MrssCategoryType> createCategory(MrssCategoryType value)
          Create an instance of JAXBElement<MrssCategoryType>}
 JAXBElement<MrssContentType> createContent(MrssContentType value)
          Create an instance of JAXBElement<MrssContentType>}
 JAXBElement<MrssCopyrightType> createCopyright(MrssCopyrightType value)
          Create an instance of JAXBElement<MrssCopyrightType>}
 JAXBElement<MrssCreditType> createCredit(MrssCreditType value)
          Create an instance of JAXBElement<MrssCreditType>}
 JAXBElement<MrssDescriptionType> createDescription(MrssDescriptionType value)
          Create an instance of JAXBElement<MrssDescriptionType>}
 JAXBElement<MrssGroupType> createGroup(MrssGroupType value)
          Create an instance of JAXBElement<MrssGroupType>}
 JAXBElement<MrssHashType> createHash(MrssHashType value)
          Create an instance of JAXBElement<MrssHashType>}
 JAXBElement<String> createKeywords(String value)
          Create an instance of JAXBElement<String>}
 MrssCategoryType createMrssCategoryType()
          Create an instance of MrssCategoryType
 MrssContentType createMrssContentType()
          Create an instance of MrssContentType
 MrssCopyrightType createMrssCopyrightType()
          Create an instance of MrssCopyrightType
 MrssCreditType createMrssCreditType()
          Create an instance of MrssCreditType
 MrssDescriptionType createMrssDescriptionType()
          Create an instance of MrssDescriptionType
 MrssExtension createMrssExtension()
          Create an instance of MrssExtension
 MrssGroupType createMrssGroupType()
          Create an instance of MrssGroupType
 MrssHashType createMrssHashType()
          Create an instance of MrssHashType
 MrssPlayerType createMrssPlayerType()
          Create an instance of MrssPlayerType
 MrssRatingType createMrssRatingType()
          Create an instance of MrssRatingType
 MrssRestrictionType createMrssRestrictionType()
          Create an instance of MrssRestrictionType
 MrssTextType createMrssTextType()
          Create an instance of MrssTextType
 MrssThumbnailType createMrssThumbnailType()
          Create an instance of MrssThumbnailType
 MrssTitleType createMrssTitleType()
          Create an instance of MrssTitleType
 JAXBElement<MrssPlayerType> createPlayer(MrssPlayerType value)
          Create an instance of JAXBElement<MrssPlayerType>}
 JAXBElement<MrssRatingType> createRating(MrssRatingType value)
          Create an instance of JAXBElement<MrssRatingType>}
 JAXBElement<MrssRestrictionType> createRestriction(MrssRestrictionType value)
          Create an instance of JAXBElement<MrssRestrictionType>}
 JAXBElement<MrssTextType> createText(MrssTextType value)
          Create an instance of JAXBElement<MrssTextType>}
 JAXBElement<MrssThumbnailType> createThumbnail(MrssThumbnailType value)
          Create an instance of JAXBElement<MrssThumbnailType>}
 JAXBElement<MrssTitleType> createTitle(MrssTitleType value)
          Create an instance of JAXBElement<MrssTitleType>}
 JAXBElement<String> createValid(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.mrss.elements

Method Detail

createMrssRestrictionType

public MrssRestrictionType createMrssRestrictionType()
Create an instance of MrssRestrictionType


createMrssCategoryType

public MrssCategoryType createMrssCategoryType()
Create an instance of MrssCategoryType


createMrssTextType

public MrssTextType createMrssTextType()
Create an instance of MrssTextType


createMrssRatingType

public MrssRatingType createMrssRatingType()
Create an instance of MrssRatingType


createMrssContentType

public MrssContentType createMrssContentType()
Create an instance of MrssContentType


createMrssCopyrightType

public MrssCopyrightType createMrssCopyrightType()
Create an instance of MrssCopyrightType


createMrssThumbnailType

public MrssThumbnailType createMrssThumbnailType()
Create an instance of MrssThumbnailType


createMrssCreditType

public MrssCreditType createMrssCreditType()
Create an instance of MrssCreditType


createMrssHashType

public MrssHashType createMrssHashType()
Create an instance of MrssHashType


createMrssGroupType

public MrssGroupType createMrssGroupType()
Create an instance of MrssGroupType


createMrssDescriptionType

public MrssDescriptionType createMrssDescriptionType()
Create an instance of MrssDescriptionType


createMrssPlayerType

public MrssPlayerType createMrssPlayerType()
Create an instance of MrssPlayerType


createMrssExtension

public MrssExtension createMrssExtension()
Create an instance of MrssExtension


createMrssTitleType

public MrssTitleType createMrssTitleType()
Create an instance of MrssTitleType


createCopyright

public JAXBElement<MrssCopyrightType> createCopyright(MrssCopyrightType value)
Create an instance of JAXBElement<MrssCopyrightType>}


createHash

public JAXBElement<MrssHashType> createHash(MrssHashType value)
Create an instance of JAXBElement<MrssHashType>}


createRestriction

public JAXBElement<MrssRestrictionType> createRestriction(MrssRestrictionType value)
Create an instance of JAXBElement<MrssRestrictionType>}


createPlayer

public JAXBElement<MrssPlayerType> createPlayer(MrssPlayerType value)
Create an instance of JAXBElement<MrssPlayerType>}


createKeywords

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


createText

public JAXBElement<MrssTextType> createText(MrssTextType value)
Create an instance of JAXBElement<MrssTextType>}


createCredit

public JAXBElement<MrssCreditType> createCredit(MrssCreditType value)
Create an instance of JAXBElement<MrssCreditType>}


createGroup

public JAXBElement<MrssGroupType> createGroup(MrssGroupType value)
Create an instance of JAXBElement<MrssGroupType>}


createRating

public JAXBElement<MrssRatingType> createRating(MrssRatingType value)
Create an instance of JAXBElement<MrssRatingType>}


createValid

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


createDescription

public JAXBElement<MrssDescriptionType> createDescription(MrssDescriptionType value)
Create an instance of JAXBElement<MrssDescriptionType>}


createContent

public JAXBElement<MrssContentType> createContent(MrssContentType value)
Create an instance of JAXBElement<MrssContentType>}


createThumbnail

public JAXBElement<MrssThumbnailType> createThumbnail(MrssThumbnailType value)
Create an instance of JAXBElement<MrssThumbnailType>}


createTitle

public JAXBElement<MrssTitleType> createTitle(MrssTitleType value)
Create an instance of JAXBElement<MrssTitleType>}


createCategory

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



Copyright © 2008. All Rights Reserved.