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

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

public class PrerequisiteType
extends java.lang.Object
implements java.io.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  java.lang.String description
           
protected  ArtifactType id
           
protected  java.lang.String resourceType
           
 
Constructor Summary
PrerequisiteType()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 ArtifactType getId()
          Gets the value of the id property.
 java.lang.String getResourceType()
          Gets the value of the resourceType property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setId(ArtifactType value)
          Sets the value of the id property.
 void setResourceType(java.lang.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 java.lang.String resourceType

description

protected java.lang.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 java.lang.String getResourceType()
Gets the value of the resourceType property.

Returns:
possible object is String

setResourceType

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

Parameters:
value - allowed object is String

getDescription

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

Returns:
possible object is String

setDescription

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

Parameters:
value - allowed object is String


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