|
DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM) | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlbeans.impl.values.XmlObjectBase org.apache.xmlbeans.impl.values.XmlComplexContentImpl org.kr.dl.dig.v1_1.impl.ValueDocumentImpl.ValueImpl
An XML value(@http://dl.kr.org/dig/2003/02/lang). This is a complex type.
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 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 |
public ValueDocumentImpl.ValueImpl(SchemaType sType)
Method Detail |
public Named getIndividual()
getIndividual
in interface ValueDocument.Value
public void setIndividual(Named individual)
setIndividual
in interface ValueDocument.Value
public Named addNewIndividual()
addNewIndividual
in interface ValueDocument.Value
public Named getAttribute()
getAttribute
in interface ValueDocument.Value
public boolean isSetAttribute()
isSetAttribute
in interface ValueDocument.Value
public void setAttribute(Named attribute)
setAttribute
in interface ValueDocument.Value
public Named addNewAttribute()
addNewAttribute
in interface ValueDocument.Value
public void unsetAttribute()
unsetAttribute
in interface ValueDocument.Value
public ChainType getChain()
getChain
in interface ValueDocument.Value
public boolean isSetChain()
isSetChain
in interface ValueDocument.Value
public void setChain(ChainType chain)
setChain
in interface ValueDocument.Value
public ChainType addNewChain()
addNewChain
in interface ValueDocument.Value
public void unsetChain()
unsetChain
in interface ValueDocument.Value
public String getSval()
getSval
in interface ValueDocument.Value
public XmlString xgetSval()
xgetSval
in interface ValueDocument.Value
public boolean isSetSval()
isSetSval
in interface ValueDocument.Value
public void setSval(String sval)
setSval
in interface ValueDocument.Value
public void xsetSval(XmlString sval)
xsetSval
in interface ValueDocument.Value
public void unsetSval()
unsetSval
in interface ValueDocument.Value
public BigInteger getIval()
getIval
in interface ValueDocument.Value
public XmlInteger xgetIval()
xgetIval
in interface ValueDocument.Value
public boolean isSetIval()
isSetIval
in interface ValueDocument.Value
public void setIval(BigInteger ival)
setIval
in interface ValueDocument.Value
public void xsetIval(XmlInteger ival)
xsetIval
in interface ValueDocument.Value
public void unsetIval()
unsetIval
in interface ValueDocument.Value
|
DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM) | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |