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.locator.query
|
| Modifier and Type | Method and Description |
|---|---|
FilterType |
createFilterType()
Create an instance of
FilterType |
QuerySelectType |
createQuerySelectType()
Create an instance of
QuerySelectType |
JAXBElement<QuerySelectType> |
createSelect(QuerySelectType value)
|
public ObjectFactory()
public QuerySelectType createQuerySelectType()
QuerySelectTypepublic FilterType createFilterType()
FilterTypepublic JAXBElement<QuerySelectType> createSelect(QuerySelectType value)
value - Java instance representing xml element's value.JAXBElement<QuerySelectType>Apache CXF