public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.bedework.schemas.category_1
|
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCategories |
createArrayOfCategories()
Create an instance of
ArrayOfCategories |
ArrayOfDescriptions |
createArrayOfDescriptions()
Create an instance of
ArrayOfDescriptions |
ArrayOfDisplayNames |
createArrayOfDisplayNames()
Create an instance of
ArrayOfDisplayNames |
ArrayOfReferences |
createArrayOfReferences()
Create an instance of
ArrayOfReferences |
JAXBElement<ArrayOfCategories> |
createCategories(ArrayOfCategories value)
|
CategoryType |
createCategoryType()
Create an instance of
CategoryType |
EmptyElementType |
createEmptyElementType()
Create an instance of
EmptyElementType |
LocalizedStringType |
createLocalizedStringType()
Create an instance of
LocalizedStringType |
public ObjectFactory()
public CategoryType createCategoryType()
CategoryTypepublic ArrayOfDescriptions createArrayOfDescriptions()
ArrayOfDescriptionspublic LocalizedStringType createLocalizedStringType()
LocalizedStringTypepublic ArrayOfDisplayNames createArrayOfDisplayNames()
ArrayOfDisplayNamespublic EmptyElementType createEmptyElementType()
EmptyElementTypepublic ArrayOfCategories createArrayOfCategories()
ArrayOfCategoriespublic ArrayOfReferences createArrayOfReferences()
ArrayOfReferencespublic JAXBElement<ArrayOfCategories> createCategories(ArrayOfCategories value)
Copyright © 2015 Bedework. All rights reserved.