Class ObjectFactory


  • public class ObjectFactory
    extends java.lang.Object
    A factory for creating Object objects.
    • Constructor Detail

      • ObjectFactory

        public ObjectFactory()
        Instantiates a new object factory.
    • Method Detail

      • createIndicatorsElement

        public IndicatorsElement createIndicatorsElement()
        Creates a new Object object.
        Returns:
        the indicators element
      • createIndicatorElement

        public IndicatorElement createIndicatorElement()
        Creates a new Object object.
        Returns:
        the indicator element
      • createSource

        public Source createSource()
        Creates a new Object object.
        Returns:
        the source
      • createTopics

        public Topics createTopics()
        Creates a new Object object.
        Returns:
        the topics
      • createTopic

        public Topic createTopic()
        Creates a new Object object.
        Returns:
        the topic
      • createIndicator

        public javax.xml.bind.JAXBElement<IndicatorElement> createIndicator​(IndicatorElement value)
        Creates a new Object object.
        Parameters:
        value - the value
        Returns:
        the JAXB element