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: uri.cxf_apache_org.jstest.types.any.alts
|
| Modifier and Type | Method and Description |
|---|---|
Alternative1 |
createAlternative1()
Create an instance of
Alternative1 |
Alternative2 |
createAlternative2()
Create an instance of
Alternative2 |
JAXBElement<String> |
createRestrictedStringAlternative(String value)
|
public ObjectFactory()
public Alternative1 createAlternative1()
Alternative1public Alternative2 createAlternative2()
Alternative2public JAXBElement<String> createRestrictedStringAlternative(String value)
value - Java instance representing xml element's value.JAXBElement<String>Apache CXF