public interface ParentType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ParentType.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 |
|---|---|
BigInteger |
getId()
Gets the "Id" element
|
String |
getName()
Gets the "Name" element
|
boolean |
getTestBoolean()
Gets the "testBoolean" element
|
int |
getTestInt()
Gets the "testInt" element
|
boolean |
isSetTestBoolean()
True if has "testBoolean" element
|
boolean |
isSetTestInt()
True if has "testInt" element
|
void |
setId(BigInteger id)
Sets the "Id" element
|
void |
setName(String name)
Sets the "Name" element
|
void |
setTestBoolean(boolean testBoolean)
Sets the "testBoolean" element
|
void |
setTestInt(int testInt)
Sets the "testInt" element
|
void |
unsetTestBoolean()
Unsets the "testBoolean" element
|
void |
unsetTestInt()
Unsets the "testInt" element
|
IdentifierType |
xgetId()
Gets (as xml) the "Id" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "Name" element
|
org.apache.xmlbeans.XmlBoolean |
xgetTestBoolean()
Gets (as xml) the "testBoolean" element
|
org.apache.xmlbeans.XmlInt |
xgetTestInt()
Gets (as xml) the "testInt" element
|
void |
xsetId(IdentifierType id)
Sets (as xml) the "Id" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element
|
void |
xsetTestBoolean(org.apache.xmlbeans.XmlBoolean testBoolean)
Sets (as xml) the "testBoolean" element
|
void |
xsetTestInt(org.apache.xmlbeans.XmlInt testInt)
Sets (as xml) the "testInt" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextBigInteger getId()
IdentifierType xgetId()
void setId(BigInteger id)
void xsetId(IdentifierType id)
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
int getTestInt()
org.apache.xmlbeans.XmlInt xgetTestInt()
boolean isSetTestInt()
void setTestInt(int testInt)
void xsetTestInt(org.apache.xmlbeans.XmlInt testInt)
void unsetTestInt()
boolean getTestBoolean()
org.apache.xmlbeans.XmlBoolean xgetTestBoolean()
boolean isSetTestBoolean()
void setTestBoolean(boolean testBoolean)
void xsetTestBoolean(org.apache.xmlbeans.XmlBoolean testBoolean)
void unsetTestBoolean()
Copyright © 2005-2014 dozer. All Rights Reserved.