org.universAAL.middleware.interfaces.mpa.model
Class ObjectFactory

Package class diagram package ObjectFactory
java.lang.Object
  extended by org.universAAL.middleware.interfaces.mpa.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.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.model
 
Method Summary
 AalMpa createAalMpa()
          Create an instance of AalMpa
 AalMpa.App createAalMpaApp()
          Create an instance of AalMpa.App
 AalMpa.ApplicationManagement createAalMpaApplicationManagement()
          Create an instance of AalMpa.ApplicationManagement
 AalMpa.ApplicationManagement.RemoteManagement createAalMpaApplicationManagementRemoteManagement()
          Create an instance of AalMpa.ApplicationManagement.RemoteManagement
 AalMpa.ApplicationPart createAalMpaApplicationPart()
          Create an instance of AalMpa.ApplicationPart
 AalMpa.ApplicationProfile createAalMpaApplicationProfile()
          Create an instance of AalMpa.ApplicationProfile
 AalMpa.ApplicationProfile.AalSpace createAalMpaApplicationProfileAalSpace()
          Create an instance of AalMpa.ApplicationProfile.AalSpace
 AalMpa.ApplicationProfile.AalSpace.AlternativeProfiles createAalMpaApplicationProfileAalSpaceAlternativeProfiles()
          Create an instance of AalMpa.ApplicationProfile.AalSpace.AlternativeProfiles
 AalMpa.ApplicationProfile.AalSpace.RequirredOntologies createAalMpaApplicationProfileAalSpaceRequirredOntologies()
          Create an instance of AalMpa.ApplicationProfile.AalSpace.RequirredOntologies
 AalMpa.ApplicationProfile.Runtime createAalMpaApplicationProfileRuntime()
          Create an instance of AalMpa.ApplicationProfile.Runtime
 AalMpa.ApplicationProfile.Runtime.Broker createAalMpaApplicationProfileRuntimeBroker()
          Create an instance of AalMpa.ApplicationProfile.Runtime.Broker
 AalMpa.ApplicationProfile.Runtime.Managers createAalMpaApplicationProfileRuntimeManagers()
          Create an instance of AalMpa.ApplicationProfile.Runtime.Managers
 AalMpa.ApplicationProvider createAalMpaApplicationProvider()
          Create an instance of AalMpa.ApplicationProvider
 AalMpa.App.License createAalMpaAppLicense()
          Create an instance of AalMpa.App.License
 ArtifactType createArtifactType()
          Create an instance of ArtifactType
 Broker createBroker()
          Create an instance of org.universAAL.middleware.connectors.deploy.model.Broker
 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
 DeploymentUnit createDeploymentUnit()
          Create an instance of DeploymentUnit
 DeploymentUnit.ContainerUnit createDeploymentUnitContainerUnit()
          Create an instance of DeploymentUnit.ContainerUnit
 DeploymentUnit.ContainerUnit.Karaf createDeploymentUnitContainerUnitKaraf()
          Create an instance of DeploymentUnit.ContainerUnit.Karaf
 ExecutionUnit createExecutionUnit()
          Create an instance of ExecutionUnit
 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
 OntologyType createOntologyType()
          Create an instance of OntologyType
 OntologyType.Location createOntologyTypeLocation()
          Create an instance of OntologyType.Location
 JAXBElement<String> createOntologyTypeLocationPath(String value)
          Create an instance of JAXBElement<String>
 JAXBElement<String> createOntologyTypeLocationRuntimeId(String value)
          Create an instance of JAXBElement<String>
 JAXBElement<Object> createOntologyTypeLocationUrl(Object value)
          Create an instance of JAXBElement<Object>
 Part createPart()
          Create an instance of Part
 ProfileType createProfileType()
          Create an instance of ProfileType
 ToBeDefined createToBeDefined()
          Create an instance of ToBeDefined
 VersionType createVersionType()
          Create an instance of VersionType
 
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.model

Method Detail

createAalMpa

public AalMpa createAalMpa()
Create an instance of AalMpa


createDeploymentUnit

public DeploymentUnit createDeploymentUnit()
Create an instance of DeploymentUnit


createOntologyType

public OntologyType createOntologyType()
Create an instance of OntologyType


createDeploymentUnitContainerUnit

public DeploymentUnit.ContainerUnit createDeploymentUnitContainerUnit()
Create an instance of DeploymentUnit.ContainerUnit


createAalMpaApplicationManagement

public AalMpa.ApplicationManagement createAalMpaApplicationManagement()
Create an instance of AalMpa.ApplicationManagement


createAalMpaApplicationProfile

public AalMpa.ApplicationProfile createAalMpaApplicationProfile()
Create an instance of AalMpa.ApplicationProfile


createAalMpaApplicationProfileRuntime

public AalMpa.ApplicationProfile.Runtime createAalMpaApplicationProfileRuntime()
Create an instance of AalMpa.ApplicationProfile.Runtime


createAalMpaApplicationProfileAalSpace

public AalMpa.ApplicationProfile.AalSpace createAalMpaApplicationProfileAalSpace()
Create an instance of AalMpa.ApplicationProfile.AalSpace


createAalMpaApp

public AalMpa.App createAalMpaApp()
Create an instance of AalMpa.App


createAalMpaApplicationProvider

public AalMpa.ApplicationProvider createAalMpaApplicationProvider()
Create an instance of AalMpa.ApplicationProvider


createAalMpaApplicationPart

public AalMpa.ApplicationPart createAalMpaApplicationPart()
Create an instance of AalMpa.ApplicationPart


createExecutionUnit

public ExecutionUnit createExecutionUnit()
Create an instance of ExecutionUnit


createBroker

public Broker createBroker()
Create an instance of org.universAAL.middleware.connectors.deploy.model.Broker


createArtifactType

public ArtifactType createArtifactType()
Create an instance of ArtifactType


createPart

public Part createPart()
Create an instance of Part


createProfileType

public ProfileType createProfileType()
Create an instance of ProfileType


createVersionType

public VersionType createVersionType()
Create an instance of VersionType


createToBeDefined

public ToBeDefined createToBeDefined()
Create an instance of ToBeDefined


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


createOntologyTypeLocation

public OntologyType.Location createOntologyTypeLocation()
Create an instance of OntologyType.Location


createDeploymentUnitContainerUnitKaraf

public DeploymentUnit.ContainerUnit.Karaf createDeploymentUnitContainerUnitKaraf()
Create an instance of DeploymentUnit.ContainerUnit.Karaf


createAalMpaApplicationManagementRemoteManagement

public AalMpa.ApplicationManagement.RemoteManagement createAalMpaApplicationManagementRemoteManagement()
Create an instance of AalMpa.ApplicationManagement.RemoteManagement


createAalMpaApplicationProfileRuntimeBroker

public AalMpa.ApplicationProfile.Runtime.Broker createAalMpaApplicationProfileRuntimeBroker()
Create an instance of AalMpa.ApplicationProfile.Runtime.Broker


createAalMpaApplicationProfileRuntimeManagers

public AalMpa.ApplicationProfile.Runtime.Managers createAalMpaApplicationProfileRuntimeManagers()
Create an instance of AalMpa.ApplicationProfile.Runtime.Managers


createAalMpaApplicationProfileAalSpaceAlternativeProfiles

public AalMpa.ApplicationProfile.AalSpace.AlternativeProfiles createAalMpaApplicationProfileAalSpaceAlternativeProfiles()
Create an instance of AalMpa.ApplicationProfile.AalSpace.AlternativeProfiles


createAalMpaApplicationProfileAalSpaceRequirredOntologies

public AalMpa.ApplicationProfile.AalSpace.RequirredOntologies createAalMpaApplicationProfileAalSpaceRequirredOntologies()
Create an instance of AalMpa.ApplicationProfile.AalSpace.RequirredOntologies


createAalMpaAppLicense

public AalMpa.App.License createAalMpaAppLicense()
Create an instance of AalMpa.App.License


createFeatures

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


createOntologyTypeLocationUrl

public JAXBElement<Object> createOntologyTypeLocationUrl(Object value)
Create an instance of JAXBElement<Object>


createOntologyTypeLocationRuntimeId

public JAXBElement<String> createOntologyTypeLocationRuntimeId(String value)
Create an instance of JAXBElement<String>


createOntologyTypeLocationPath

public JAXBElement<String> createOntologyTypeLocationPath(String value)
Create an instance of JAXBElement<String>



Copyright © 2014 universAAL Consortium. All Rights Reserved.