public interface MappingType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
MappingType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
MappingType.File
An XML file(@).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Gets the "file" attribute
|
boolean |
isSetFile()
True if has "file" attribute
|
void |
setFile(String file)
Sets the "file" attribute
|
void |
unsetFile()
Unsets the "file" attribute
|
MappingType.File |
xgetFile()
Gets (as xml) the "file" attribute
|
void |
xsetFile(MappingType.File file)
Sets (as xml) the "file" attribute
|
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, xmlTextString getFile()
MappingType.File xgetFile()
boolean isSetFile()
void setFile(String file)
void xsetFile(MappingType.File file)
void unsetFile()
Copyright © 2019. All Rights Reserved.