DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM)

org.kr.dl.dig.v1_1
Interface NumRoleConceptPair

All Superinterfaces:
RoleConceptPair, XmlObject, XmlTokenSource
All Known Implementing Classes:
NumRoleConceptPairImpl

public interface NumRoleConceptPair
extends RoleConceptPair

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


Nested Class Summary
static class NumRoleConceptPair.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
 BigInteger getNum()
          Gets the "num" attribute
 void setNum(BigInteger num)
          Sets the "num" attribute
 XmlInteger xgetNum()
          Gets (as xml) the "num" attribute
 void xsetNum(XmlInteger num)
          Sets (as xml) the "num" attribute
 
Methods inherited from interface org.kr.dl.dig.v1_1.RoleConceptPair
addNewAll, addNewAnd, addNewAtleast, addNewAtmost, addNewAttribute, addNewBottom, addNewCatom, addNewChain, addNewDefined, addNewFeature, addNewIntequals, addNewIntmax, addNewIntmin, addNewIntrange, addNewInverse, addNewIset, addNewNot, addNewOr, addNewRatom, addNewSome, addNewStringequals, addNewStringmax, addNewStringmin, addNewStringrange, addNewTop, getAll, getAnd, getAtleast, getAtmost, getAttribute, getBottom, getCatom, getChain, getDefined, getFeature, getIntequals, getIntmax, getIntmin, getIntrange, getInverse, getIset, getNot, getOr, getRatom, getSome, getStringequals, getStringmax, getStringmin, getStringrange, getTop, isSetAll, isSetAnd, isSetAtleast, isSetAtmost, isSetAttribute, isSetBottom, isSetCatom, isSetChain, isSetDefined, isSetFeature, isSetIntequals, isSetIntmax, isSetIntmin, isSetIntrange, isSetInverse, isSetIset, isSetNot, isSetOr, isSetRatom, isSetSome, isSetStringequals, isSetStringmax, isSetStringmin, isSetStringrange, isSetTop, setAll, setAnd, setAtleast, setAtmost, setAttribute, setBottom, setCatom, setChain, setDefined, setFeature, setIntequals, setIntmax, setIntmin, setIntrange, setInverse, setIset, setNot, setOr, setRatom, setSome, setStringequals, setStringmax, setStringmin, setStringrange, setTop, unsetAll, unsetAnd, unsetAtleast, unsetAtmost, unsetAttribute, unsetBottom, unsetCatom, unsetChain, unsetDefined, unsetFeature, unsetIntequals, unsetIntmax, unsetIntmin, unsetIntrange, unsetInverse, unsetIset, unsetNot, unsetOr, unsetRatom, unsetSome, unsetStringequals, unsetStringmax, unsetStringmin, unsetStringrange, unsetTop
 
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

getNum

public BigInteger getNum()
Gets the "num" attribute


xgetNum

public XmlInteger xgetNum()
Gets (as xml) the "num" attribute


setNum

public void setNum(BigInteger num)
Sets the "num" attribute


xsetNum

public void xsetNum(XmlInteger num)
Sets (as xml) the "num" attribute


DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM)