@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2021-12-16T09:39:37-05:00") 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()
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