|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.atomservice.ObjectFactory
public class ObjectFactory
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 |
---|
public ObjectFactory()
Method Detail |
---|
public EntryType createEntryType()
EntryType
public CicsFeedType createCicsFeedType()
CicsFeedType
public ServiceType createServiceType()
ServiceType
public ResourceType createResourceType()
ResourceType
public ContributorType createContributorType()
ContributorType
public SelectorType createSelectorType()
SelectorType
public CategoryType createCategoryType()
CategoryType
public TextstringType createTextstringType()
TextstringType
public CategoriesType createCategoriesType()
CategoriesType
public LinkType createLinkType()
LinkType
public FieldnamesType createFieldnamesType()
FieldnamesType
public CicsUrimapType createCicsUrimapType()
CicsUrimapType
public AuthorityType createAuthorityType()
AuthorityType
public BindType createBindType()
BindType
public AuthorType createAuthorType()
AuthorType
public Atomservice createAtomservice()
Atomservice
public CollectionType createCollectionType()
CollectionType
public ContentType createContentType()
ContentType
public WorkspaceType createWorkspaceType()
WorkspaceType
public FeedType createFeedType()
FeedType
public javax.xml.bind.JAXBElement<ContentType> createEntryTypeContent(ContentType value)
JAXBElement
<
ContentType
>
}
public javax.xml.bind.JAXBElement<TextstringType> createEntryTypeTitle(TextstringType value)
JAXBElement
<
TextstringType
>
}
public javax.xml.bind.JAXBElement<AuthorType> createEntryTypeAuthor(AuthorType value)
JAXBElement
<
AuthorType
>
}
public javax.xml.bind.JAXBElement<ContributorType> createEntryTypeContributor(ContributorType value)
JAXBElement
<
ContributorType
>
}
public javax.xml.bind.JAXBElement<java.lang.String> createEntryTypeId(java.lang.String value)
JAXBElement
<
String
>
}
public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createEntryTypeUpdated(javax.xml.datatype.XMLGregorianCalendar value)
JAXBElement
<
XMLGregorianCalendar
>
}
public javax.xml.bind.JAXBElement<LinkType> createEntryTypeLink(LinkType value)
JAXBElement
<
LinkType
>
}
public javax.xml.bind.JAXBElement<CategoryType> createEntryTypeCategory(CategoryType value)
JAXBElement
<
CategoryType
>
}
public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createEntryTypePublished(javax.xml.datatype.XMLGregorianCalendar value)
JAXBElement
<
XMLGregorianCalendar
>
}
public javax.xml.bind.JAXBElement<TextstringType> createEntryTypeRights(TextstringType value)
JAXBElement
<
TextstringType
>
}
public javax.xml.bind.JAXBElement<java.lang.String> createEntryTypeSummary(java.lang.String value)
JAXBElement
<
String
>
}
public javax.xml.bind.JAXBElement<java.lang.String> createTitle(java.lang.String value)
JAXBElement
<
String
>
}
public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createEdited(javax.xml.datatype.XMLGregorianCalendar value)
JAXBElement
<
XMLGregorianCalendar
>
}
public javax.xml.bind.JAXBElement<CategoryType> createCategory(CategoryType value)
JAXBElement
<
CategoryType
>
}
public javax.xml.bind.JAXBElement<CategoriesType> createCategories(CategoriesType value)
JAXBElement
<
CategoriesType
>
}
public javax.xml.bind.JAXBElement<FeedType> createFeed(FeedType value)
JAXBElement
<
FeedType
>
}
public javax.xml.bind.JAXBElement<ServiceType> createService(ServiceType value)
JAXBElement
<
ServiceType
>
}
public javax.xml.bind.JAXBElement<java.lang.String> createFeedTypeIcon(java.lang.String value)
JAXBElement
<
String
>
}
public javax.xml.bind.JAXBElement<TextstringType> createFeedTypeTitle(TextstringType value)
JAXBElement
<
TextstringType
>
}
public javax.xml.bind.JAXBElement<java.lang.String> createFeedTypeSubtitle(java.lang.String value)
JAXBElement
<
String
>
}
public javax.xml.bind.JAXBElement<AuthorType> createFeedTypeAuthor(AuthorType value)
JAXBElement
<
AuthorType
>
}
public javax.xml.bind.JAXBElement<ContributorType> createFeedTypeContributor(ContributorType value)
JAXBElement
<
ContributorType
>
}
public javax.xml.bind.JAXBElement<java.lang.String> createFeedTypeId(java.lang.String value)
JAXBElement
<
String
>
}
public javax.xml.bind.JAXBElement<java.lang.String> createFeedTypeLogo(java.lang.String value)
JAXBElement
<
String
>
}
public javax.xml.bind.JAXBElement<LinkType> createFeedTypeLink(LinkType value)
JAXBElement
<
LinkType
>
}
public javax.xml.bind.JAXBElement<CategoryType> createFeedTypeCategory(CategoryType value)
JAXBElement
<
CategoryType
>
}
public javax.xml.bind.JAXBElement<EntryType> createFeedTypeEntry(EntryType value)
JAXBElement
<
EntryType
>
}
public javax.xml.bind.JAXBElement<TextstringType> createFeedTypeRights(TextstringType value)
JAXBElement
<
TextstringType
>
}
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |