com.ibm.cics.atomservice
Class ObjectFactory

java.lang.Object
  extended by com.ibm.cics.atomservice.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.ibm.cics.atomservice 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: com.ibm.cics.atomservice
 
Method Summary
 Atomservice createAtomservice()
          Create an instance of Atomservice
 AuthorityType createAuthorityType()
          Create an instance of AuthorityType
 AuthorType createAuthorType()
          Create an instance of AuthorType
 BindType createBindType()
          Create an instance of BindType
 javax.xml.bind.JAXBElement<CategoriesType> createCategories(CategoriesType value)
          Create an instance of JAXBElement<CategoriesType>}
 CategoriesType createCategoriesType()
          Create an instance of CategoriesType
 javax.xml.bind.JAXBElement<CategoryType> createCategory(CategoryType value)
          Create an instance of JAXBElement<CategoryType>}
 CategoryType createCategoryType()
          Create an instance of CategoryType
 CicsFeedType createCicsFeedType()
          Create an instance of CicsFeedType
 CicsUrimapType createCicsUrimapType()
          Create an instance of CicsUrimapType
 CollectionType createCollectionType()
          Create an instance of CollectionType
 ContentType createContentType()
          Create an instance of ContentType
 ContributorType createContributorType()
          Create an instance of ContributorType
 javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createEdited(javax.xml.datatype.XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 EntryType createEntryType()
          Create an instance of EntryType
 javax.xml.bind.JAXBElement<AuthorType> createEntryTypeAuthor(AuthorType value)
          Create an instance of JAXBElement<AuthorType>}
 javax.xml.bind.JAXBElement<CategoryType> createEntryTypeCategory(CategoryType value)
          Create an instance of JAXBElement<CategoryType>}
 javax.xml.bind.JAXBElement<ContentType> createEntryTypeContent(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 javax.xml.bind.JAXBElement<ContributorType> createEntryTypeContributor(ContributorType value)
          Create an instance of JAXBElement<ContributorType>}
 javax.xml.bind.JAXBElement<java.lang.String> createEntryTypeId(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<LinkType> createEntryTypeLink(LinkType value)
          Create an instance of JAXBElement<LinkType>}
 javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createEntryTypePublished(javax.xml.datatype.XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 javax.xml.bind.JAXBElement<TextstringType> createEntryTypeRights(TextstringType value)
          Create an instance of JAXBElement<TextstringType>}
 javax.xml.bind.JAXBElement<java.lang.String> createEntryTypeSummary(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<TextstringType> createEntryTypeTitle(TextstringType value)
          Create an instance of JAXBElement<TextstringType>}
 javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createEntryTypeUpdated(javax.xml.datatype.XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 javax.xml.bind.JAXBElement<FeedType> createFeed(FeedType value)
          Create an instance of JAXBElement<FeedType>}
 FeedType createFeedType()
          Create an instance of FeedType
 javax.xml.bind.JAXBElement<AuthorType> createFeedTypeAuthor(AuthorType value)
          Create an instance of JAXBElement<AuthorType>}
 javax.xml.bind.JAXBElement<CategoryType> createFeedTypeCategory(CategoryType value)
          Create an instance of JAXBElement<CategoryType>}
 javax.xml.bind.JAXBElement<ContributorType> createFeedTypeContributor(ContributorType value)
          Create an instance of JAXBElement<ContributorType>}
 javax.xml.bind.JAXBElement<EntryType> createFeedTypeEntry(EntryType value)
          Create an instance of JAXBElement<EntryType>}
 javax.xml.bind.JAXBElement<java.lang.String> createFeedTypeIcon(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.String> createFeedTypeId(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<LinkType> createFeedTypeLink(LinkType value)
          Create an instance of JAXBElement<LinkType>}
 javax.xml.bind.JAXBElement<java.lang.String> createFeedTypeLogo(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<TextstringType> createFeedTypeRights(TextstringType value)
          Create an instance of JAXBElement<TextstringType>}
 javax.xml.bind.JAXBElement<java.lang.String> createFeedTypeSubtitle(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<TextstringType> createFeedTypeTitle(TextstringType value)
          Create an instance of JAXBElement<TextstringType>}
 FieldnamesType createFieldnamesType()
          Create an instance of FieldnamesType
 LinkType createLinkType()
          Create an instance of LinkType
 ResourceType createResourceType()
          Create an instance of ResourceType
 SelectorType createSelectorType()
          Create an instance of SelectorType
 javax.xml.bind.JAXBElement<ServiceType> createService(ServiceType value)
          Create an instance of JAXBElement<ServiceType>}
 ServiceType createServiceType()
          Create an instance of ServiceType
 TextstringType createTextstringType()
          Create an instance of TextstringType
 javax.xml.bind.JAXBElement<java.lang.String> createTitle(java.lang.String value)
          Create an instance of JAXBElement<String>}
 WorkspaceType createWorkspaceType()
          Create an instance of WorkspaceType
 
Methods inherited from class java.lang.Object
equals, 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: com.ibm.cics.atomservice

Method Detail

createEntryType

public EntryType createEntryType()
Create an instance of EntryType


createCicsFeedType

public CicsFeedType createCicsFeedType()
Create an instance of CicsFeedType


createServiceType

public ServiceType createServiceType()
Create an instance of ServiceType


createResourceType

public ResourceType createResourceType()
Create an instance of ResourceType


createContributorType

public ContributorType createContributorType()
Create an instance of ContributorType


createSelectorType

public SelectorType createSelectorType()
Create an instance of SelectorType


createCategoryType

public CategoryType createCategoryType()
Create an instance of CategoryType


createTextstringType

public TextstringType createTextstringType()
Create an instance of TextstringType


createCategoriesType

public CategoriesType createCategoriesType()
Create an instance of CategoriesType


createLinkType

public LinkType createLinkType()
Create an instance of LinkType


createFieldnamesType

public FieldnamesType createFieldnamesType()
Create an instance of FieldnamesType


createCicsUrimapType

public CicsUrimapType createCicsUrimapType()
Create an instance of CicsUrimapType


createAuthorityType

public AuthorityType createAuthorityType()
Create an instance of AuthorityType


createBindType

public BindType createBindType()
Create an instance of BindType


createAuthorType

public AuthorType createAuthorType()
Create an instance of AuthorType


createAtomservice

public Atomservice createAtomservice()
Create an instance of Atomservice


createCollectionType

public CollectionType createCollectionType()
Create an instance of CollectionType


createContentType

public ContentType createContentType()
Create an instance of ContentType


createWorkspaceType

public WorkspaceType createWorkspaceType()
Create an instance of WorkspaceType


createFeedType

public FeedType createFeedType()
Create an instance of FeedType


createEntryTypeContent

public javax.xml.bind.JAXBElement<ContentType> createEntryTypeContent(ContentType value)
Create an instance of JAXBElement<ContentType>}


createEntryTypeTitle

public javax.xml.bind.JAXBElement<TextstringType> createEntryTypeTitle(TextstringType value)
Create an instance of JAXBElement<TextstringType>}


createEntryTypeAuthor

public javax.xml.bind.JAXBElement<AuthorType> createEntryTypeAuthor(AuthorType value)
Create an instance of JAXBElement<AuthorType>}


createEntryTypeContributor

public javax.xml.bind.JAXBElement<ContributorType> createEntryTypeContributor(ContributorType value)
Create an instance of JAXBElement<ContributorType>}


createEntryTypeId

public javax.xml.bind.JAXBElement<java.lang.String> createEntryTypeId(java.lang.String value)
Create an instance of JAXBElement<String>}


createEntryTypeUpdated

public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createEntryTypeUpdated(javax.xml.datatype.XMLGregorianCalendar value)
Create an instance of JAXBElement<XMLGregorianCalendar>}


createEntryTypeLink

public javax.xml.bind.JAXBElement<LinkType> createEntryTypeLink(LinkType value)
Create an instance of JAXBElement<LinkType>}


createEntryTypeCategory

public javax.xml.bind.JAXBElement<CategoryType> createEntryTypeCategory(CategoryType value)
Create an instance of JAXBElement<CategoryType>}


createEntryTypePublished

public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createEntryTypePublished(javax.xml.datatype.XMLGregorianCalendar value)
Create an instance of JAXBElement<XMLGregorianCalendar>}


createEntryTypeRights

public javax.xml.bind.JAXBElement<TextstringType> createEntryTypeRights(TextstringType value)
Create an instance of JAXBElement<TextstringType>}


createEntryTypeSummary

public javax.xml.bind.JAXBElement<java.lang.String> createEntryTypeSummary(java.lang.String value)
Create an instance of JAXBElement<String>}


createTitle

public javax.xml.bind.JAXBElement<java.lang.String> createTitle(java.lang.String value)
Create an instance of JAXBElement<String>}


createEdited

public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createEdited(javax.xml.datatype.XMLGregorianCalendar value)
Create an instance of JAXBElement<XMLGregorianCalendar>}


createCategory

public javax.xml.bind.JAXBElement<CategoryType> createCategory(CategoryType value)
Create an instance of JAXBElement<CategoryType>}


createCategories

public javax.xml.bind.JAXBElement<CategoriesType> createCategories(CategoriesType value)
Create an instance of JAXBElement<CategoriesType>}


createFeed

public javax.xml.bind.JAXBElement<FeedType> createFeed(FeedType value)
Create an instance of JAXBElement<FeedType>}


createService

public javax.xml.bind.JAXBElement<ServiceType> createService(ServiceType value)
Create an instance of JAXBElement<ServiceType>}


createFeedTypeIcon

public javax.xml.bind.JAXBElement<java.lang.String> createFeedTypeIcon(java.lang.String value)
Create an instance of JAXBElement<String>}


createFeedTypeTitle

public javax.xml.bind.JAXBElement<TextstringType> createFeedTypeTitle(TextstringType value)
Create an instance of JAXBElement<TextstringType>}


createFeedTypeSubtitle

public javax.xml.bind.JAXBElement<java.lang.String> createFeedTypeSubtitle(java.lang.String value)
Create an instance of JAXBElement<String>}


createFeedTypeAuthor

public javax.xml.bind.JAXBElement<AuthorType> createFeedTypeAuthor(AuthorType value)
Create an instance of JAXBElement<AuthorType>}


createFeedTypeContributor

public javax.xml.bind.JAXBElement<ContributorType> createFeedTypeContributor(ContributorType value)
Create an instance of JAXBElement<ContributorType>}


createFeedTypeId

public javax.xml.bind.JAXBElement<java.lang.String> createFeedTypeId(java.lang.String value)
Create an instance of JAXBElement<String>}


createFeedTypeLogo

public javax.xml.bind.JAXBElement<java.lang.String> createFeedTypeLogo(java.lang.String value)
Create an instance of JAXBElement<String>}


createFeedTypeLink

public javax.xml.bind.JAXBElement<LinkType> createFeedTypeLink(LinkType value)
Create an instance of JAXBElement<LinkType>}


createFeedTypeCategory

public javax.xml.bind.JAXBElement<CategoryType> createFeedTypeCategory(CategoryType value)
Create an instance of JAXBElement<CategoryType>}


createFeedTypeEntry

public javax.xml.bind.JAXBElement<EntryType> createFeedTypeEntry(EntryType value)
Create an instance of JAXBElement<EntryType>}


createFeedTypeRights

public javax.xml.bind.JAXBElement<TextstringType> createFeedTypeRights(TextstringType value)
Create an instance of JAXBElement<TextstringType>}