public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.oasis_open.docs.wsn.t_1
|
Modifier and Type | Method and Description |
---|---|
Documentation |
createDocumentation()
Create an instance of
Documentation |
QueryExpressionType |
createQueryExpressionType()
Create an instance of
QueryExpressionType |
JAXBElement<TopicNamespaceType> |
createTopicNamespace(TopicNamespaceType value)
|
TopicNamespaceType |
createTopicNamespaceType()
Create an instance of
TopicNamespaceType |
TopicNamespaceType.Topic |
createTopicNamespaceTypeTopic()
Create an instance of
TopicNamespaceType.Topic |
JAXBElement<TopicSetType> |
createTopicSet(TopicSetType value)
|
TopicSetType |
createTopicSetType()
Create an instance of
TopicSetType |
TopicType |
createTopicType()
Create an instance of
TopicType |
public ObjectFactory()
public TopicNamespaceType createTopicNamespaceType()
TopicNamespaceType
public TopicSetType createTopicSetType()
TopicSetType
public Documentation createDocumentation()
Documentation
public QueryExpressionType createQueryExpressionType()
QueryExpressionType
public TopicNamespaceType.Topic createTopicNamespaceTypeTopic()
TopicNamespaceType.Topic
public JAXBElement<TopicNamespaceType> createTopicNamespace(TopicNamespaceType value)
public JAXBElement<TopicSetType> createTopicSet(TopicSetType value)
Apache CXF