public interface CustomTypeConfig extends TypeConfig
Modifier and Type | Interface and Description |
---|---|
static class |
CustomTypeConfig.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 |
getName()
Gets the "name" element
|
String |
getXsd()
Gets the "xsd" element
|
void |
setName(String name)
Sets the "name" element
|
void |
setXsd(String xsd)
Sets the "xsd" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
org.apache.xmlbeans.XmlString |
xgetXsd()
Gets (as xml) the "xsd" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetXsd(org.apache.xmlbeans.XmlString xsd)
Sets (as xml) the "xsd" 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, 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 getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
String getXsd()
org.apache.xmlbeans.XmlString xgetXsd()
void setXsd(String xsd)
void xsetXsd(org.apache.xmlbeans.XmlString xsd)
Copyright © 2019. All Rights Reserved.