Save This Page
Home » geronimo-eclipse-plugin-2.2-source-release » org.apache.geronimo.jee.naming » [javadoc | source]
org.apache.geronimo.jee.naming
public class: Pattern [javadoc | source]
java.lang.Object
   org.apache.geronimo.jee.naming.Pattern

All Implemented Interfaces:
    Serializable

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 groupId     
protected  String artifactId     
protected  String version     
protected  String module     
protected  String name     
Method from org.apache.geronimo.jee.naming.Pattern Summary:
getArtifactId,   getGroupId,   getModule,   getName,   getVersion,   setArtifactId,   setGroupId,   setModule,   setName,   setVersion
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.geronimo.jee.naming.Pattern Detail:
 public String getArtifactId() 
    Gets the value of the artifactId property.
 public String getGroupId() 
    Gets the value of the groupId property.
 public String getModule() 
    Gets the value of the module property.
 public String getName() 
    Gets the value of the name property.
 public String getVersion() 
    Gets the value of the version property.
 public  void setArtifactId(String value) 
    Sets the value of the artifactId property.
 public  void setGroupId(String value) 
    Sets the value of the groupId property.
 public  void setModule(String value) 
    Sets the value of the module property.
 public  void setName(String value) 
    Sets the value of the name property.
 public  void setVersion(String value) 
    Sets the value of the version property.