org.apache.geronimo.deployment.xbeans
Interface ArtifactType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
DependencyType
All Known Implementing Classes:
ArtifactTypeImpl, DependencyTypeImpl

public interface ArtifactType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class ArtifactType.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 getType()
          Gets the "type" element
 String getVersion()
          Gets the "version" element
 boolean isSetGroupId()
          True if has "groupId" element
 boolean isSetType()
          True if has "type" 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 setType(String type)
          Sets the "type" element
 void setVersion(String version)
          Sets the "version" element
 void unsetGroupId()
          Unsets the "groupId" element
 void unsetType()
          Unsets the "type" 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 xgetType()
          Gets (as xml) the "type" 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 xsetType(org.apache.xmlbeans.XmlString type)
          Sets (as xml) the "type" 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


setArtifactId

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


xsetArtifactId

void xsetArtifactId(org.apache.xmlbeans.XmlString artifactId)
Sets (as xml) 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


getType

String getType()
Gets the "type" element


xgetType

org.apache.xmlbeans.XmlString xgetType()
Gets (as xml) the "type" element


isSetType

boolean isSetType()
True if has "type" element


setType

void setType(String type)
Sets the "type" element


xsetType

void xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" element


unsetType

void unsetType()
Unsets the "type" element



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