public static interface XmlBankDriverSpecDocument.XmlBankDriverSpec extends XmlDriverSpec
Modifier and Type | Interface and Description |
---|---|
static class |
XmlBankDriverSpecDocument.XmlBankDriverSpec.Factory
A factory class with static methods for creating instances
of this type.
|
XmlDriverSpec.CustomProperties
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
int |
getNumColumns()
Gets the "numColumns" element
|
int |
getNumPatches()
Gets the "numPatches" element
|
int |
getNumSysexMsgs()
Gets the "numSysexMsgs" element
|
int |
getSingleSize()
Gets the "singleSize" element
|
String |
getSingleSysexID()
Gets the "singleSysexID" element
|
int |
getTrimSize()
Gets the "trimSize" element
|
boolean |
isSetNumSysexMsgs()
True if has "numSysexMsgs" element
|
boolean |
isSetTrimSize()
True if has "trimSize" element
|
void |
setNumColumns(int numColumns)
Sets the "numColumns" element
|
void |
setNumPatches(int numPatches)
Sets the "numPatches" element
|
void |
setNumSysexMsgs(int numSysexMsgs)
Sets the "numSysexMsgs" element
|
void |
setSingleSize(int singleSize)
Sets the "singleSize" element
|
void |
setSingleSysexID(String singleSysexID)
Sets the "singleSysexID" element
|
void |
setTrimSize(int trimSize)
Sets the "trimSize" element
|
void |
unsetNumSysexMsgs()
Unsets the "numSysexMsgs" element
|
void |
unsetTrimSize()
Unsets the "trimSize" element
|
org.apache.xmlbeans.XmlInt |
xgetNumColumns()
Gets (as xml) the "numColumns" element
|
org.apache.xmlbeans.XmlInt |
xgetNumPatches()
Gets (as xml) the "numPatches" element
|
org.apache.xmlbeans.XmlInt |
xgetNumSysexMsgs()
Gets (as xml) the "numSysexMsgs" element
|
org.apache.xmlbeans.XmlInt |
xgetSingleSize()
Gets (as xml) the "singleSize" element
|
org.apache.xmlbeans.XmlString |
xgetSingleSysexID()
Gets (as xml) the "singleSysexID" element
|
org.apache.xmlbeans.XmlInt |
xgetTrimSize()
Gets (as xml) the "trimSize" element
|
void |
xsetNumColumns(org.apache.xmlbeans.XmlInt numColumns)
Sets (as xml) the "numColumns" element
|
void |
xsetNumPatches(org.apache.xmlbeans.XmlInt numPatches)
Sets (as xml) the "numPatches" element
|
void |
xsetNumSysexMsgs(org.apache.xmlbeans.XmlInt numSysexMsgs)
Sets (as xml) the "numSysexMsgs" element
|
void |
xsetSingleSize(org.apache.xmlbeans.XmlInt singleSize)
Sets (as xml) the "singleSize" element
|
void |
xsetSingleSysexID(org.apache.xmlbeans.XmlString singleSysexID)
Sets (as xml) the "singleSysexID" element
|
void |
xsetTrimSize(org.apache.xmlbeans.XmlInt trimSize)
Sets (as xml) the "trimSize" element
|
addNewBankNumbers, addNewCustomProperties, addNewPatchNumbers, getAuthors, getBankNumbers, getChecksumEnd, getChecksumOffset, getChecksumStart, getCustomProperties, getDeviceIDoffset, getInfoText, getInitPatch, getName, getPatchNameSize, getPatchNameStart, getPatchNumbers, getPatchSize, getPatchType, getSysexID, getSysexRequestDumpString, isSetCustomProperties, isSetInfoText, isSetInitPatch, isSetSysexRequestDumpString, setAuthors, setBankNumbers, setChecksumEnd, setChecksumOffset, setChecksumStart, setCustomProperties, setDeviceIDoffset, setInfoText, setInitPatch, setName, setPatchNameSize, setPatchNameStart, setPatchNumbers, setPatchSize, setPatchType, setSysexID, setSysexRequestDumpString, unsetCustomProperties, unsetInfoText, unsetInitPatch, unsetSysexRequestDumpString, xgetAuthors, xgetChecksumEnd, xgetChecksumOffset, xgetChecksumStart, xgetDeviceIDoffset, xgetInfoText, xgetInitPatch, xgetName, xgetPatchNameSize, xgetPatchNameStart, xgetPatchSize, xgetPatchType, xgetSysexID, xgetSysexRequestDumpString, xsetAuthors, xsetChecksumEnd, xsetChecksumOffset, xsetChecksumStart, xsetDeviceIDoffset, xsetInfoText, xsetInitPatch, xsetName, xsetPatchNameSize, xsetPatchNameStart, xsetPatchSize, xsetPatchType, xsetSysexID, xsetSysexRequestDumpString
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
int getTrimSize()
org.apache.xmlbeans.XmlInt xgetTrimSize()
boolean isSetTrimSize()
void setTrimSize(int trimSize)
void xsetTrimSize(org.apache.xmlbeans.XmlInt trimSize)
void unsetTrimSize()
int getNumSysexMsgs()
org.apache.xmlbeans.XmlInt xgetNumSysexMsgs()
boolean isSetNumSysexMsgs()
void setNumSysexMsgs(int numSysexMsgs)
void xsetNumSysexMsgs(org.apache.xmlbeans.XmlInt numSysexMsgs)
void unsetNumSysexMsgs()
int getNumPatches()
org.apache.xmlbeans.XmlInt xgetNumPatches()
void setNumPatches(int numPatches)
void xsetNumPatches(org.apache.xmlbeans.XmlInt numPatches)
int getNumColumns()
org.apache.xmlbeans.XmlInt xgetNumColumns()
void setNumColumns(int numColumns)
void xsetNumColumns(org.apache.xmlbeans.XmlInt numColumns)
int getSingleSize()
org.apache.xmlbeans.XmlInt xgetSingleSize()
void setSingleSize(int singleSize)
void xsetSingleSize(org.apache.xmlbeans.XmlInt singleSize)
String getSingleSysexID()
org.apache.xmlbeans.XmlString xgetSingleSysexID()
void setSingleSysexID(String singleSysexID)
void xsetSingleSysexID(org.apache.xmlbeans.XmlString singleSysexID)
Copyright © 2014. All Rights Reserved.