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: net.sf.javaprinciples.sample
|
| Modifier and Type | Method and Description |
|---|---|
ClassAttributes |
createClassAttributes()
Create an instance of
ClassAttributes |
ClassOne |
createClassOne()
Create an instance of
ClassOne |
ClassThree |
createClassThree()
Create an instance of
ClassThree |
ClassTwo |
createClassTwo()
Create an instance of
ClassTwo |
Composite |
createComposite()
Create an instance of
Composite |
ListAttributes |
createListAttributes()
Create an instance of
ListAttributes |
TestRole |
createTestRole()
Create an instance of
TestRole |
TextAttributes |
createTextAttributes()
Create an instance of
TextAttributes |
public ObjectFactory()
public ClassThree createClassThree()
ClassThreepublic TextAttributes createTextAttributes()
TextAttributespublic ListAttributes createListAttributes()
ListAttributespublic ClassAttributes createClassAttributes()
ClassAttributesCopyright © 2014. All Rights Reserved.