org.universAAL.middleware.connectors.deploy.karaf.model
Class ObjectFactory

Package class diagram package ObjectFactory
java.lang.Object
  extended by org.universAAL.middleware.connectors.deploy.karaf.model.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.universAAL.middleware.connectors.deploy.karaf.model package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.universAAL.middleware.connectors.deploy.karaf.model
 
Method Summary
 Bundle createBundle()
          Create an instance of Bundle
 Config createConfig()
          Create an instance of Config
 ConfigFile createConfigFile()
          Create an instance of ConfigFile
 Dependency createDependency()
          Create an instance of Dependency
 Feature createFeature()
          Create an instance of Feature
 JAXBElement<FeaturesRoot> createFeatures(FeaturesRoot value)
          Create an instance of JAXBElement<FeaturesRoot>}
 FeaturesRoot createFeaturesRoot()
          Create an instance of FeaturesRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.universAAL.middleware.connectors.deploy.karaf.model

Method Detail

createFeaturesRoot

public FeaturesRoot createFeaturesRoot()
Create an instance of FeaturesRoot


createDependency

public Dependency createDependency()
Create an instance of Dependency


createConfigFile

public ConfigFile createConfigFile()
Create an instance of ConfigFile


createConfig

public Config createConfig()
Create an instance of Config


createBundle

public Bundle createBundle()
Create an instance of Bundle


createFeature

public Feature createFeature()
Create an instance of Feature


createFeatures

public JAXBElement<FeaturesRoot> createFeatures(FeaturesRoot value)
Create an instance of JAXBElement<FeaturesRoot>}



Copyright © 2014 universAAL Consortium. All Rights Reserved.