public class ObjectFactory extends Object
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.tests.type_test.all
|
| Modifier and Type | Method and Description |
|---|---|
SimpleAll |
createSimpleAll()
Create an instance of
SimpleAll |
JAXBElement<SimpleAll> |
createTestAll(SimpleAll value)
|
public ObjectFactory()
public JAXBElement<SimpleAll> createTestAll(SimpleAll value)
value - Java instance representing xml element's value.JAXBElement<SimpleAll>Apache CXF