|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.system.plugin.model.PluginArtifactType
public class PluginArtifactType
Java class for pluginArtifactType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pluginArtifactType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="module-id" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}artifactType"/>
<element name="hash" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}hashType" minOccurs="0"/>
<element name="geronimo-version" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="jvm-version" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="prerequisite" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}prerequisiteType" maxOccurs="unbounded" minOccurs="0"/>
<element name="dependency" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}dependencyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="obsoletes" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}artifactType" maxOccurs="unbounded" minOccurs="0"/>
<element name="source-repository" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="copy-file" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}copy-fileType" maxOccurs="unbounded" minOccurs="0"/>
<element name="config-xml-content" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}config-xml-contentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="artifact-alias" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}propertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="config-substitution" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}propertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<PropertyType> |
artifactAlias
|
protected List<PropertyType> |
configSubstitution
|
protected List<ConfigXmlContentType> |
configXmlContent
|
protected List<CopyFileType> |
copyFile
|
protected List<DependencyType> |
dependency
|
protected List<String> |
geronimoVersion
|
protected HashType |
hash
|
protected List<String> |
jvmVersion
|
protected ArtifactType |
moduleId
|
protected List<ArtifactType> |
obsoletes
|
protected List<PrerequisiteType> |
prerequisite
|
protected List<String> |
sourceRepository
|
| Constructor Summary | |
|---|---|
PluginArtifactType()
|
|
| Method Summary | |
|---|---|
List<PropertyType> |
getArtifactAlias()
Gets the value of the artifactAlias property. |
List<PropertyType> |
getConfigSubstitution()
Gets the value of the configSubstitution property. |
List<ConfigXmlContentType> |
getConfigXmlContent()
Gets the value of the configXmlContent property. |
List<CopyFileType> |
getCopyFile()
Gets the value of the copyFile property. |
List<DependencyType> |
getDependency()
Gets the value of the dependency property. |
List<String> |
getGeronimoVersion()
Gets the value of the geronimoVersion property. |
HashType |
getHash()
Gets the value of the hash property. |
List<String> |
getJvmVersion()
Gets the value of the jvmVersion property. |
ArtifactType |
getModuleId()
Gets the value of the moduleId property. |
List<ArtifactType> |
getObsoletes()
Gets the value of the obsoletes property. |
List<PrerequisiteType> |
getPrerequisite()
Gets the value of the prerequisite property. |
List<String> |
getSourceRepository()
Gets the value of the sourceRepository property. |
void |
setHash(HashType value)
Sets the value of the hash property. |
void |
setModuleId(ArtifactType value)
Sets the value of the moduleId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ArtifactType moduleId
protected HashType hash
protected List<String> geronimoVersion
protected List<String> jvmVersion
protected List<PrerequisiteType> prerequisite
protected List<DependencyType> dependency
protected List<ArtifactType> obsoletes
protected List<String> sourceRepository
protected List<CopyFileType> copyFile
protected List<ConfigXmlContentType> configXmlContent
protected List<PropertyType> artifactAlias
protected List<PropertyType> configSubstitution
| Constructor Detail |
|---|
public PluginArtifactType()
| Method Detail |
|---|
public ArtifactType getModuleId()
ArtifactTypepublic void setModuleId(ArtifactType value)
value - allowed object is
ArtifactTypepublic HashType getHash()
HashTypepublic void setHash(HashType value)
value - allowed object is
HashTypepublic List<String> getGeronimoVersion()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the geronimoVersion property.
For example, to add a new item, do as follows:
getGeronimoVersion().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getJvmVersion()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the jvmVersion property.
For example, to add a new item, do as follows:
getJvmVersion().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<PrerequisiteType> getPrerequisite()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the prerequisite property.
For example, to add a new item, do as follows:
getPrerequisite().add(newItem);
Objects of the following type(s) are allowed in the list
PrerequisiteType
public List<DependencyType> getDependency()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dependency property.
For example, to add a new item, do as follows:
getDependency().add(newItem);
Objects of the following type(s) are allowed in the list
DependencyType
public List<ArtifactType> getObsoletes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the obsoletes property.
For example, to add a new item, do as follows:
getObsoletes().add(newItem);
Objects of the following type(s) are allowed in the list
ArtifactType
public List<String> getSourceRepository()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sourceRepository property.
For example, to add a new item, do as follows:
getSourceRepository().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<CopyFileType> getCopyFile()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the copyFile property.
For example, to add a new item, do as follows:
getCopyFile().add(newItem);
Objects of the following type(s) are allowed in the list
CopyFileType
public List<ConfigXmlContentType> getConfigXmlContent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the configXmlContent property.
For example, to add a new item, do as follows:
getConfigXmlContent().add(newItem);
Objects of the following type(s) are allowed in the list
ConfigXmlContentType
public List<PropertyType> getArtifactAlias()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the artifactAlias property.
For example, to add a new item, do as follows:
getArtifactAlias().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyType
public List<PropertyType> getConfigSubstitution()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the configSubstitution property.
For example, to add a new item, do as follows:
getConfigSubstitution().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||