org.apache.geronimo.xbeans.geronimo.naming
Interface GerPatternType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
GerPatternTypeImpl

public interface GerPatternType
extends org.apache.xmlbeans.XmlObject

An XML patternType(@http://geronimo.apache.org/xml/ns/naming-1.2). This is a complex type.


Nested Class Summary
static class GerPatternType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getArtifactId()
          Gets the "artifactId" element
 String getGroupId()
          Gets the "groupId" element
 String getModule()
          Gets the "module" element
 String getName()
          Gets the "name" element
 String getVersion()
          Gets the "version" element
 boolean isSetArtifactId()
          True if has "artifactId" element
 boolean isSetGroupId()
          True if has "groupId" element
 boolean isSetModule()
          True if has "module" element
 boolean isSetVersion()
          True if has "version" element
 void setArtifactId(String artifactId)
          Sets the "artifactId" element
 void setGroupId(String groupId)
          Sets the "groupId" element
 void setModule(String module)
          Sets the "module" element
 void setName(String name)
          Sets the "name" element
 void setVersion(String version)
          Sets the "version" element
 void unsetArtifactId()
          Unsets the "artifactId" element
 void unsetGroupId()
          Unsets the "groupId" element
 void unsetModule()
          Unsets the "module" element
 void unsetVersion()
          Unsets the "version" element
 org.apache.xmlbeans.XmlString xgetArtifactId()
          Gets (as xml) the "artifactId" element
 org.apache.xmlbeans.XmlString xgetGroupId()
          Gets (as xml) the "groupId" element
 org.apache.xmlbeans.XmlString xgetModule()
          Gets (as xml) the "module" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "name" element
 org.apache.xmlbeans.XmlString xgetVersion()
          Gets (as xml) the "version" element
 void xsetArtifactId(org.apache.xmlbeans.XmlString artifactId)
          Sets (as xml) the "artifactId" element
 void xsetGroupId(org.apache.xmlbeans.XmlString groupId)
          Sets (as xml) the "groupId" element
 void xsetModule(org.apache.xmlbeans.XmlString module)
          Sets (as xml) the "module" element
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "name" element
 void xsetVersion(org.apache.xmlbeans.XmlString version)
          Sets (as xml) the "version" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getGroupId

String getGroupId()
Gets the "groupId" element


xgetGroupId

org.apache.xmlbeans.XmlString xgetGroupId()
Gets (as xml) the "groupId" element


isSetGroupId

boolean isSetGroupId()
True if has "groupId" element


setGroupId

void setGroupId(String groupId)
Sets the "groupId" element


xsetGroupId

void xsetGroupId(org.apache.xmlbeans.XmlString groupId)
Sets (as xml) the "groupId" element


unsetGroupId

void unsetGroupId()
Unsets the "groupId" element


getArtifactId

String getArtifactId()
Gets the "artifactId" element


xgetArtifactId

org.apache.xmlbeans.XmlString xgetArtifactId()
Gets (as xml) the "artifactId" element


isSetArtifactId

boolean isSetArtifactId()
True if has "artifactId" element


setArtifactId

void setArtifactId(String artifactId)
Sets the "artifactId" element


xsetArtifactId

void xsetArtifactId(org.apache.xmlbeans.XmlString artifactId)
Sets (as xml) the "artifactId" element


unsetArtifactId

void unsetArtifactId()
Unsets the "artifactId" element


getVersion

String getVersion()
Gets the "version" element


xgetVersion

org.apache.xmlbeans.XmlString xgetVersion()
Gets (as xml) the "version" element


isSetVersion

boolean isSetVersion()
True if has "version" element


setVersion

void setVersion(String version)
Sets the "version" element


xsetVersion

void xsetVersion(org.apache.xmlbeans.XmlString version)
Sets (as xml) the "version" element


unsetVersion

void unsetVersion()
Unsets the "version" element


getModule

String getModule()
Gets the "module" element


xgetModule

org.apache.xmlbeans.XmlString xgetModule()
Gets (as xml) the "module" element


isSetModule

boolean isSetModule()
True if has "module" element


setModule

void setModule(String module)
Sets the "module" element


xsetModule

void xsetModule(org.apache.xmlbeans.XmlString module)
Sets (as xml) the "module" element


unsetModule

void unsetModule()
Unsets the "module" element


getName

String getName()
Gets the "name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" element


setName

void setName(String name)
Sets the "name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element



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