Class ObjectFactory
java.lang.Object
com.hack23.cia.model.external.worldbank.topic.impl.ObjectFactory
A factory for creating Object objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<TopicElement>createTopic(TopicElement value) Creates a new Object object.Creates a new Object object.Creates a new Object object.
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Instantiates a new object factory.
-
-
Method Details
-
createTopicsElement
Creates a new Object object.- Returns:
- the topics element
-
createTopicElement
Creates a new Object object.- Returns:
- the topic element
-
createTopic
Creates a new Object object.- Parameters:
value- the value- Returns:
- the JAXB element
-