public interface XmlDriverSpec
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static interface |
XmlDriverSpec.CustomProperties
An XML customProperties(@http://www.jsynthlib.org/xmldevice).
|
static class |
XmlDriverSpec.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 |
---|---|
StringArray |
addNewBankNumbers()
Appends and returns a new empty "bankNumbers" element
|
XmlDriverSpec.CustomProperties |
addNewCustomProperties()
Appends and returns a new empty "customProperties" element
|
StringArray |
addNewPatchNumbers()
Appends and returns a new empty "patchNumbers" element
|
String |
getAuthors()
Gets the "authors" element
|
StringArray |
getBankNumbers()
Gets the "bankNumbers" element
|
int |
getChecksumEnd()
Gets the "checksumEnd" element
|
int |
getChecksumOffset()
Gets the "checksumOffset" element
|
int |
getChecksumStart()
Gets the "checksumStart" element
|
XmlDriverSpec.CustomProperties |
getCustomProperties()
Gets the "customProperties" element
|
int |
getDeviceIDoffset()
Gets the "deviceIDoffset" element
|
String |
getInfoText()
Gets the "infoText" element
|
String |
getInitPatch()
Gets the "initPatch" element
|
String |
getName()
Gets the "name" element
|
int |
getPatchNameSize()
Gets the "patchNameSize" element
|
int |
getPatchNameStart()
Gets the "patchNameStart" element
|
StringArray |
getPatchNumbers()
Gets the "patchNumbers" element
|
int |
getPatchSize()
Gets the "patchSize" element
|
String |
getPatchType()
Gets the "patchType" element
|
String |
getSysexID()
Gets the "sysexID" element
|
String |
getSysexRequestDumpString()
Gets the "sysexRequestDumpString" element
|
boolean |
isSetCustomProperties()
True if has "customProperties" element
|
boolean |
isSetInfoText()
True if has "infoText" element
|
boolean |
isSetInitPatch()
True if has "initPatch" element
|
boolean |
isSetSysexRequestDumpString()
True if has "sysexRequestDumpString" element
|
void |
setAuthors(String authors)
Sets the "authors" element
|
void |
setBankNumbers(StringArray bankNumbers)
Sets the "bankNumbers" element
|
void |
setChecksumEnd(int checksumEnd)
Sets the "checksumEnd" element
|
void |
setChecksumOffset(int checksumOffset)
Sets the "checksumOffset" element
|
void |
setChecksumStart(int checksumStart)
Sets the "checksumStart" element
|
void |
setCustomProperties(XmlDriverSpec.CustomProperties customProperties)
Sets the "customProperties" element
|
void |
setDeviceIDoffset(int deviceIDoffset)
Sets the "deviceIDoffset" element
|
void |
setInfoText(String infoText)
Sets the "infoText" element
|
void |
setInitPatch(String initPatch)
Sets the "initPatch" element
|
void |
setName(String name)
Sets the "name" element
|
void |
setPatchNameSize(int patchNameSize)
Sets the "patchNameSize" element
|
void |
setPatchNameStart(int patchNameStart)
Sets the "patchNameStart" element
|
void |
setPatchNumbers(StringArray patchNumbers)
Sets the "patchNumbers" element
|
void |
setPatchSize(int patchSize)
Sets the "patchSize" element
|
void |
setPatchType(String patchType)
Sets the "patchType" element
|
void |
setSysexID(String sysexID)
Sets the "sysexID" element
|
void |
setSysexRequestDumpString(String sysexRequestDumpString)
Sets the "sysexRequestDumpString" element
|
void |
unsetCustomProperties()
Unsets the "customProperties" element
|
void |
unsetInfoText()
Unsets the "infoText" element
|
void |
unsetInitPatch()
Unsets the "initPatch" element
|
void |
unsetSysexRequestDumpString()
Unsets the "sysexRequestDumpString" element
|
org.apache.xmlbeans.XmlString |
xgetAuthors()
Gets (as xml) the "authors" element
|
org.apache.xmlbeans.XmlInt |
xgetChecksumEnd()
Gets (as xml) the "checksumEnd" element
|
org.apache.xmlbeans.XmlInt |
xgetChecksumOffset()
Gets (as xml) the "checksumOffset" element
|
org.apache.xmlbeans.XmlInt |
xgetChecksumStart()
Gets (as xml) the "checksumStart" element
|
org.apache.xmlbeans.XmlInt |
xgetDeviceIDoffset()
Gets (as xml) the "deviceIDoffset" element
|
org.apache.xmlbeans.XmlString |
xgetInfoText()
Gets (as xml) the "infoText" element
|
org.apache.xmlbeans.XmlString |
xgetInitPatch()
Gets (as xml) the "initPatch" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
org.apache.xmlbeans.XmlInt |
xgetPatchNameSize()
Gets (as xml) the "patchNameSize" element
|
org.apache.xmlbeans.XmlInt |
xgetPatchNameStart()
Gets (as xml) the "patchNameStart" element
|
org.apache.xmlbeans.XmlInt |
xgetPatchSize()
Gets (as xml) the "patchSize" element
|
org.apache.xmlbeans.XmlString |
xgetPatchType()
Gets (as xml) the "patchType" element
|
org.apache.xmlbeans.XmlString |
xgetSysexID()
Gets (as xml) the "sysexID" element
|
org.apache.xmlbeans.XmlString |
xgetSysexRequestDumpString()
Gets (as xml) the "sysexRequestDumpString" element
|
void |
xsetAuthors(org.apache.xmlbeans.XmlString authors)
Sets (as xml) the "authors" element
|
void |
xsetChecksumEnd(org.apache.xmlbeans.XmlInt checksumEnd)
Sets (as xml) the "checksumEnd" element
|
void |
xsetChecksumOffset(org.apache.xmlbeans.XmlInt checksumOffset)
Sets (as xml) the "checksumOffset" element
|
void |
xsetChecksumStart(org.apache.xmlbeans.XmlInt checksumStart)
Sets (as xml) the "checksumStart" element
|
void |
xsetDeviceIDoffset(org.apache.xmlbeans.XmlInt deviceIDoffset)
Sets (as xml) the "deviceIDoffset" element
|
void |
xsetInfoText(org.apache.xmlbeans.XmlString infoText)
Sets (as xml) the "infoText" element
|
void |
xsetInitPatch(org.apache.xmlbeans.XmlString initPatch)
Sets (as xml) the "initPatch" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetPatchNameSize(org.apache.xmlbeans.XmlInt patchNameSize)
Sets (as xml) the "patchNameSize" element
|
void |
xsetPatchNameStart(org.apache.xmlbeans.XmlInt patchNameStart)
Sets (as xml) the "patchNameStart" element
|
void |
xsetPatchSize(org.apache.xmlbeans.XmlInt patchSize)
Sets (as xml) the "patchSize" element
|
void |
xsetPatchType(org.apache.xmlbeans.XmlString patchType)
Sets (as xml) the "patchType" element
|
void |
xsetSysexID(org.apache.xmlbeans.XmlString sysexID)
Sets (as xml) the "sysexID" element
|
void |
xsetSysexRequestDumpString(org.apache.xmlbeans.XmlString sysexRequestDumpString)
Sets (as xml) the "sysexRequestDumpString" 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 getInfoText()
org.apache.xmlbeans.XmlString xgetInfoText()
boolean isSetInfoText()
void setInfoText(String infoText)
void xsetInfoText(org.apache.xmlbeans.XmlString infoText)
void unsetInfoText()
String getAuthors()
org.apache.xmlbeans.XmlString xgetAuthors()
void setAuthors(String authors)
void xsetAuthors(org.apache.xmlbeans.XmlString authors)
String getPatchType()
org.apache.xmlbeans.XmlString xgetPatchType()
void setPatchType(String patchType)
void xsetPatchType(org.apache.xmlbeans.XmlString patchType)
int getPatchSize()
org.apache.xmlbeans.XmlInt xgetPatchSize()
void setPatchSize(int patchSize)
void xsetPatchSize(org.apache.xmlbeans.XmlInt patchSize)
String getSysexID()
org.apache.xmlbeans.XmlString xgetSysexID()
void setSysexID(String sysexID)
void xsetSysexID(org.apache.xmlbeans.XmlString sysexID)
StringArray getPatchNumbers()
void setPatchNumbers(StringArray patchNumbers)
StringArray addNewPatchNumbers()
StringArray getBankNumbers()
void setBankNumbers(StringArray bankNumbers)
StringArray addNewBankNumbers()
int getDeviceIDoffset()
org.apache.xmlbeans.XmlInt xgetDeviceIDoffset()
void setDeviceIDoffset(int deviceIDoffset)
void xsetDeviceIDoffset(org.apache.xmlbeans.XmlInt deviceIDoffset)
String getSysexRequestDumpString()
org.apache.xmlbeans.XmlString xgetSysexRequestDumpString()
boolean isSetSysexRequestDumpString()
void setSysexRequestDumpString(String sysexRequestDumpString)
void xsetSysexRequestDumpString(org.apache.xmlbeans.XmlString sysexRequestDumpString)
void unsetSysexRequestDumpString()
int getChecksumOffset()
org.apache.xmlbeans.XmlInt xgetChecksumOffset()
void setChecksumOffset(int checksumOffset)
void xsetChecksumOffset(org.apache.xmlbeans.XmlInt checksumOffset)
int getChecksumStart()
org.apache.xmlbeans.XmlInt xgetChecksumStart()
void setChecksumStart(int checksumStart)
void xsetChecksumStart(org.apache.xmlbeans.XmlInt checksumStart)
int getChecksumEnd()
org.apache.xmlbeans.XmlInt xgetChecksumEnd()
void setChecksumEnd(int checksumEnd)
void xsetChecksumEnd(org.apache.xmlbeans.XmlInt checksumEnd)
int getPatchNameStart()
org.apache.xmlbeans.XmlInt xgetPatchNameStart()
void setPatchNameStart(int patchNameStart)
void xsetPatchNameStart(org.apache.xmlbeans.XmlInt patchNameStart)
int getPatchNameSize()
org.apache.xmlbeans.XmlInt xgetPatchNameSize()
void setPatchNameSize(int patchNameSize)
void xsetPatchNameSize(org.apache.xmlbeans.XmlInt patchNameSize)
XmlDriverSpec.CustomProperties getCustomProperties()
boolean isSetCustomProperties()
void setCustomProperties(XmlDriverSpec.CustomProperties customProperties)
XmlDriverSpec.CustomProperties addNewCustomProperties()
void unsetCustomProperties()
String getInitPatch()
org.apache.xmlbeans.XmlString xgetInitPatch()
boolean isSetInitPatch()
void setInitPatch(String initPatch)
void xsetInitPatch(org.apache.xmlbeans.XmlString initPatch)
void unsetInitPatch()
Copyright © 2014. All Rights Reserved.