|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Artifact
An XML Artifact(@http://taverna.sf.net/2008/xml/plugins). This is a complex type.
Nested Class Summary | |
---|---|
static class |
Artifact.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" attribute |
java.lang.String |
getGroupId()
Gets the "groupId" attribute |
boolean |
getSystem()
Gets the "system" attribute |
java.lang.String |
getVersion()
Gets the "version" attribute |
boolean |
isSetSystem()
True if has "system" attribute |
void |
setArtifactId(java.lang.String artifactId)
Sets the "artifactId" attribute |
void |
setGroupId(java.lang.String groupId)
Sets the "groupId" attribute |
void |
setSystem(boolean system)
Sets the "system" attribute |
void |
setVersion(java.lang.String version)
Sets the "version" attribute |
void |
unsetSystem()
Unsets the "system" attribute |
org.apache.xmlbeans.XmlNormalizedString |
xgetArtifactId()
Gets (as xml) the "artifactId" attribute |
org.apache.xmlbeans.XmlNormalizedString |
xgetGroupId()
Gets (as xml) the "groupId" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetSystem()
Gets (as xml) the "system" attribute |
org.apache.xmlbeans.XmlNormalizedString |
xgetVersion()
Gets (as xml) the "version" attribute |
void |
xsetArtifactId(org.apache.xmlbeans.XmlNormalizedString artifactId)
Sets (as xml) the "artifactId" attribute |
void |
xsetGroupId(org.apache.xmlbeans.XmlNormalizedString groupId)
Sets (as xml) the "groupId" attribute |
void |
xsetSystem(org.apache.xmlbeans.XmlBoolean system)
Sets (as xml) the "system" attribute |
void |
xsetVersion(org.apache.xmlbeans.XmlNormalizedString version)
Sets (as xml) the "version" attribute |
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.lang.String getGroupId()
org.apache.xmlbeans.XmlNormalizedString xgetGroupId()
void setGroupId(java.lang.String groupId)
void xsetGroupId(org.apache.xmlbeans.XmlNormalizedString groupId)
java.lang.String getArtifactId()
org.apache.xmlbeans.XmlNormalizedString xgetArtifactId()
void setArtifactId(java.lang.String artifactId)
void xsetArtifactId(org.apache.xmlbeans.XmlNormalizedString artifactId)
java.lang.String getVersion()
org.apache.xmlbeans.XmlNormalizedString xgetVersion()
void setVersion(java.lang.String version)
void xsetVersion(org.apache.xmlbeans.XmlNormalizedString version)
boolean getSystem()
org.apache.xmlbeans.XmlBoolean xgetSystem()
boolean isSetSystem()
void setSystem(boolean system)
void xsetSystem(org.apache.xmlbeans.XmlBoolean system)
void unsetSystem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |