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: com.saperion.ngc.favorites.xml
|
Modifier and Type | Method and Description |
---|---|
ColumnType |
createColumnType()
Create an instance of
ColumnType |
Favorites |
createFavorites()
Create an instance of
Favorites |
FavoriteType |
createFavoriteType()
Create an instance of
FavoriteType |
PropertyType |
createPropertyType()
Create an instance of
PropertyType |
ValueType |
createValueType()
Create an instance of
ValueType |
public ObjectFactory()
public PropertyType createPropertyType()
PropertyType
public ColumnType createColumnType()
ColumnType
public FavoriteType createFavoriteType()
FavoriteType
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.