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

java.lang.Object
  extended by org.apache.geronimo.system.plugin.model.PrerequisiteType
All Implemented Interfaces:
Serializable

public class PrerequisiteType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

id

protected ArtifactType id

resourceType

protected String resourceType

description

protected String description
Constructor Detail

PrerequisiteType

public PrerequisiteType()
Method Detail

getId

public ArtifactType getId()
Gets the value of the id property.

Returns:
possible object is ArtifactType

setId

public void setId(ArtifactType value)
Sets the value of the id property.

Parameters:
value - allowed object is ArtifactType

getResourceType

public String getResourceType()
Gets the value of the resourceType property.

Returns:
possible object is String

setResourceType

public void setResourceType(String value)
Sets the value of the resourceType property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


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