Package org.apache.openejb.jee.oejb2
Class PatternType
- java.lang.Object
-
- 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>
-
-
Constructor Summary
Constructors Constructor Description PatternType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()Gets the value of the artifactId property.StringgetGroupId()Gets the value of the groupId property.StringgetModule()Gets the value of the module property.StringgetName()Gets the value of the name property.StringgetVersion()Gets the value of the version property.voidsetArtifactId(String value)Sets the value of the artifactId property.voidsetGroupId(String value)Sets the value of the groupId property.voidsetModule(String value)Sets the value of the module property.voidsetName(String value)Sets the value of the name property.voidsetVersion(String value)Sets the value of the version property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
-