public interface IntParamSpec extends UuidSingleParamSpec
Modifier and Type | Interface and Description |
---|---|
static class |
IntParamSpec.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 |
---|---|
PatchParamResources |
addNewPatchParamResources()
Appends and returns a new empty "patchParamResources" element
|
PatchParamValues |
addNewPatchParamValues()
Appends and returns a new empty "patchParamValues" element
|
int |
getBase()
Gets the "base" element
|
int |
getMax()
Gets the "max" element
|
int |
getMin()
Gets the "min" element
|
PatchParamResources |
getPatchParamResources()
Gets the "patchParamResources" element
|
PatchParamValues |
getPatchParamValues()
Gets the "patchParamValues" element
|
boolean |
isSetBase()
True if has "base" element
|
boolean |
isSetPatchParamResources()
True if has "patchParamResources" element
|
boolean |
isSetPatchParamValues()
True if has "patchParamValues" element
|
void |
setBase(int base)
Sets the "base" element
|
void |
setMax(int max)
Sets the "max" element
|
void |
setMin(int min)
Sets the "min" element
|
void |
setPatchParamResources(PatchParamResources patchParamResources)
Sets the "patchParamResources" element
|
void |
setPatchParamValues(PatchParamValues patchParamValues)
Sets the "patchParamValues" element
|
void |
unsetBase()
Unsets the "base" element
|
void |
unsetPatchParamResources()
Unsets the "patchParamResources" element
|
void |
unsetPatchParamValues()
Unsets the "patchParamValues" element
|
org.apache.xmlbeans.XmlInt |
xgetBase()
Gets (as xml) the "base" element
|
org.apache.xmlbeans.XmlInt |
xgetMax()
Gets (as xml) the "max" element
|
org.apache.xmlbeans.XmlInt |
xgetMin()
Gets (as xml) the "min" element
|
void |
xsetBase(org.apache.xmlbeans.XmlInt base)
Sets (as xml) the "base" element
|
void |
xsetMax(org.apache.xmlbeans.XmlInt max)
Sets (as xml) the "max" element
|
void |
xsetMin(org.apache.xmlbeans.XmlInt min)
Sets (as xml) the "min" element
|
addNewMidiSender, addNewParamModel, getMidiSender, getParamModel, isSetMidiSender, isSetParamModel, setMidiSender, setParamModel, unsetMidiSender, unsetParamModel
getUuid, isSetUuid, setUuid, unsetUuid, xgetUuid, xsetUuid
getName, isSetName, setName, unsetName, xgetName, xsetName
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 getMin()
org.apache.xmlbeans.XmlInt xgetMin()
void setMin(int min)
void xsetMin(org.apache.xmlbeans.XmlInt min)
int getMax()
org.apache.xmlbeans.XmlInt xgetMax()
void setMax(int max)
void xsetMax(org.apache.xmlbeans.XmlInt max)
int getBase()
org.apache.xmlbeans.XmlInt xgetBase()
boolean isSetBase()
void setBase(int base)
void xsetBase(org.apache.xmlbeans.XmlInt base)
void unsetBase()
PatchParamValues getPatchParamValues()
boolean isSetPatchParamValues()
void setPatchParamValues(PatchParamValues patchParamValues)
PatchParamValues addNewPatchParamValues()
void unsetPatchParamValues()
PatchParamResources getPatchParamResources()
boolean isSetPatchParamResources()
void setPatchParamResources(PatchParamResources patchParamResources)
PatchParamResources addNewPatchParamResources()
void unsetPatchParamResources()
Copyright © 2014. All Rights Reserved.