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

org.kr.dl.dig.v1_1.impl
Class InstanceDocumentImpl.InstanceImpl

java.lang.Object
  extended byorg.apache.xmlbeans.impl.values.XmlObjectBase
      extended byorg.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended byorg.kr.dl.dig.v1_1.impl.InstanceDocumentImpl.InstanceImpl
All Implemented Interfaces:
InstanceDocument.Instance, Serializable, SimpleValue, TypeStoreUser, XmlObject, XmlTokenSource
Enclosing class:
InstanceDocumentImpl

public static class InstanceDocumentImpl.InstanceImpl
extends XmlComplexContentImpl
implements InstanceDocument.Instance

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.kr.dl.dig.v1_1.InstanceDocument.Instance
InstanceDocument.Instance.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.kr.dl.dig.v1_1.InstanceDocument.Instance
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
InstanceDocumentImpl.InstanceImpl(SchemaType sType)
           
 
Method Summary
 RoleConceptPair addNewAll()
          Appends and returns a new empty "all" element
 Concepts addNewAnd()
          Appends and returns a new empty "and" element
 NumRoleConceptPair addNewAtleast()
          Appends and returns a new empty "atleast" element
 NumRoleConceptPair addNewAtmost()
          Appends and returns a new empty "atmost" element
 XmlObject addNewBottom()
          Appends and returns a new empty "bottom" element
 Named addNewCatom()
          Appends and returns a new empty "catom" element
 AttributeType addNewDefined()
          Appends and returns a new empty "defined" element
 Named addNewIndividual()
          Appends and returns a new empty "individual" element
 IntequalsDocument.Intequals addNewIntequals()
          Appends and returns a new empty "intequals" element
 IntmaxDocument.Intmax addNewIntmax()
          Appends and returns a new empty "intmax" element
 IntminDocument.Intmin addNewIntmin()
          Appends and returns a new empty "intmin" element
 IntrangeDocument.Intrange addNewIntrange()
          Appends and returns a new empty "intrange" element
 Individuals addNewIset()
          Appends and returns a new empty "iset" element
 Concept addNewNot()
          Appends and returns a new empty "not" element
 Concepts addNewOr()
          Appends and returns a new empty "or" element
 RoleConceptPair addNewSome()
          Appends and returns a new empty "some" element
 StringequalsDocument.Stringequals addNewStringequals()
          Appends and returns a new empty "stringequals" element
 StringmaxDocument.Stringmax addNewStringmax()
          Appends and returns a new empty "stringmax" element
 StringminDocument.Stringmin addNewStringmin()
          Appends and returns a new empty "stringmin" element
 StringrangeDocument.Stringrange addNewStringrange()
          Appends and returns a new empty "stringrange" element
 XmlObject addNewTop()
          Appends and returns a new empty "top" element
 RoleConceptPair getAll()
          Gets the "all" element
 Concepts getAnd()
          Gets the "and" element
 NumRoleConceptPair getAtleast()
          Gets the "atleast" element
 NumRoleConceptPair getAtmost()
          Gets the "atmost" element
 XmlObject getBottom()
          Gets the "bottom" element
 Named getCatom()
          Gets the "catom" element
 AttributeType getDefined()
          Gets the "defined" element
 String getId()
          Gets the "id" attribute
 Named getIndividual()
          Gets the "individual" element
 IntequalsDocument.Intequals getIntequals()
          Gets the "intequals" element
 IntmaxDocument.Intmax getIntmax()
          Gets the "intmax" element
 IntminDocument.Intmin getIntmin()
          Gets the "intmin" element
 IntrangeDocument.Intrange getIntrange()
          Gets the "intrange" element
 Individuals getIset()
          Gets the "iset" element
 Concept getNot()
          Gets the "not" element
 Concepts getOr()
          Gets the "or" element
 RoleConceptPair getSome()
          Gets the "some" element
 StringequalsDocument.Stringequals getStringequals()
          Gets the "stringequals" element
 StringmaxDocument.Stringmax getStringmax()
          Gets the "stringmax" element
 StringminDocument.Stringmin getStringmin()
          Gets the "stringmin" element
 StringrangeDocument.Stringrange getStringrange()
          Gets the "stringrange" element
 XmlObject getTop()
          Gets the "top" element
 boolean isSetAll()
          True if has "all" element
 boolean isSetAnd()
          True if has "and" element
 boolean isSetAtleast()
          True if has "atleast" element
 boolean isSetAtmost()
          True if has "atmost" element
 boolean isSetBottom()
          True if has "bottom" element
 boolean isSetCatom()
          True if has "catom" element
 boolean isSetDefined()
          True if has "defined" element
 boolean isSetIntequals()
          True if has "intequals" element
 boolean isSetIntmax()
          True if has "intmax" element
 boolean isSetIntmin()
          True if has "intmin" element
 boolean isSetIntrange()
          True if has "intrange" element
 boolean isSetIset()
          True if has "iset" element
 boolean isSetNot()
          True if has "not" element
 boolean isSetOr()
          True if has "or" element
 boolean isSetSome()
          True if has "some" element
 boolean isSetStringequals()
          True if has "stringequals" element
 boolean isSetStringmax()
          True if has "stringmax" element
 boolean isSetStringmin()
          True if has "stringmin" element
 boolean isSetStringrange()
          True if has "stringrange" element
 boolean isSetTop()
          True if has "top" element
 void setAll(RoleConceptPair all)
          Sets the "all" element
 void setAnd(Concepts and)
          Sets the "and" element
 void setAtleast(NumRoleConceptPair atleast)
          Sets the "atleast" element
 void setAtmost(NumRoleConceptPair atmost)
          Sets the "atmost" element
 void setBottom(XmlObject bottom)
          Sets the "bottom" element
 void setCatom(Named catom)
          Sets the "catom" element
 void setDefined(AttributeType defined)
          Sets the "defined" element
 void setId(String id)
          Sets the "id" attribute
 void setIndividual(Named individual)
          Sets the "individual" element
 void setIntequals(IntequalsDocument.Intequals intequals)
          Sets the "intequals" element
 void setIntmax(IntmaxDocument.Intmax intmax)
          Sets the "intmax" element
 void setIntmin(IntminDocument.Intmin intmin)
          Sets the "intmin" element
 void setIntrange(IntrangeDocument.Intrange intrange)
          Sets the "intrange" element
 void setIset(Individuals iset)
          Sets the "iset" element
 void setNot(Concept not)
          Sets the "not" element
 void setOr(Concepts or)
          Sets the "or" element
 void setSome(RoleConceptPair some)
          Sets the "some" element
 void setStringequals(StringequalsDocument.Stringequals stringequals)
          Sets the "stringequals" element
 void setStringmax(StringmaxDocument.Stringmax stringmax)
          Sets the "stringmax" element
 void setStringmin(StringminDocument.Stringmin stringmin)
          Sets the "stringmin" element
 void setStringrange(StringrangeDocument.Stringrange stringrange)
          Sets the "stringrange" element
 void setTop(XmlObject top)
          Sets the "top" element
 void unsetAll()
          Unsets the "all" element
 void unsetAnd()
          Unsets the "and" element
 void unsetAtleast()
          Unsets the "atleast" element
 void unsetAtmost()
          Unsets the "atmost" element
 void unsetBottom()
          Unsets the "bottom" element
 void unsetCatom()
          Unsets the "catom" element
 void unsetDefined()
          Unsets the "defined" element
 void unsetIntequals()
          Unsets the "intequals" element
 void unsetIntmax()
          Unsets the "intmax" element
 void unsetIntmin()
          Unsets the "intmin" element
 void unsetIntrange()
          Unsets the "intrange" element
 void unsetIset()
          Unsets the "iset" element
 void unsetNot()
          Unsets the "not" element
 void unsetOr()
          Unsets the "or" element
 void unsetSome()
          Unsets the "some" element
 void unsetStringequals()
          Unsets the "stringequals" element
 void unsetStringmax()
          Unsets the "stringmax" element
 void unsetStringmin()
          Unsets the "stringmin" element
 void unsetStringrange()
          Unsets the "stringrange" element
 void unsetTop()
          Unsets the "top" element
 XmlID xgetId()
          Gets (as xml) the "id" attribute
 void xsetId(XmlID id)
          Sets (as xml) the "id" attribute
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_text
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, hashCode, init_flags, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectPath, selectPath, set_newValue, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, toString, uses_invalidate_value, validate_now, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

InstanceDocumentImpl.InstanceImpl

public InstanceDocumentImpl.InstanceImpl(SchemaType sType)
Method Detail

getIndividual

public Named getIndividual()
Gets the "individual" element

Specified by:
getIndividual in interface InstanceDocument.Instance

setIndividual

public void setIndividual(Named individual)
Sets the "individual" element

Specified by:
setIndividual in interface InstanceDocument.Instance

addNewIndividual

public Named addNewIndividual()
Appends and returns a new empty "individual" element

Specified by:
addNewIndividual in interface InstanceDocument.Instance

getCatom

public Named getCatom()
Gets the "catom" element

Specified by:
getCatom in interface InstanceDocument.Instance

isSetCatom

public boolean isSetCatom()
True if has "catom" element

Specified by:
isSetCatom in interface InstanceDocument.Instance

setCatom

public void setCatom(Named catom)
Sets the "catom" element

Specified by:
setCatom in interface InstanceDocument.Instance

addNewCatom

public Named addNewCatom()
Appends and returns a new empty "catom" element

Specified by:
addNewCatom in interface InstanceDocument.Instance

unsetCatom

public void unsetCatom()
Unsets the "catom" element

Specified by:
unsetCatom in interface InstanceDocument.Instance

getTop

public XmlObject getTop()
Gets the "top" element

Specified by:
getTop in interface InstanceDocument.Instance

isSetTop

public boolean isSetTop()
True if has "top" element

Specified by:
isSetTop in interface InstanceDocument.Instance

setTop

public void setTop(XmlObject top)
Sets the "top" element

Specified by:
setTop in interface InstanceDocument.Instance

addNewTop

public XmlObject addNewTop()
Appends and returns a new empty "top" element

Specified by:
addNewTop in interface InstanceDocument.Instance

unsetTop

public void unsetTop()
Unsets the "top" element

Specified by:
unsetTop in interface InstanceDocument.Instance

getBottom

public XmlObject getBottom()
Gets the "bottom" element

Specified by:
getBottom in interface InstanceDocument.Instance

isSetBottom

public boolean isSetBottom()
True if has "bottom" element

Specified by:
isSetBottom in interface InstanceDocument.Instance

setBottom

public void setBottom(XmlObject bottom)
Sets the "bottom" element

Specified by:
setBottom in interface InstanceDocument.Instance

addNewBottom

public XmlObject addNewBottom()
Appends and returns a new empty "bottom" element

Specified by:
addNewBottom in interface InstanceDocument.Instance

unsetBottom

public void unsetBottom()
Unsets the "bottom" element

Specified by:
unsetBottom in interface InstanceDocument.Instance

getAnd

public Concepts getAnd()
Gets the "and" element

Specified by:
getAnd in interface InstanceDocument.Instance

isSetAnd

public boolean isSetAnd()
True if has "and" element

Specified by:
isSetAnd in interface InstanceDocument.Instance

setAnd

public void setAnd(Concepts and)
Sets the "and" element

Specified by:
setAnd in interface InstanceDocument.Instance

addNewAnd

public Concepts addNewAnd()
Appends and returns a new empty "and" element

Specified by:
addNewAnd in interface InstanceDocument.Instance

unsetAnd

public void unsetAnd()
Unsets the "and" element

Specified by:
unsetAnd in interface InstanceDocument.Instance

getOr

public Concepts getOr()
Gets the "or" element

Specified by:
getOr in interface InstanceDocument.Instance

isSetOr

public boolean isSetOr()
True if has "or" element

Specified by:
isSetOr in interface InstanceDocument.Instance

setOr

public void setOr(Concepts or)
Sets the "or" element

Specified by:
setOr in interface InstanceDocument.Instance

addNewOr

public Concepts addNewOr()
Appends and returns a new empty "or" element

Specified by:
addNewOr in interface InstanceDocument.Instance

unsetOr

public void unsetOr()
Unsets the "or" element

Specified by:
unsetOr in interface InstanceDocument.Instance

getNot

public Concept getNot()
Gets the "not" element

Specified by:
getNot in interface InstanceDocument.Instance

isSetNot

public boolean isSetNot()
True if has "not" element

Specified by:
isSetNot in interface InstanceDocument.Instance

setNot

public void setNot(Concept not)
Sets the "not" element

Specified by:
setNot in interface InstanceDocument.Instance

addNewNot

public Concept addNewNot()
Appends and returns a new empty "not" element

Specified by:
addNewNot in interface InstanceDocument.Instance

unsetNot

public void unsetNot()
Unsets the "not" element

Specified by:
unsetNot in interface InstanceDocument.Instance

getSome

public RoleConceptPair getSome()
Gets the "some" element

Specified by:
getSome in interface InstanceDocument.Instance

isSetSome

public boolean isSetSome()
True if has "some" element

Specified by:
isSetSome in interface InstanceDocument.Instance

setSome

public void setSome(RoleConceptPair some)
Sets the "some" element

Specified by:
setSome in interface InstanceDocument.Instance

addNewSome

public RoleConceptPair addNewSome()
Appends and returns a new empty "some" element

Specified by:
addNewSome in interface InstanceDocument.Instance

unsetSome

public void unsetSome()
Unsets the "some" element

Specified by:
unsetSome in interface InstanceDocument.Instance

getAll

public RoleConceptPair getAll()
Gets the "all" element

Specified by:
getAll in interface InstanceDocument.Instance

isSetAll

public boolean isSetAll()
True if has "all" element

Specified by:
isSetAll in interface InstanceDocument.Instance

setAll

public void setAll(RoleConceptPair all)
Sets the "all" element

Specified by:
setAll in interface InstanceDocument.Instance

addNewAll

public RoleConceptPair addNewAll()
Appends and returns a new empty "all" element

Specified by:
addNewAll in interface InstanceDocument.Instance

unsetAll

public void unsetAll()
Unsets the "all" element

Specified by:
unsetAll in interface InstanceDocument.Instance

getAtmost

public NumRoleConceptPair getAtmost()
Gets the "atmost" element

Specified by:
getAtmost in interface InstanceDocument.Instance

isSetAtmost

public boolean isSetAtmost()
True if has "atmost" element

Specified by:
isSetAtmost in interface InstanceDocument.Instance

setAtmost

public void setAtmost(NumRoleConceptPair atmost)
Sets the "atmost" element

Specified by:
setAtmost in interface InstanceDocument.Instance

addNewAtmost

public NumRoleConceptPair addNewAtmost()
Appends and returns a new empty "atmost" element

Specified by:
addNewAtmost in interface InstanceDocument.Instance

unsetAtmost

public void unsetAtmost()
Unsets the "atmost" element

Specified by:
unsetAtmost in interface InstanceDocument.Instance

getAtleast

public NumRoleConceptPair getAtleast()
Gets the "atleast" element

Specified by:
getAtleast in interface InstanceDocument.Instance

isSetAtleast

public boolean isSetAtleast()
True if has "atleast" element

Specified by:
isSetAtleast in interface InstanceDocument.Instance

setAtleast

public void setAtleast(NumRoleConceptPair atleast)
Sets the "atleast" element

Specified by:
setAtleast in interface InstanceDocument.Instance

addNewAtleast

public NumRoleConceptPair addNewAtleast()
Appends and returns a new empty "atleast" element

Specified by:
addNewAtleast in interface InstanceDocument.Instance

unsetAtleast

public void unsetAtleast()
Unsets the "atleast" element

Specified by:
unsetAtleast in interface InstanceDocument.Instance

getIset

public Individuals getIset()
Gets the "iset" element

Specified by:
getIset in interface InstanceDocument.Instance

isSetIset

public boolean isSetIset()
True if has "iset" element

Specified by:
isSetIset in interface InstanceDocument.Instance

setIset

public void setIset(Individuals iset)
Sets the "iset" element

Specified by:
setIset in interface InstanceDocument.Instance

addNewIset

public Individuals addNewIset()
Appends and returns a new empty "iset" element

Specified by:
addNewIset in interface InstanceDocument.Instance

unsetIset

public void unsetIset()
Unsets the "iset" element

Specified by:
unsetIset in interface InstanceDocument.Instance

getDefined

public AttributeType getDefined()
Gets the "defined" element

Specified by:
getDefined in interface InstanceDocument.Instance

isSetDefined

public boolean isSetDefined()
True if has "defined" element

Specified by:
isSetDefined in interface InstanceDocument.Instance

setDefined

public void setDefined(AttributeType defined)
Sets the "defined" element

Specified by:
setDefined in interface InstanceDocument.Instance

addNewDefined

public AttributeType addNewDefined()
Appends and returns a new empty "defined" element

Specified by:
addNewDefined in interface InstanceDocument.Instance

unsetDefined

public void unsetDefined()
Unsets the "defined" element

Specified by:
unsetDefined in interface InstanceDocument.Instance

getStringmin

public StringminDocument.Stringmin getStringmin()
Gets the "stringmin" element

Specified by:
getStringmin in interface InstanceDocument.Instance

isSetStringmin

public boolean isSetStringmin()
True if has "stringmin" element

Specified by:
isSetStringmin in interface InstanceDocument.Instance

setStringmin

public void setStringmin(StringminDocument.Stringmin stringmin)
Sets the "stringmin" element

Specified by:
setStringmin in interface InstanceDocument.Instance

addNewStringmin

public StringminDocument.Stringmin addNewStringmin()
Appends and returns a new empty "stringmin" element

Specified by:
addNewStringmin in interface InstanceDocument.Instance

unsetStringmin

public void unsetStringmin()
Unsets the "stringmin" element

Specified by:
unsetStringmin in interface InstanceDocument.Instance

getStringmax

public StringmaxDocument.Stringmax getStringmax()
Gets the "stringmax" element

Specified by:
getStringmax in interface InstanceDocument.Instance

isSetStringmax

public boolean isSetStringmax()
True if has "stringmax" element

Specified by:
isSetStringmax in interface InstanceDocument.Instance

setStringmax

public void setStringmax(StringmaxDocument.Stringmax stringmax)
Sets the "stringmax" element

Specified by:
setStringmax in interface InstanceDocument.Instance

addNewStringmax

public StringmaxDocument.Stringmax addNewStringmax()
Appends and returns a new empty "stringmax" element

Specified by:
addNewStringmax in interface InstanceDocument.Instance

unsetStringmax

public void unsetStringmax()
Unsets the "stringmax" element

Specified by:
unsetStringmax in interface InstanceDocument.Instance

getStringequals

public StringequalsDocument.Stringequals getStringequals()
Gets the "stringequals" element

Specified by:
getStringequals in interface InstanceDocument.Instance

isSetStringequals

public boolean isSetStringequals()
True if has "stringequals" element

Specified by:
isSetStringequals in interface InstanceDocument.Instance

setStringequals

public void setStringequals(StringequalsDocument.Stringequals stringequals)
Sets the "stringequals" element

Specified by:
setStringequals in interface InstanceDocument.Instance

addNewStringequals

public StringequalsDocument.Stringequals addNewStringequals()
Appends and returns a new empty "stringequals" element

Specified by:
addNewStringequals in interface InstanceDocument.Instance

unsetStringequals

public void unsetStringequals()
Unsets the "stringequals" element

Specified by:
unsetStringequals in interface InstanceDocument.Instance

getStringrange

public StringrangeDocument.Stringrange getStringrange()
Gets the "stringrange" element

Specified by:
getStringrange in interface InstanceDocument.Instance

isSetStringrange

public boolean isSetStringrange()
True if has "stringrange" element

Specified by:
isSetStringrange in interface InstanceDocument.Instance

setStringrange

public void setStringrange(StringrangeDocument.Stringrange stringrange)
Sets the "stringrange" element

Specified by:
setStringrange in interface InstanceDocument.Instance

addNewStringrange

public StringrangeDocument.Stringrange addNewStringrange()
Appends and returns a new empty "stringrange" element

Specified by:
addNewStringrange in interface InstanceDocument.Instance

unsetStringrange

public void unsetStringrange()
Unsets the "stringrange" element

Specified by:
unsetStringrange in interface InstanceDocument.Instance

getIntmin

public IntminDocument.Intmin getIntmin()
Gets the "intmin" element

Specified by:
getIntmin in interface InstanceDocument.Instance

isSetIntmin

public boolean isSetIntmin()
True if has "intmin" element

Specified by:
isSetIntmin in interface InstanceDocument.Instance

setIntmin

public void setIntmin(IntminDocument.Intmin intmin)
Sets the "intmin" element

Specified by:
setIntmin in interface InstanceDocument.Instance

addNewIntmin

public IntminDocument.Intmin addNewIntmin()
Appends and returns a new empty "intmin" element

Specified by:
addNewIntmin in interface InstanceDocument.Instance

unsetIntmin

public void unsetIntmin()
Unsets the "intmin" element

Specified by:
unsetIntmin in interface InstanceDocument.Instance

getIntmax

public IntmaxDocument.Intmax getIntmax()
Gets the "intmax" element

Specified by:
getIntmax in interface InstanceDocument.Instance

isSetIntmax

public boolean isSetIntmax()
True if has "intmax" element

Specified by:
isSetIntmax in interface InstanceDocument.Instance

setIntmax

public void setIntmax(IntmaxDocument.Intmax intmax)
Sets the "intmax" element

Specified by:
setIntmax in interface InstanceDocument.Instance

addNewIntmax

public IntmaxDocument.Intmax addNewIntmax()
Appends and returns a new empty "intmax" element

Specified by:
addNewIntmax in interface InstanceDocument.Instance

unsetIntmax

public void unsetIntmax()
Unsets the "intmax" element

Specified by:
unsetIntmax in interface InstanceDocument.Instance

getIntequals

public IntequalsDocument.Intequals getIntequals()
Gets the "intequals" element

Specified by:
getIntequals in interface InstanceDocument.Instance

isSetIntequals

public boolean isSetIntequals()
True if has "intequals" element

Specified by:
isSetIntequals in interface InstanceDocument.Instance

setIntequals

public void setIntequals(IntequalsDocument.Intequals intequals)
Sets the "intequals" element

Specified by:
setIntequals in interface InstanceDocument.Instance

addNewIntequals

public IntequalsDocument.Intequals addNewIntequals()
Appends and returns a new empty "intequals" element

Specified by:
addNewIntequals in interface InstanceDocument.Instance

unsetIntequals

public void unsetIntequals()
Unsets the "intequals" element

Specified by:
unsetIntequals in interface InstanceDocument.Instance

getIntrange

public IntrangeDocument.Intrange getIntrange()
Gets the "intrange" element

Specified by:
getIntrange in interface InstanceDocument.Instance

isSetIntrange

public boolean isSetIntrange()
True if has "intrange" element

Specified by:
isSetIntrange in interface InstanceDocument.Instance

setIntrange

public void setIntrange(IntrangeDocument.Intrange intrange)
Sets the "intrange" element

Specified by:
setIntrange in interface InstanceDocument.Instance

addNewIntrange

public IntrangeDocument.Intrange addNewIntrange()
Appends and returns a new empty "intrange" element

Specified by:
addNewIntrange in interface InstanceDocument.Instance

unsetIntrange

public void unsetIntrange()
Unsets the "intrange" element

Specified by:
unsetIntrange in interface InstanceDocument.Instance

getId

public String getId()
Gets the "id" attribute

Specified by:
getId in interface InstanceDocument.Instance

xgetId

public XmlID xgetId()
Gets (as xml) the "id" attribute

Specified by:
xgetId in interface InstanceDocument.Instance

setId

public void setId(String id)
Sets the "id" attribute

Specified by:
setId in interface InstanceDocument.Instance

xsetId

public void xsetId(XmlID id)
Sets (as xml) the "id" attribute

Specified by:
xsetId in interface InstanceDocument.Instance

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