public interface MidiSender
extends org.apache.xmlbeans.XmlObject
Type | Property and Description |
---|---|
PropertySpec |
addNew
Appends and returns a new empty value (as xml) as the last "property" element
|
Modifier and Type | Interface and Description |
---|---|
static class |
MidiSender.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 |
---|---|
PropertySpec |
addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertySpec[] |
getPropertyArray()
Gets array of all "property" elements
|
PropertySpec |
getPropertyArray(int i)
Gets ith "property" element
|
String |
getSenderClass()
Gets the "senderClass" attribute
|
PropertySpec |
insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
boolean |
isSetSenderClass()
True if has "senderClass" attribute
|
void |
removeProperty(int i)
Removes the ith "property" element
|
void |
setPropertyArray(int i,
PropertySpec property)
Sets ith "property" element
|
void |
setPropertyArray(PropertySpec[] propertyArray)
Sets array of all "property" element
|
void |
setSenderClass(String senderClass)
Sets the "senderClass" attribute
|
int |
sizeOfPropertyArray()
Returns number of "property" element
|
void |
unsetSenderClass()
Unsets the "senderClass" attribute
|
org.apache.xmlbeans.XmlString |
xgetSenderClass()
Gets (as xml) the "senderClass" attribute
|
void |
xsetSenderClass(org.apache.xmlbeans.XmlString senderClass)
Sets (as xml) the "senderClass" 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, 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
PropertySpec addNewProperty
PropertySpec[] getPropertyArray()
PropertySpec getPropertyArray(int i)
int sizeOfPropertyArray()
void setPropertyArray(PropertySpec[] propertyArray)
void setPropertyArray(int i, PropertySpec property)
PropertySpec insertNewProperty(int i)
PropertySpec addNewProperty()
void removeProperty(int i)
String getSenderClass()
org.apache.xmlbeans.XmlString xgetSenderClass()
boolean isSetSenderClass()
void setSenderClass(String senderClass)
void xsetSenderClass(org.apache.xmlbeans.XmlString senderClass)
void unsetSenderClass()
Copyright © 2014. All Rights Reserved.