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.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()
TopicNamespaceTypepublic TopicSetType createTopicSetType()
TopicSetTypepublic Documentation createDocumentation()
Documentationpublic QueryExpressionType createQueryExpressionType()
QueryExpressionTypepublic TopicNamespaceType.Topic createTopicNamespaceTypeTopic()
TopicNamespaceType.Topicpublic JAXBElement<TopicSetType> createTopicSet(TopicSetType value)
value - Java instance representing xml element's value.JAXBElement<TopicSetType>public JAXBElement<TopicNamespaceType> createTopicNamespace(TopicNamespaceType value)
value - Java instance representing xml element's value.JAXBElement<TopicNamespaceType>Apache CXF