yarfraw.generated.atom10.elements
Class ObjectFactory

java.lang.Object
  extended by yarfraw.generated.atom10.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.atom10.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.atom10.elements
 
Method Summary
 JAXBElement<CategoryType> createCategory(CategoryType value)
          Create an instance of JAXBElement<CategoryType>}
 CategoryType createCategoryType()
          Create an instance of CategoryType
 JAXBElement<ContentType> createContent(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 ContentType createContentType()
          Create an instance of ContentType
 DateTimeType createDateTimeType()
          Create an instance of DateTimeType
 JAXBElement<EntryType> createEntry(EntryType value)
          Create an instance of JAXBElement<EntryType>}
 EntryType createEntryType()
          Create an instance of EntryType
 JAXBElement<PersonType> createEntryTypeAuthor(PersonType value)
          Create an instance of JAXBElement<PersonType>}
 JAXBElement<CategoryType> createEntryTypeCategory(CategoryType value)
          Create an instance of JAXBElement<CategoryType>}
 JAXBElement<ContentType> createEntryTypeContent(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 JAXBElement<PersonType> createEntryTypeContributor(PersonType value)
          Create an instance of JAXBElement<PersonType>}
 JAXBElement<IdType> createEntryTypeId(IdType value)
          Create an instance of JAXBElement<IdType>}
 JAXBElement<LinkType> createEntryTypeLink(LinkType value)
          Create an instance of JAXBElement<LinkType>}
 JAXBElement<DateTimeType> createEntryTypePublished(DateTimeType value)
          Create an instance of JAXBElement<DateTimeType>}
 JAXBElement<TextType> createEntryTypeRights(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<TextType> createEntryTypeSource(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<TextType> createEntryTypeSummary(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<TextType> createEntryTypeTitle(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<DateTimeType> createEntryTypeUpdated(DateTimeType value)
          Create an instance of JAXBElement<DateTimeType>}
 JAXBElement<FeedType> createFeed(FeedType value)
          Create an instance of JAXBElement<FeedType>}
 FeedType createFeedType()
          Create an instance of FeedType
 JAXBElement<PersonType> createFeedTypeAuthor(PersonType value)
          Create an instance of JAXBElement<PersonType>}
 JAXBElement<CategoryType> createFeedTypeCategory(CategoryType value)
          Create an instance of JAXBElement<CategoryType>}
 JAXBElement<PersonType> createFeedTypeContributor(PersonType value)
          Create an instance of JAXBElement<PersonType>}
 JAXBElement<EntryType> createFeedTypeEntry(EntryType value)
          Create an instance of JAXBElement<EntryType>}
 JAXBElement<GeneratorType> createFeedTypeGenerator(GeneratorType value)
          Create an instance of JAXBElement<GeneratorType>}
 JAXBElement<IconType> createFeedTypeIcon(IconType value)
          Create an instance of JAXBElement<IconType>}
 JAXBElement<IdType> createFeedTypeId(IdType value)
          Create an instance of JAXBElement<IdType>}
 JAXBElement<LinkType> createFeedTypeLink(LinkType value)
          Create an instance of JAXBElement<LinkType>}
 JAXBElement<LogoType> createFeedTypeLogo(LogoType value)
          Create an instance of JAXBElement<LogoType>}
 JAXBElement<TextType> createFeedTypeRights(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<TextType> createFeedTypeSubtitle(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<TextType> createFeedTypeTitle(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<DateTimeType> createFeedTypeUpdated(DateTimeType value)
          Create an instance of JAXBElement<DateTimeType>}
 GeneratorType createGeneratorType()
          Create an instance of GeneratorType
 IconType createIconType()
          Create an instance of IconType
 IdType createIdType()
          Create an instance of IdType
 JAXBElement<LinkType> createLink(LinkType value)
          Create an instance of JAXBElement<LinkType>}
 LinkType createLinkType()
          Create an instance of LinkType
 LogoType createLogoType()
          Create an instance of LogoType
 PersonType createPersonType()
          Create an instance of PersonType
 JAXBElement<String> createPersonTypeEmail(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createPersonTypeName(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<UriType> createPersonTypeUri(UriType value)
          Create an instance of JAXBElement<UriType>}
 SourceType createSourceType()
          Create an instance of SourceType
 JAXBElement<PersonType> createSourceTypeAuthor(PersonType value)
          Create an instance of JAXBElement<PersonType>}
 JAXBElement<CategoryType> createSourceTypeCategory(CategoryType value)
          Create an instance of JAXBElement<CategoryType>}
 JAXBElement<PersonType> createSourceTypeContributor(PersonType value)
          Create an instance of JAXBElement<PersonType>}
 JAXBElement<GeneratorType> createSourceTypeGenerator(GeneratorType value)
          Create an instance of JAXBElement<GeneratorType>}
 JAXBElement<IconType> createSourceTypeIcon(IconType value)
          Create an instance of JAXBElement<IconType>}
 JAXBElement<IdType> createSourceTypeId(IdType value)
          Create an instance of JAXBElement<IdType>}
 JAXBElement<LinkType> createSourceTypeLink(LinkType value)
          Create an instance of JAXBElement<LinkType>}
 JAXBElement<LogoType> createSourceTypeLogo(LogoType value)
          Create an instance of JAXBElement<LogoType>}
 JAXBElement<TextType> createSourceTypeRights(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<TextType> createSourceTypeSubtitle(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<TextType> createSourceTypeTitle(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<DateTimeType> createSourceTypeUpdated(DateTimeType value)
          Create an instance of JAXBElement<DateTimeType>}
 TextType createTextType()
          Create an instance of TextType
 UriType createUriType()
          Create an instance of UriType
 
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.atom10.elements

Method Detail

createLinkType

public LinkType createLinkType()
Create an instance of LinkType


createPersonType

public PersonType createPersonType()
Create an instance of PersonType


createIconType

public IconType createIconType()
Create an instance of IconType


createSourceType

public SourceType createSourceType()
Create an instance of SourceType


createTextType

public TextType createTextType()
Create an instance of TextType


createFeedType

public FeedType createFeedType()
Create an instance of FeedType


createCategoryType

public CategoryType createCategoryType()
Create an instance of CategoryType


createEntryType

public EntryType createEntryType()
Create an instance of EntryType


createUriType

public UriType createUriType()
Create an instance of UriType


createGeneratorType

public GeneratorType createGeneratorType()
Create an instance of GeneratorType


createContentType

public ContentType createContentType()
Create an instance of ContentType


createIdType

public IdType createIdType()
Create an instance of IdType


createLogoType

public LogoType createLogoType()
Create an instance of LogoType


createDateTimeType

public DateTimeType createDateTimeType()
Create an instance of DateTimeType


createCategory

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


createContent

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


createEntry

public JAXBElement<EntryType> createEntry(EntryType value)
Create an instance of JAXBElement<EntryType>}


createLink

public JAXBElement<LinkType> createLink(LinkType value)
Create an instance of JAXBElement<LinkType>}


createFeed

public JAXBElement<FeedType> createFeed(FeedType value)
Create an instance of JAXBElement<FeedType>}


createPersonTypeName

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


createPersonTypeEmail

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


createPersonTypeUri

public JAXBElement<UriType> createPersonTypeUri(UriType value)
Create an instance of JAXBElement<UriType>}


createSourceTypeTitle

public JAXBElement<TextType> createSourceTypeTitle(TextType value)
Create an instance of JAXBElement<TextType>}


createSourceTypeCategory

public JAXBElement<CategoryType> createSourceTypeCategory(CategoryType value)
Create an instance of JAXBElement<CategoryType>}


createSourceTypeLogo

public JAXBElement<LogoType> createSourceTypeLogo(LogoType value)
Create an instance of JAXBElement<LogoType>}


createSourceTypeIcon

public JAXBElement<IconType> createSourceTypeIcon(IconType value)
Create an instance of JAXBElement<IconType>}


createSourceTypeAuthor

public JAXBElement<PersonType> createSourceTypeAuthor(PersonType value)
Create an instance of JAXBElement<PersonType>}


createSourceTypeId

public JAXBElement<IdType> createSourceTypeId(IdType value)
Create an instance of JAXBElement<IdType>}


createSourceTypeLink

public JAXBElement<LinkType> createSourceTypeLink(LinkType value)
Create an instance of JAXBElement<LinkType>}


createSourceTypeContributor

public JAXBElement<PersonType> createSourceTypeContributor(PersonType value)
Create an instance of JAXBElement<PersonType>}


createSourceTypeUpdated

public JAXBElement<DateTimeType> createSourceTypeUpdated(DateTimeType value)
Create an instance of JAXBElement<DateTimeType>}


createSourceTypeGenerator

public JAXBElement<GeneratorType> createSourceTypeGenerator(GeneratorType value)
Create an instance of JAXBElement<GeneratorType>}


createSourceTypeSubtitle

public JAXBElement<TextType> createSourceTypeSubtitle(TextType value)
Create an instance of JAXBElement<TextType>}


createSourceTypeRights

public JAXBElement<TextType> createSourceTypeRights(TextType value)
Create an instance of JAXBElement<TextType>}


createFeedTypeCategory

public JAXBElement<CategoryType> createFeedTypeCategory(CategoryType value)
Create an instance of JAXBElement<CategoryType>}


createFeedTypeTitle

public JAXBElement<TextType> createFeedTypeTitle(TextType value)
Create an instance of JAXBElement<TextType>}


createFeedTypeAuthor

public JAXBElement<PersonType> createFeedTypeAuthor(PersonType value)
Create an instance of JAXBElement<PersonType>}


createFeedTypeId

public JAXBElement<IdType> createFeedTypeId(IdType value)
Create an instance of JAXBElement<IdType>}


createFeedTypeEntry

public JAXBElement<EntryType> createFeedTypeEntry(EntryType value)
Create an instance of JAXBElement<EntryType>}


createFeedTypeContributor

public JAXBElement<PersonType> createFeedTypeContributor(PersonType value)
Create an instance of JAXBElement<PersonType>}


createFeedTypeUpdated

public JAXBElement<DateTimeType> createFeedTypeUpdated(DateTimeType value)
Create an instance of JAXBElement<DateTimeType>}


createFeedTypeGenerator

public JAXBElement<GeneratorType> createFeedTypeGenerator(GeneratorType value)
Create an instance of JAXBElement<GeneratorType>}


createFeedTypeSubtitle

public JAXBElement<TextType> createFeedTypeSubtitle(TextType value)
Create an instance of JAXBElement<TextType>}


createFeedTypeLogo

public JAXBElement<LogoType> createFeedTypeLogo(LogoType value)
Create an instance of JAXBElement<LogoType>}


createFeedTypeIcon

public JAXBElement<IconType> createFeedTypeIcon(IconType value)
Create an instance of JAXBElement<IconType>}


createFeedTypeLink

public JAXBElement<LinkType> createFeedTypeLink(LinkType value)
Create an instance of JAXBElement<LinkType>}


createFeedTypeRights

public JAXBElement<TextType> createFeedTypeRights(TextType value)
Create an instance of JAXBElement<TextType>}


createEntryTypeTitle

public JAXBElement<TextType> createEntryTypeTitle(TextType value)
Create an instance of JAXBElement<TextType>}


createEntryTypeCategory

public JAXBElement<CategoryType> createEntryTypeCategory(CategoryType value)
Create an instance of JAXBElement<CategoryType>}


createEntryTypeAuthor

public JAXBElement<PersonType> createEntryTypeAuthor(PersonType value)
Create an instance of JAXBElement<PersonType>}


createEntryTypeSummary

public JAXBElement<TextType> createEntryTypeSummary(TextType value)
Create an instance of JAXBElement<TextType>}


createEntryTypeContent

public JAXBElement<ContentType> createEntryTypeContent(ContentType value)
Create an instance of JAXBElement<ContentType>}


createEntryTypeId

public JAXBElement<IdType> createEntryTypeId(IdType value)
Create an instance of JAXBElement<IdType>}


createEntryTypeLink

public JAXBElement<LinkType> createEntryTypeLink(LinkType value)
Create an instance of JAXBElement<LinkType>}


createEntryTypeContributor

public JAXBElement<PersonType> createEntryTypeContributor(PersonType value)
Create an instance of JAXBElement<PersonType>}


createEntryTypeUpdated

public JAXBElement<DateTimeType> createEntryTypeUpdated(DateTimeType value)
Create an instance of JAXBElement<DateTimeType>}


createEntryTypeSource

public JAXBElement<TextType> createEntryTypeSource(TextType value)
Create an instance of JAXBElement<TextType>}


createEntryTypeRights

public JAXBElement<TextType> createEntryTypeRights(TextType value)
Create an instance of JAXBElement<TextType>}


createEntryTypePublished

public JAXBElement<DateTimeType> createEntryTypePublished(DateTimeType value)
Create an instance of JAXBElement<DateTimeType>}



Copyright © 2008. All Rights Reserved.