Package no.kith.xmlstds
Interface RTO
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RTOImpl
public interface RTO
extends org.apache.xmlbeans.XmlObject
An XML RTO(@http://www.kith.no/xmlstds).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<RTO>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetDENOM()Gets the "DENOM" elementgetNUM()Gets the "NUM" elementbooleanTrue if has "DENOM" elementbooleanisSetNUM()True if has "NUM" elementvoidsetDENOM(BigInteger denom) Sets the "DENOM" elementvoidsetNUM(BigInteger num) Sets the "NUM" elementvoidUnsets the "DENOM" elementvoidunsetNUM()Unsets the "NUM" elementorg.apache.xmlbeans.XmlIntegerGets (as xml) the "DENOM" elementorg.apache.xmlbeans.XmlIntegerxgetNUM()Gets (as xml) the "NUM" elementvoidxsetDENOM(org.apache.xmlbeans.XmlInteger denom) Sets (as xml) the "DENOM" elementvoidxsetNUM(org.apache.xmlbeans.XmlInteger num) Sets (as xml) the "NUM" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getNUM
BigInteger getNUM()Gets the "NUM" element -
xgetNUM
org.apache.xmlbeans.XmlInteger xgetNUM()Gets (as xml) the "NUM" element -
isSetNUM
boolean isSetNUM()True if has "NUM" element -
setNUM
Sets the "NUM" element -
xsetNUM
void xsetNUM(org.apache.xmlbeans.XmlInteger num) Sets (as xml) the "NUM" element -
unsetNUM
void unsetNUM()Unsets the "NUM" element -
getDENOM
BigInteger getDENOM()Gets the "DENOM" element -
xgetDENOM
org.apache.xmlbeans.XmlInteger xgetDENOM()Gets (as xml) the "DENOM" element -
isSetDENOM
boolean isSetDENOM()True if has "DENOM" element -
setDENOM
Sets the "DENOM" element -
xsetDENOM
void xsetDENOM(org.apache.xmlbeans.XmlInteger denom) Sets (as xml) the "DENOM" element -
unsetDENOM
void unsetDENOM()Unsets the "DENOM" element
-