org.apache.geronimo.system.plugin.model
Class ObjectFactory

java.lang.Object
  extended by org.apache.geronimo.system.plugin.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.apache.geronimo.system.plugin.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.apache.geronimo.system.plugin.model
 
Method Summary
 ArtifactType createArtifactType()
          Create an instance of ArtifactType
 JAXBElement<AttributeType> createAttribute(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<AttributesType> createAttributes(AttributesType value)
          Create an instance of JAXBElement<AttributesType>}
 AttributesType createAttributesType()
          Create an instance of AttributesType
 AttributeType createAttributeType()
          Create an instance of AttributeType
 JAXBElement<String> createComment(String value)
          Create an instance of JAXBElement<String>}
 ConfigXmlContentType createConfigXmlContentType()
          Create an instance of ConfigXmlContentType
 CopyFileType createCopyFileType()
          Create an instance of CopyFileType
 DependencyType createDependencyType()
          Create an instance of DependencyType
 JAXBElement<GbeanType> createGbean(GbeanType value)
          Create an instance of JAXBElement<GbeanType>}
 GbeanType createGbeanType()
          Create an instance of GbeanType
 JAXBElement<PluginType> createGeronimoPlugin(PluginType value)
          Create an instance of JAXBElement<PluginType>}
 JAXBElement<PluginListType> createGeronimoPluginList(PluginListType value)
          Create an instance of JAXBElement<PluginListType>}
 HashType createHashType()
          Create an instance of HashType
 LicenseType createLicenseType()
          Create an instance of LicenseType
 ModuleType createModuleType()
          Create an instance of ModuleType
 PluginArtifactType createPluginArtifactType()
          Create an instance of PluginArtifactType
 PluginListType createPluginListType()
          Create an instance of PluginListType
 PluginType createPluginType()
          Create an instance of PluginType
 PrerequisiteType createPrerequisiteType()
          Create an instance of PrerequisiteType
 PropertyType createPropertyType()
          Create an instance of PropertyType
 ReferenceType createReferenceType()
          Create an instance of ReferenceType
 ReferenceType.Pattern createReferenceTypePattern()
          Create an instance of ReferenceType.Pattern
 
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.apache.geronimo.system.plugin.model

Method Detail

createPluginType

public PluginType createPluginType()
Create an instance of PluginType


createReferenceTypePattern

public ReferenceType.Pattern createReferenceTypePattern()
Create an instance of ReferenceType.Pattern


createArtifactType

public ArtifactType createArtifactType()
Create an instance of ArtifactType


createConfigXmlContentType

public ConfigXmlContentType createConfigXmlContentType()
Create an instance of ConfigXmlContentType


createCopyFileType

public CopyFileType createCopyFileType()
Create an instance of CopyFileType


createDependencyType

public DependencyType createDependencyType()
Create an instance of DependencyType


createReferenceType

public ReferenceType createReferenceType()
Create an instance of ReferenceType


createPrerequisiteType

public PrerequisiteType createPrerequisiteType()
Create an instance of PrerequisiteType


createPluginListType

public PluginListType createPluginListType()
Create an instance of PluginListType


createHashType

public HashType createHashType()
Create an instance of HashType


createAttributesType

public AttributesType createAttributesType()
Create an instance of AttributesType


createGbeanType

public GbeanType createGbeanType()
Create an instance of GbeanType


createModuleType

public ModuleType createModuleType()
Create an instance of ModuleType


createAttributeType

public AttributeType createAttributeType()
Create an instance of AttributeType


createLicenseType

public LicenseType createLicenseType()
Create an instance of LicenseType


createPluginArtifactType

public PluginArtifactType createPluginArtifactType()
Create an instance of PluginArtifactType


createPropertyType

public PropertyType createPropertyType()
Create an instance of PropertyType


createComment

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


createGeronimoPlugin

public JAXBElement<PluginType> createGeronimoPlugin(PluginType value)
Create an instance of JAXBElement<PluginType>}


createGbean

public JAXBElement<GbeanType> createGbean(GbeanType value)
Create an instance of JAXBElement<GbeanType>}


createGeronimoPluginList

public JAXBElement<PluginListType> createGeronimoPluginList(PluginListType value)
Create an instance of JAXBElement<PluginListType>}


createAttribute

public JAXBElement<AttributeType> createAttribute(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createAttributes

public JAXBElement<AttributesType> createAttributes(AttributesType value)
Create an instance of JAXBElement<AttributesType>}



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.