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.choice
|
| Modifier and Type | Method and Description |
|---|---|
SimpleChoice |
createSimpleChoice()
Create an instance of
SimpleChoice |
JAXBElement<SimpleChoice> |
createTestChc(SimpleChoice value)
|
public ObjectFactory()
public SimpleChoice createSimpleChoice()
SimpleChoicepublic JAXBElement<SimpleChoice> createTestChc(SimpleChoice value)
value - Java instance representing xml element's value.JAXBElement<SimpleChoice>Apache CXF