|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.system.plugin.model.ObjectFactory
public class ObjectFactory
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public PluginType createPluginType()
PluginType
public ReferenceType.Pattern createReferenceTypePattern()
ReferenceType.Pattern
public ArtifactType createArtifactType()
ArtifactType
public ConfigXmlContentType createConfigXmlContentType()
ConfigXmlContentType
public CopyFileType createCopyFileType()
CopyFileType
public DependencyType createDependencyType()
DependencyType
public ReferenceType createReferenceType()
ReferenceType
public PrerequisiteType createPrerequisiteType()
PrerequisiteType
public PluginListType createPluginListType()
PluginListType
public HashType createHashType()
HashType
public AttributesType createAttributesType()
AttributesType
public GbeanType createGbeanType()
GbeanType
public ModuleType createModuleType()
ModuleType
public AttributeType createAttributeType()
AttributeType
public LicenseType createLicenseType()
LicenseType
public PluginArtifactType createPluginArtifactType()
PluginArtifactType
public PropertyType createPropertyType()
PropertyType
public JAXBElement<String> createComment(String value)
JAXBElement
<
String
>
}
public JAXBElement<PluginType> createGeronimoPlugin(PluginType value)
JAXBElement
<
PluginType
>
}
public JAXBElement<GbeanType> createGbean(GbeanType value)
JAXBElement
<
GbeanType
>
}
public JAXBElement<PluginListType> createGeronimoPluginList(PluginListType value)
JAXBElement
<
PluginListType
>
}
public JAXBElement<AttributeType> createAttribute(AttributeType value)
JAXBElement
<
AttributeType
>
}
public JAXBElement<AttributesType> createAttributes(AttributesType value)
JAXBElement
<
AttributesType
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |