public interface CombinedIntPatchParam extends UuidPatchParamSpec
Modifier and Type | Interface and Description |
---|---|
static class |
CombinedIntPatchParam.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 |
---|---|
PatchParamValues |
addNewPatchParamValues()
Appends and returns a new empty "patchParamValues" element
|
int |
getBase()
Gets the "base" element
|
int |
getLeftShift()
Gets the "leftShift" element
|
int |
getMax()
Gets the "max" element
|
int |
getMin()
Gets the "min" element
|
PatchParamValues |
getPatchParamValues()
Gets the "patchParamValues" element
|
boolean |
isSetBase()
True if has "base" element
|
boolean |
isSetLeftShift()
True if has "leftShift" element
|
boolean |
isSetPatchParamValues()
True if has "patchParamValues" element
|
void |
setBase(int base)
Sets the "base" element
|
void |
setLeftShift(int leftShift)
Sets the "leftShift" element
|
void |
setMax(int max)
Sets the "max" element
|
void |
setMin(int min)
Sets the "min" element
|
void |
setPatchParamValues(PatchParamValues patchParamValues)
Sets the "patchParamValues" element
|
void |
unsetBase()
Unsets the "base" element
|
void |
unsetLeftShift()
Unsets the "leftShift" element
|
void |
unsetPatchParamValues()
Unsets the "patchParamValues" element
|
org.apache.xmlbeans.XmlInt |
xgetBase()
Gets (as xml) the "base" element
|
org.apache.xmlbeans.XmlInt |
xgetLeftShift()
Gets (as xml) the "leftShift" 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 |
xsetLeftShift(org.apache.xmlbeans.XmlInt leftShift)
Sets (as xml) the "leftShift" 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
|
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)
PatchParamValues getPatchParamValues()
boolean isSetPatchParamValues()
void setPatchParamValues(PatchParamValues patchParamValues)
PatchParamValues addNewPatchParamValues()
void unsetPatchParamValues()
int getBase()
org.apache.xmlbeans.XmlInt xgetBase()
boolean isSetBase()
void setBase(int base)
void xsetBase(org.apache.xmlbeans.XmlInt base)
void unsetBase()
int getLeftShift()
org.apache.xmlbeans.XmlInt xgetLeftShift()
boolean isSetLeftShift()
void setLeftShift(int leftShift)
void xsetLeftShift(org.apache.xmlbeans.XmlInt leftShift)
void unsetLeftShift()
Copyright © 2014. All Rights Reserved.