org.apache.openejb.jee.oejb2
Class DepPatternType

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.DepPatternType
Direct Known Subclasses:
ReferenceType

public class DepPatternType
extends Object

Java class for patternType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="patternType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="module" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String artifactId
           
protected  String groupId
           
protected  String module
           
protected  String name
           
protected  String type
           
protected  String version
           
 
Constructor Summary
DepPatternType()
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 String getModule()
           
 String getName()
           
 String getType()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setModule(String module)
           
 void setName(String name)
           
 void setType(String type)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupId

protected String groupId

artifactId

protected String artifactId

version

protected String version

module

protected String module

type

protected String type

name

protected String name
Constructor Detail

DepPatternType

public DepPatternType()
Method Detail

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getModule

public String getModule()

setModule

public void setModule(String module)

getType

public String getType()

setType

public void setType(String type)

getName

public String getName()

setName

public void setName(String name)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.