Interface CTRevisionInsertSheet
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTRevisionInsertSheet extends XmlObject
An XML CT_RevisionInsertSheet(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTRevisionInsertSheet.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 java.lang.String
getName()
Gets the "name" attributeboolean
getRa()
Gets the "ra" attributelong
getRId()
Gets the "rId" attributelong
getSheetId()
Gets the "sheetId" attributelong
getSheetPosition()
Gets the "sheetPosition" attributeboolean
getUa()
Gets the "ua" attributeboolean
isSetRa()
True if has "ra" attributeboolean
isSetUa()
True if has "ua" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setRa(boolean ra)
Sets the "ra" attributevoid
setRId(long rId)
Sets the "rId" attributevoid
setSheetId(long sheetId)
Sets the "sheetId" attributevoid
setSheetPosition(long sheetPosition)
Sets the "sheetPosition" attributevoid
setUa(boolean ua)
Sets the "ua" attributevoid
unsetRa()
Unsets the "ra" attributevoid
unsetUa()
Unsets the "ua" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeXmlBoolean
xgetRa()
Gets (as xml) the "ra" attributeXmlUnsignedInt
xgetRId()
Gets (as xml) the "rId" attributeXmlUnsignedInt
xgetSheetId()
Gets (as xml) the "sheetId" attributeXmlUnsignedInt
xgetSheetPosition()
Gets (as xml) the "sheetPosition" attributeXmlBoolean
xgetUa()
Gets (as xml) the "ua" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetRa(XmlBoolean ra)
Sets (as xml) the "ra" attributevoid
xsetRId(XmlUnsignedInt rId)
Sets (as xml) the "rId" attributevoid
xsetSheetId(XmlUnsignedInt sheetId)
Sets (as xml) the "sheetId" attributevoid
xsetSheetPosition(XmlUnsignedInt sheetPosition)
Sets (as xml) the "sheetPosition" attributevoid
xsetUa(XmlBoolean ua)
Sets (as xml) the "ua" 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
-
getRId
long getRId()
Gets the "rId" attribute
-
xgetRId
XmlUnsignedInt xgetRId()
Gets (as xml) the "rId" attribute
-
setRId
void setRId(long rId)
Sets the "rId" attribute
-
xsetRId
void xsetRId(XmlUnsignedInt rId)
Sets (as xml) the "rId" attribute
-
getUa
boolean getUa()
Gets the "ua" attribute
-
xgetUa
XmlBoolean xgetUa()
Gets (as xml) the "ua" attribute
-
isSetUa
boolean isSetUa()
True if has "ua" attribute
-
setUa
void setUa(boolean ua)
Sets the "ua" attribute
-
xsetUa
void xsetUa(XmlBoolean ua)
Sets (as xml) the "ua" attribute
-
unsetUa
void unsetUa()
Unsets the "ua" attribute
-
getRa
boolean getRa()
Gets the "ra" attribute
-
xgetRa
XmlBoolean xgetRa()
Gets (as xml) the "ra" attribute
-
isSetRa
boolean isSetRa()
True if has "ra" attribute
-
setRa
void setRa(boolean ra)
Sets the "ra" attribute
-
xsetRa
void xsetRa(XmlBoolean ra)
Sets (as xml) the "ra" attribute
-
unsetRa
void unsetRa()
Unsets the "ra" attribute
-
getSheetId
long getSheetId()
Gets the "sheetId" attribute
-
xgetSheetId
XmlUnsignedInt xgetSheetId()
Gets (as xml) the "sheetId" attribute
-
setSheetId
void setSheetId(long sheetId)
Sets the "sheetId" attribute
-
xsetSheetId
void xsetSheetId(XmlUnsignedInt sheetId)
Sets (as xml) the "sheetId" attribute
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
getSheetPosition
long getSheetPosition()
Gets the "sheetPosition" attribute
-
xgetSheetPosition
XmlUnsignedInt xgetSheetPosition()
Gets (as xml) the "sheetPosition" attribute
-
setSheetPosition
void setSheetPosition(long sheetPosition)
Sets the "sheetPosition" attribute
-
xsetSheetPosition
void xsetSheetPosition(XmlUnsignedInt sheetPosition)
Sets (as xml) the "sheetPosition" attribute
-
-