org.apache.openejb.jee.oejb2
Class PatternType

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.PatternType

public class PatternType
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 version
           
 
Constructor Summary
PatternType()
           
 
Method Summary
 String getArtifactId()
          Gets the value of the artifactId property.
 String getGroupId()
          Gets the value of the groupId property.
 String getModule()
          Gets the value of the module property.
 String getName()
          Gets the value of the name property.
 String getVersion()
          Gets the value of the version property.
 void setArtifactId(String value)
          Sets the value of the artifactId property.
 void setGroupId(String value)
          Sets the value of the groupId property.
 void setModule(String value)
          Sets the value of the module property.
 void setName(String value)
          Sets the value of the name property.
 void setVersion(String value)
          Sets the value of the version property.
 
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

name

protected String name
Constructor Detail

PatternType

public PatternType()
Method Detail

getGroupId

public String getGroupId()
Gets the value of the groupId property.

Returns:
possible object is String

setGroupId

public void setGroupId(String value)
Sets the value of the groupId property.

Parameters:
value - allowed object is String

getArtifactId

public String getArtifactId()
Gets the value of the artifactId property.

Returns:
possible object is String

setArtifactId

public void setArtifactId(String value)
Sets the value of the artifactId property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getModule

public String getModule()
Gets the value of the module property.

Returns:
possible object is String

setModule

public void setModule(String value)
Sets the value of the module property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


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