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

org.kr.dl.dig.v1_1.impl
Class ValueDocumentImpl.ValueImpl

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.ValueDocumentImpl.ValueImpl
All Implemented Interfaces:
Serializable, SimpleValue, TypeStoreUser, ValueDocument.Value, XmlObject, XmlTokenSource
Enclosing class:
ValueDocumentImpl

public static class ValueDocumentImpl.ValueImpl
extends XmlComplexContentImpl
implements ValueDocument.Value

An XML value(@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.ValueDocument.Value
ValueDocument.Value.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.ValueDocument.Value
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
ValueDocumentImpl.ValueImpl(SchemaType sType)
           
 
Method Summary
 Named addNewAttribute()
          Appends and returns a new empty "attribute" element
 ChainType addNewChain()
          Appends and returns a new empty "chain" element
 Named addNewIndividual()
          Appends and returns a new empty "individual" element
 Named getAttribute()
          Gets the "attribute" element
 ChainType getChain()
          Gets the "chain" element
 Named getIndividual()
          Gets the "individual" element
 BigInteger getIval()
          Gets the "ival" element
 String getSval()
          Gets the "sval" element
 boolean isSetAttribute()
          True if has "attribute" element
 boolean isSetChain()
          True if has "chain" element
 boolean isSetIval()
          True if has "ival" element
 boolean isSetSval()
          True if has "sval" element
 void setAttribute(Named attribute)
          Sets the "attribute" element
 void setChain(ChainType chain)
          Sets the "chain" element
 void setIndividual(Named individual)
          Sets the "individual" element
 void setIval(BigInteger ival)
          Sets the "ival" element
 void setSval(String sval)
          Sets the "sval" element
 void unsetAttribute()
          Unsets the "attribute" element
 void unsetChain()
          Unsets the "chain" element
 void unsetIval()
          Unsets the "ival" element
 void unsetSval()
          Unsets the "sval" element
 XmlInteger xgetIval()
          Gets (as xml) the "ival" element
 XmlString xgetSval()
          Gets (as xml) the "sval" element
 void xsetIval(XmlInteger ival)
          Sets (as xml) the "ival" element
 void xsetSval(XmlString sval)
          Sets (as xml) the "sval" element
 
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

ValueDocumentImpl.ValueImpl

public ValueDocumentImpl.ValueImpl(SchemaType sType)
Method Detail

getIndividual

public Named getIndividual()
Gets the "individual" element

Specified by:
getIndividual in interface ValueDocument.Value

setIndividual

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

Specified by:
setIndividual in interface ValueDocument.Value

addNewIndividual

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

Specified by:
addNewIndividual in interface ValueDocument.Value

getAttribute

public Named getAttribute()
Gets the "attribute" element

Specified by:
getAttribute in interface ValueDocument.Value

isSetAttribute

public boolean isSetAttribute()
True if has "attribute" element

Specified by:
isSetAttribute in interface ValueDocument.Value

setAttribute

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

Specified by:
setAttribute in interface ValueDocument.Value

addNewAttribute

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

Specified by:
addNewAttribute in interface ValueDocument.Value

unsetAttribute

public void unsetAttribute()
Unsets the "attribute" element

Specified by:
unsetAttribute in interface ValueDocument.Value

getChain

public ChainType getChain()
Gets the "chain" element

Specified by:
getChain in interface ValueDocument.Value

isSetChain

public boolean isSetChain()
True if has "chain" element

Specified by:
isSetChain in interface ValueDocument.Value

setChain

public void setChain(ChainType chain)
Sets the "chain" element

Specified by:
setChain in interface ValueDocument.Value

addNewChain

public ChainType addNewChain()
Appends and returns a new empty "chain" element

Specified by:
addNewChain in interface ValueDocument.Value

unsetChain

public void unsetChain()
Unsets the "chain" element

Specified by:
unsetChain in interface ValueDocument.Value

getSval

public String getSval()
Gets the "sval" element

Specified by:
getSval in interface ValueDocument.Value

xgetSval

public XmlString xgetSval()
Gets (as xml) the "sval" element

Specified by:
xgetSval in interface ValueDocument.Value

isSetSval

public boolean isSetSval()
True if has "sval" element

Specified by:
isSetSval in interface ValueDocument.Value

setSval

public void setSval(String sval)
Sets the "sval" element

Specified by:
setSval in interface ValueDocument.Value

xsetSval

public void xsetSval(XmlString sval)
Sets (as xml) the "sval" element

Specified by:
xsetSval in interface ValueDocument.Value

unsetSval

public void unsetSval()
Unsets the "sval" element

Specified by:
unsetSval in interface ValueDocument.Value

getIval

public BigInteger getIval()
Gets the "ival" element

Specified by:
getIval in interface ValueDocument.Value

xgetIval

public XmlInteger xgetIval()
Gets (as xml) the "ival" element

Specified by:
xgetIval in interface ValueDocument.Value

isSetIval

public boolean isSetIval()
True if has "ival" element

Specified by:
isSetIval in interface ValueDocument.Value

setIval

public void setIval(BigInteger ival)
Sets the "ival" element

Specified by:
setIval in interface ValueDocument.Value

xsetIval

public void xsetIval(XmlInteger ival)
Sets (as xml) the "ival" element

Specified by:
xsetIval in interface ValueDocument.Value

unsetIval

public void unsetIval()
Unsets the "ival" element

Specified by:
unsetIval in interface ValueDocument.Value

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