Interface CTBreak
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Break(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()Gets the "id" attributebooleangetMan()Gets the "man" attributelonggetMax()Gets the "max" attributelonggetMin()Gets the "min" attributebooleangetPt()Gets the "pt" attributebooleanisSetId()True if has "id" attributebooleanisSetMan()True if has "man" attributebooleanisSetMax()True if has "max" attributebooleanisSetMin()True if has "min" attributebooleanisSetPt()True if has "pt" attributevoidsetId(long id) Sets the "id" attributevoidsetMan(boolean man) Sets the "man" attributevoidsetMax(long max) Sets the "max" attributevoidsetMin(long min) Sets the "min" attributevoidsetPt(boolean pt) Sets the "pt" attributevoidunsetId()Unsets the "id" attributevoidunsetMan()Unsets the "man" attributevoidunsetMax()Unsets the "max" attributevoidunsetMin()Unsets the "min" attributevoidunsetPt()Unsets the "pt" attributexgetId()Gets (as xml) the "id" attributexgetMan()Gets (as xml) the "man" attributexgetMax()Gets (as xml) the "max" attributexgetMin()Gets (as xml) the "min" attributexgetPt()Gets (as xml) the "pt" attributevoidxsetId(XmlUnsignedInt id) Sets (as xml) the "id" attributevoidxsetMan(XmlBoolean man) Sets (as xml) the "man" attributevoidxsetMax(XmlUnsignedInt max) Sets (as xml) the "max" attributevoidxsetMin(XmlUnsignedInt min) Sets (as xml) the "min" attributevoidxsetPt(XmlBoolean pt) Sets (as xml) the "pt" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getId
long getId()Gets the "id" attribute -
xgetId
XmlUnsignedInt xgetId()Gets (as xml) the "id" attribute -
isSetId
boolean isSetId()True if has "id" attribute -
setId
void setId(long id) Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute -
unsetId
void unsetId()Unsets the "id" attribute -
getMin
long getMin()Gets the "min" attribute -
xgetMin
XmlUnsignedInt xgetMin()Gets (as xml) the "min" attribute -
isSetMin
boolean isSetMin()True if has "min" attribute -
setMin
void setMin(long min) Sets the "min" attribute -
xsetMin
Sets (as xml) the "min" attribute -
unsetMin
void unsetMin()Unsets the "min" attribute -
getMax
long getMax()Gets the "max" attribute -
xgetMax
XmlUnsignedInt xgetMax()Gets (as xml) the "max" attribute -
isSetMax
boolean isSetMax()True if has "max" attribute -
setMax
void setMax(long max) Sets the "max" attribute -
xsetMax
Sets (as xml) the "max" attribute -
unsetMax
void unsetMax()Unsets the "max" attribute -
getMan
boolean getMan()Gets the "man" attribute -
xgetMan
XmlBoolean xgetMan()Gets (as xml) the "man" attribute -
isSetMan
boolean isSetMan()True if has "man" attribute -
setMan
void setMan(boolean man) Sets the "man" attribute -
xsetMan
Sets (as xml) the "man" attribute -
unsetMan
void unsetMan()Unsets the "man" attribute -
getPt
boolean getPt()Gets the "pt" attribute -
xgetPt
XmlBoolean xgetPt()Gets (as xml) the "pt" attribute -
isSetPt
boolean isSetPt()True if has "pt" attribute -
setPt
void setPt(boolean pt) Sets the "pt" attribute -
xsetPt
Sets (as xml) the "pt" attribute -
unsetPt
void unsetPt()Unsets the "pt" attribute
-