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 class
CTBreak.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 long
getId()
Gets the "id" attributeboolean
getMan()
Gets the "man" attributelong
getMax()
Gets the "max" attributelong
getMin()
Gets the "min" attributeboolean
getPt()
Gets the "pt" attributeboolean
isSetId()
True if has "id" attributeboolean
isSetMan()
True if has "man" attributeboolean
isSetMax()
True if has "max" attributeboolean
isSetMin()
True if has "min" attributeboolean
isSetPt()
True if has "pt" attributevoid
setId(long id)
Sets the "id" attributevoid
setMan(boolean man)
Sets the "man" attributevoid
setMax(long max)
Sets the "max" attributevoid
setMin(long min)
Sets the "min" attributevoid
setPt(boolean pt)
Sets the "pt" attributevoid
unsetId()
Unsets the "id" attributevoid
unsetMan()
Unsets the "man" attributevoid
unsetMax()
Unsets the "max" attributevoid
unsetMin()
Unsets the "min" attributevoid
unsetPt()
Unsets the "pt" attributeXmlUnsignedInt
xgetId()
Gets (as xml) the "id" attributeXmlBoolean
xgetMan()
Gets (as xml) the "man" attributeXmlUnsignedInt
xgetMax()
Gets (as xml) the "max" attributeXmlUnsignedInt
xgetMin()
Gets (as xml) the "min" attributeXmlBoolean
xgetPt()
Gets (as xml) the "pt" attributevoid
xsetId(XmlUnsignedInt id)
Sets (as xml) the "id" attributevoid
xsetMan(XmlBoolean man)
Sets (as xml) the "man" attributevoid
xsetMax(XmlUnsignedInt max)
Sets (as xml) the "max" attributevoid
xsetMin(XmlUnsignedInt min)
Sets (as xml) the "min" attributevoid
xsetPt(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
-
-