public interface ChildType extends ParentType
Modifier and Type | Interface and Description |
---|---|
static class |
ChildType.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getBar()
Gets the "Bar" element
|
String |
getFu()
Gets the "Fu" element
|
boolean |
isSetBar()
True if has "Bar" element
|
boolean |
isSetFu()
True if has "Fu" element
|
void |
setBar(String bar)
Sets the "Bar" element
|
void |
setFu(String fu)
Sets the "Fu" element
|
void |
unsetBar()
Unsets the "Bar" element
|
void |
unsetFu()
Unsets the "Fu" element
|
org.apache.xmlbeans.XmlString |
xgetBar()
Gets (as xml) the "Bar" element
|
org.apache.xmlbeans.XmlString |
xgetFu()
Gets (as xml) the "Fu" element
|
void |
xsetBar(org.apache.xmlbeans.XmlString bar)
Sets (as xml) the "Bar" element
|
void |
xsetFu(org.apache.xmlbeans.XmlString fu)
Sets (as xml) the "Fu" element
|
getId, getName, getTestBoolean, getTestInt, isSetTestBoolean, isSetTestInt, setId, setName, setTestBoolean, setTestInt, unsetTestBoolean, unsetTestInt, xgetId, xgetName, xgetTestBoolean, xgetTestInt, xsetId, xsetName, xsetTestBoolean, xsetTestInt
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getFu()
org.apache.xmlbeans.XmlString xgetFu()
boolean isSetFu()
void setFu(String fu)
void xsetFu(org.apache.xmlbeans.XmlString fu)
void unsetFu()
String getBar()
org.apache.xmlbeans.XmlString xgetBar()
boolean isSetBar()
void setBar(String bar)
void xsetBar(org.apache.xmlbeans.XmlString bar)
void unsetBar()
Copyright © 2005-2014 dozer. All Rights Reserved.