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.sequence
|
| Modifier and Type | Method and Description |
|---|---|
SimpleStruct |
createSimpleStruct()
Create an instance of
SimpleStruct |
JAXBElement<SimpleStruct> |
createTestSeq(SimpleStruct value)
|
public ObjectFactory()
public SimpleStruct createSimpleStruct()
SimpleStructpublic JAXBElement<SimpleStruct> createTestSeq(SimpleStruct value)
value - Java instance representing xml element's value.JAXBElement<SimpleStruct>Apache CXF