org.apache.geronimo.system.plugin.model
Class ReferenceType.Pattern

java.lang.Object
  extended by org.apache.geronimo.system.plugin.model.ReferenceType.Pattern
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ReferenceType

public static class ReferenceType.Pattern
extends java.lang.Object
implements java.io.Serializable

Java class for anonymous complex type.

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

 <complexType>
   <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="type" 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>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String artifactId
           
protected  java.lang.String groupId
           
protected  java.lang.String module
           
protected  java.lang.String name
           
protected  java.lang.String type
           
protected  java.lang.String version
           
 
Constructor Summary
ReferenceType.Pattern()
           
 
Method Summary
 java.lang.String getArtifactId()
          Gets the value of the artifactId property.
 java.lang.String getGroupId()
          Gets the value of the groupId property.
 java.lang.String getModule()
          Gets the value of the module property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setArtifactId(java.lang.String value)
          Sets the value of the artifactId property.
 void setGroupId(java.lang.String value)
          Sets the value of the groupId property.
 void setModule(java.lang.String value)
          Sets the value of the module property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setVersion(java.lang.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 java.lang.String groupId

artifactId

protected java.lang.String artifactId

version

protected java.lang.String version

type

protected java.lang.String type

module

protected java.lang.String module

name

protected java.lang.String name
Constructor Detail

ReferenceType.Pattern

public ReferenceType.Pattern()
Method Detail

getGroupId

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

Returns:
possible object is String

setGroupId

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

Parameters:
value - allowed object is String

getArtifactId

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

Returns:
possible object is String

setArtifactId

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

Parameters:
value - allowed object is String

getVersion

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

Returns:
possible object is String

setVersion

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

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getModule

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

Returns:
possible object is String

setModule

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

Parameters:
value - allowed object is String

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String


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