Interface CTBreak
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTBreak extends XmlObject
An XML CT_Break(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTBreak.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()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" attributeXmlUnsignedIntxgetId()Gets (as xml) the "id" attributeXmlBooleanxgetMan()Gets (as xml) the "man" attributeXmlUnsignedIntxgetMax()Gets (as xml) the "max" attributeXmlUnsignedIntxgetMin()Gets (as xml) the "min" attributeXmlBooleanxgetPt()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" attribute-
Methods 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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
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
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
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
void xsetId(XmlUnsignedInt id)
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
void xsetMin(XmlUnsignedInt min)
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
void xsetMax(XmlUnsignedInt max)
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
void xsetMan(XmlBoolean man)
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
void xsetPt(XmlBoolean pt)
Sets (as xml) the "pt" attribute
-
unsetPt
void unsetPt()
Unsets the "pt" attribute
-
-