net.sf.taverna.x2008.xml.plugins
Interface Dependency

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

public interface Dependency
extends org.apache.xmlbeans.XmlObject

An XML Dependency(@http://taverna.sf.net/2008/xml/plugins). This is a complex type.


Nested Class Summary
static class Dependency.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
 java.lang.String getArtifactId()
          Gets the "artifactId" element
 java.lang.String getGroupId()
          Gets the "groupId" element
 boolean getSystem()
          Gets the "system" element
 java.lang.String getVersion()
          Gets the "version" element
 boolean isSetSystem()
          True if has "system" element
 void setArtifactId(java.lang.String artifactId)
          Sets the "artifactId" element
 void setGroupId(java.lang.String groupId)
          Sets the "groupId" element
 void setSystem(boolean system)
          Sets the "system" element
 void setVersion(java.lang.String version)
          Sets the "version" element
 void unsetSystem()
          Unsets the "system" element
 org.apache.xmlbeans.XmlNormalizedString xgetArtifactId()
          Gets (as xml) the "artifactId" element
 org.apache.xmlbeans.XmlNormalizedString xgetGroupId()
          Gets (as xml) the "groupId" element
 org.apache.xmlbeans.XmlBoolean xgetSystem()
          Gets (as xml) the "system" element
 org.apache.xmlbeans.XmlNormalizedString xgetVersion()
          Gets (as xml) the "version" element
 void xsetArtifactId(org.apache.xmlbeans.XmlNormalizedString artifactId)
          Sets (as xml) the "artifactId" element
 void xsetGroupId(org.apache.xmlbeans.XmlNormalizedString groupId)
          Sets (as xml) the "groupId" element
 void xsetSystem(org.apache.xmlbeans.XmlBoolean system)
          Sets (as xml) the "system" element
 void xsetVersion(org.apache.xmlbeans.XmlNormalizedString 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

java.lang.String getGroupId()
Gets the "groupId" element


xgetGroupId

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


setGroupId

void setGroupId(java.lang.String groupId)
Sets the "groupId" element


xsetGroupId

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


getArtifactId

java.lang.String getArtifactId()
Gets the "artifactId" element


xgetArtifactId

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


setArtifactId

void setArtifactId(java.lang.String artifactId)
Sets the "artifactId" element


xsetArtifactId

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


getVersion

java.lang.String getVersion()
Gets the "version" element


xgetVersion

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


setVersion

void setVersion(java.lang.String version)
Sets the "version" element


xsetVersion

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


getSystem

boolean getSystem()
Gets the "system" element


xgetSystem

org.apache.xmlbeans.XmlBoolean xgetSystem()
Gets (as xml) the "system" element


isSetSystem

boolean isSetSystem()
True if has "system" element


setSystem

void setSystem(boolean system)
Sets the "system" element


xsetSystem

void xsetSystem(org.apache.xmlbeans.XmlBoolean system)
Sets (as xml) the "system" element


unsetSystem

void unsetSystem()
Unsets the "system" element