|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.system.plugin.model.PrerequisiteType
public class PrerequisiteType
Java class for prerequisiteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="prerequisiteType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}artifactType"/>
<element name="resource-type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
description
|
protected ArtifactType |
id
|
protected String |
resourceType
|
| Constructor Summary | |
|---|---|
PrerequisiteType()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
ArtifactType |
getId()
Gets the value of the id property. |
String |
getResourceType()
Gets the value of the resourceType property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setId(ArtifactType value)
Sets the value of the id property. |
void |
setResourceType(String value)
Sets the value of the resourceType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ArtifactType id
protected String resourceType
protected String description
| Constructor Detail |
|---|
public PrerequisiteType()
| Method Detail |
|---|
public ArtifactType getId()
ArtifactTypepublic void setId(ArtifactType value)
value - allowed object is
ArtifactTypepublic String getResourceType()
Stringpublic void setResourceType(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||