DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM)

org.kr.dl.dig.v1_1
Interface ChainType

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
ChainTypeImpl

public interface ChainType
extends XmlObject

An XML chainType(@http://dl.kr.org/dig/2003/02/lang). This is a complex type.


Nested Class Summary
static class ChainType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 Named addNewAttribute()
          Appends and returns a new empty "attribute" element
 Named addNewFeature()
          Appends and returns a new empty value (as xml) as the last "feature" element
 Named getAttribute()
          Gets the "attribute" element
 Named[] getFeatureArray()
          Gets array of all "feature" elements
 Named getFeatureArray(int i)
          Gets ith "feature" element
 String getName()
          Gets the "name" attribute
 Named insertNewFeature(int i)
          Inserts and returns a new empty value (as xml) as the ith "feature" element
 boolean isSetName()
          True if has "name" attribute
 void removeFeature(int i)
          Removes the ith "feature" element
 void setAttribute(Named attribute)
          Sets the "attribute" element
 void setFeatureArray(int i, Named feature)
          Sets ith "feature" element
 void setFeatureArray(Named[] featureArray)
          Sets array of all "feature" element
 void setName(String name)
          Sets the "name" attribute
 int sizeOfFeatureArray()
          Returns number of "feature" element
 void unsetName()
          Unsets the "name" attribute
 XmlString xgetName()
          Gets (as xml) the "name" attribute
 void xsetName(XmlString name)
          Sets (as xml) the "name" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final SchemaType type
Method Detail

getFeatureArray

public Named[] getFeatureArray()
Gets array of all "feature" elements


getFeatureArray

public Named getFeatureArray(int i)
Gets ith "feature" element


sizeOfFeatureArray

public int sizeOfFeatureArray()
Returns number of "feature" element


setFeatureArray

public void setFeatureArray(Named[] featureArray)
Sets array of all "feature" element


setFeatureArray

public void setFeatureArray(int i,
                            Named feature)
Sets ith "feature" element


insertNewFeature

public Named insertNewFeature(int i)
Inserts and returns a new empty value (as xml) as the ith "feature" element


addNewFeature

public Named addNewFeature()
Appends and returns a new empty value (as xml) as the last "feature" element


removeFeature

public void removeFeature(int i)
Removes the ith "feature" element


getAttribute

public Named getAttribute()
Gets the "attribute" element


setAttribute

public void setAttribute(Named attribute)
Sets the "attribute" element


addNewAttribute

public Named addNewAttribute()
Appends and returns a new empty "attribute" element


getName

public String getName()
Gets the "name" attribute


xgetName

public XmlString xgetName()
Gets (as xml) the "name" attribute


isSetName

public boolean isSetName()
True if has "name" attribute


setName

public void setName(String name)
Sets the "name" attribute


xsetName

public void xsetName(XmlString name)
Sets (as xml) the "name" attribute


unsetName

public void unsetName()
Unsets the "name" attribute


DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM)