Interface CTSharedItems
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTSharedItems extends XmlObject
An XML CT_SharedItems(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTSharedItems.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 Deprecated Methods Modifier and Type Method Description CTBooleanaddNewB()Appends and returns a new empty value (as xml) as the last "b" elementCTDateTimeaddNewD()Appends and returns a new empty value (as xml) as the last "d" elementCTErroraddNewE()Appends and returns a new empty value (as xml) as the last "e" elementCTMissingaddNewM()Appends and returns a new empty value (as xml) as the last "m" elementCTNumberaddNewN()Appends and returns a new empty value (as xml) as the last "n" elementCTStringaddNewS()Appends and returns a new empty value (as xml) as the last "s" elementCTBoolean[]getBArray()Deprecated.CTBooleangetBArray(int i)Gets ith "b" elementjava.util.List<CTBoolean>getBList()Gets a List of "b" elementsbooleangetContainsBlank()Gets the "containsBlank" attributebooleangetContainsDate()Gets the "containsDate" attributebooleangetContainsInteger()Gets the "containsInteger" attributebooleangetContainsMixedTypes()Gets the "containsMixedTypes" attributebooleangetContainsNonDate()Gets the "containsNonDate" attributebooleangetContainsNumber()Gets the "containsNumber" attributebooleangetContainsSemiMixedTypes()Gets the "containsSemiMixedTypes" attributebooleangetContainsString()Gets the "containsString" attributelonggetCount()Gets the "count" attributeCTDateTime[]getDArray()Deprecated.CTDateTimegetDArray(int i)Gets ith "d" elementjava.util.List<CTDateTime>getDList()Gets a List of "d" elementsCTError[]getEArray()Deprecated.CTErrorgetEArray(int i)Gets ith "e" elementjava.util.List<CTError>getEList()Gets a List of "e" elementsbooleangetLongText()Gets the "longText" attributeCTMissing[]getMArray()Deprecated.CTMissinggetMArray(int i)Gets ith "m" elementjava.util.CalendargetMaxDate()Gets the "maxDate" attributedoublegetMaxValue()Gets the "maxValue" attributejava.util.CalendargetMinDate()Gets the "minDate" attributedoublegetMinValue()Gets the "minValue" attributejava.util.List<CTMissing>getMList()Gets a List of "m" elementsCTNumber[]getNArray()Deprecated.CTNumbergetNArray(int i)Gets ith "n" elementjava.util.List<CTNumber>getNList()Gets a List of "n" elementsCTString[]getSArray()Deprecated.CTStringgetSArray(int i)Gets ith "s" elementjava.util.List<CTString>getSList()Gets a List of "s" elementsCTBooleaninsertNewB(int i)Inserts and returns a new empty value (as xml) as the ith "b" elementCTDateTimeinsertNewD(int i)Inserts and returns a new empty value (as xml) as the ith "d" elementCTErrorinsertNewE(int i)Inserts and returns a new empty value (as xml) as the ith "e" elementCTMissinginsertNewM(int i)Inserts and returns a new empty value (as xml) as the ith "m" elementCTNumberinsertNewN(int i)Inserts and returns a new empty value (as xml) as the ith "n" elementCTStringinsertNewS(int i)Inserts and returns a new empty value (as xml) as the ith "s" elementbooleanisSetContainsBlank()True if has "containsBlank" attributebooleanisSetContainsDate()True if has "containsDate" attributebooleanisSetContainsInteger()True if has "containsInteger" attributebooleanisSetContainsMixedTypes()True if has "containsMixedTypes" attributebooleanisSetContainsNonDate()True if has "containsNonDate" attributebooleanisSetContainsNumber()True if has "containsNumber" attributebooleanisSetContainsSemiMixedTypes()True if has "containsSemiMixedTypes" attributebooleanisSetContainsString()True if has "containsString" attributebooleanisSetCount()True if has "count" attributebooleanisSetLongText()True if has "longText" attributebooleanisSetMaxDate()True if has "maxDate" attributebooleanisSetMaxValue()True if has "maxValue" attributebooleanisSetMinDate()True if has "minDate" attributebooleanisSetMinValue()True if has "minValue" attributevoidremoveB(int i)Removes the ith "b" elementvoidremoveD(int i)Removes the ith "d" elementvoidremoveE(int i)Removes the ith "e" elementvoidremoveM(int i)Removes the ith "m" elementvoidremoveN(int i)Removes the ith "n" elementvoidremoveS(int i)Removes the ith "s" elementvoidsetBArray(int i, CTBoolean b)Sets ith "b" elementvoidsetBArray(CTBoolean[] bArray)Sets array of all "b" elementvoidsetContainsBlank(boolean containsBlank)Sets the "containsBlank" attributevoidsetContainsDate(boolean containsDate)Sets the "containsDate" attributevoidsetContainsInteger(boolean containsInteger)Sets the "containsInteger" attributevoidsetContainsMixedTypes(boolean containsMixedTypes)Sets the "containsMixedTypes" attributevoidsetContainsNonDate(boolean containsNonDate)Sets the "containsNonDate" attributevoidsetContainsNumber(boolean containsNumber)Sets the "containsNumber" attributevoidsetContainsSemiMixedTypes(boolean containsSemiMixedTypes)Sets the "containsSemiMixedTypes" attributevoidsetContainsString(boolean containsString)Sets the "containsString" attributevoidsetCount(long count)Sets the "count" attributevoidsetDArray(int i, CTDateTime d)Sets ith "d" elementvoidsetDArray(CTDateTime[] dArray)Sets array of all "d" elementvoidsetEArray(int i, CTError e)Sets ith "e" elementvoidsetEArray(CTError[] eArray)Sets array of all "e" elementvoidsetLongText(boolean longText)Sets the "longText" attributevoidsetMArray(int i, CTMissing m)Sets ith "m" elementvoidsetMArray(CTMissing[] mArray)Sets array of all "m" elementvoidsetMaxDate(java.util.Calendar maxDate)Sets the "maxDate" attributevoidsetMaxValue(double maxValue)Sets the "maxValue" attributevoidsetMinDate(java.util.Calendar minDate)Sets the "minDate" attributevoidsetMinValue(double minValue)Sets the "minValue" attributevoidsetNArray(int i, CTNumber n)Sets ith "n" elementvoidsetNArray(CTNumber[] nArray)Sets array of all "n" elementvoidsetSArray(int i, CTString s)Sets ith "s" elementvoidsetSArray(CTString[] sArray)Sets array of all "s" elementintsizeOfBArray()Returns number of "b" elementintsizeOfDArray()Returns number of "d" elementintsizeOfEArray()Returns number of "e" elementintsizeOfMArray()Returns number of "m" elementintsizeOfNArray()Returns number of "n" elementintsizeOfSArray()Returns number of "s" elementvoidunsetContainsBlank()Unsets the "containsBlank" attributevoidunsetContainsDate()Unsets the "containsDate" attributevoidunsetContainsInteger()Unsets the "containsInteger" attributevoidunsetContainsMixedTypes()Unsets the "containsMixedTypes" attributevoidunsetContainsNonDate()Unsets the "containsNonDate" attributevoidunsetContainsNumber()Unsets the "containsNumber" attributevoidunsetContainsSemiMixedTypes()Unsets the "containsSemiMixedTypes" attributevoidunsetContainsString()Unsets the "containsString" attributevoidunsetCount()Unsets the "count" attributevoidunsetLongText()Unsets the "longText" attributevoidunsetMaxDate()Unsets the "maxDate" attributevoidunsetMaxValue()Unsets the "maxValue" attributevoidunsetMinDate()Unsets the "minDate" attributevoidunsetMinValue()Unsets the "minValue" attributeXmlBooleanxgetContainsBlank()Gets (as xml) the "containsBlank" attributeXmlBooleanxgetContainsDate()Gets (as xml) the "containsDate" attributeXmlBooleanxgetContainsInteger()Gets (as xml) the "containsInteger" attributeXmlBooleanxgetContainsMixedTypes()Gets (as xml) the "containsMixedTypes" attributeXmlBooleanxgetContainsNonDate()Gets (as xml) the "containsNonDate" attributeXmlBooleanxgetContainsNumber()Gets (as xml) the "containsNumber" attributeXmlBooleanxgetContainsSemiMixedTypes()Gets (as xml) the "containsSemiMixedTypes" attributeXmlBooleanxgetContainsString()Gets (as xml) the "containsString" attributeXmlUnsignedIntxgetCount()Gets (as xml) the "count" attributeXmlBooleanxgetLongText()Gets (as xml) the "longText" attributeXmlDateTimexgetMaxDate()Gets (as xml) the "maxDate" attributeXmlDoublexgetMaxValue()Gets (as xml) the "maxValue" attributeXmlDateTimexgetMinDate()Gets (as xml) the "minDate" attributeXmlDoublexgetMinValue()Gets (as xml) the "minValue" attributevoidxsetContainsBlank(XmlBoolean containsBlank)Sets (as xml) the "containsBlank" attributevoidxsetContainsDate(XmlBoolean containsDate)Sets (as xml) the "containsDate" attributevoidxsetContainsInteger(XmlBoolean containsInteger)Sets (as xml) the "containsInteger" attributevoidxsetContainsMixedTypes(XmlBoolean containsMixedTypes)Sets (as xml) the "containsMixedTypes" attributevoidxsetContainsNonDate(XmlBoolean containsNonDate)Sets (as xml) the "containsNonDate" attributevoidxsetContainsNumber(XmlBoolean containsNumber)Sets (as xml) the "containsNumber" attributevoidxsetContainsSemiMixedTypes(XmlBoolean containsSemiMixedTypes)Sets (as xml) the "containsSemiMixedTypes" attributevoidxsetContainsString(XmlBoolean containsString)Sets (as xml) the "containsString" attributevoidxsetCount(XmlUnsignedInt count)Sets (as xml) the "count" attributevoidxsetLongText(XmlBoolean longText)Sets (as xml) the "longText" attributevoidxsetMaxDate(XmlDateTime maxDate)Sets (as xml) the "maxDate" attributevoidxsetMaxValue(XmlDouble maxValue)Sets (as xml) the "maxValue" attributevoidxsetMinDate(XmlDateTime minDate)Sets (as xml) the "minDate" attributevoidxsetMinValue(XmlDouble minValue)Sets (as xml) the "minValue" 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
-
getMList
java.util.List<CTMissing> getMList()
Gets a List of "m" elements
-
getMArray
@Deprecated CTMissing[] getMArray()
Deprecated.Gets array of all "m" elements
-
getMArray
CTMissing getMArray(int i)
Gets ith "m" element
-
sizeOfMArray
int sizeOfMArray()
Returns number of "m" element
-
setMArray
void setMArray(CTMissing[] mArray)
Sets array of all "m" element
-
setMArray
void setMArray(int i, CTMissing m)Sets ith "m" element
-
insertNewM
CTMissing insertNewM(int i)
Inserts and returns a new empty value (as xml) as the ith "m" element
-
addNewM
CTMissing addNewM()
Appends and returns a new empty value (as xml) as the last "m" element
-
removeM
void removeM(int i)
Removes the ith "m" element
-
getNList
java.util.List<CTNumber> getNList()
Gets a List of "n" elements
-
getNArray
@Deprecated CTNumber[] getNArray()
Deprecated.Gets array of all "n" elements
-
getNArray
CTNumber getNArray(int i)
Gets ith "n" element
-
sizeOfNArray
int sizeOfNArray()
Returns number of "n" element
-
setNArray
void setNArray(CTNumber[] nArray)
Sets array of all "n" element
-
setNArray
void setNArray(int i, CTNumber n)Sets ith "n" element
-
insertNewN
CTNumber insertNewN(int i)
Inserts and returns a new empty value (as xml) as the ith "n" element
-
addNewN
CTNumber addNewN()
Appends and returns a new empty value (as xml) as the last "n" element
-
removeN
void removeN(int i)
Removes the ith "n" element
-
getBList
java.util.List<CTBoolean> getBList()
Gets a List of "b" elements
-
getBArray
@Deprecated CTBoolean[] getBArray()
Deprecated.Gets array of all "b" elements
-
getBArray
CTBoolean getBArray(int i)
Gets ith "b" element
-
sizeOfBArray
int sizeOfBArray()
Returns number of "b" element
-
setBArray
void setBArray(CTBoolean[] bArray)
Sets array of all "b" element
-
setBArray
void setBArray(int i, CTBoolean b)Sets ith "b" element
-
insertNewB
CTBoolean insertNewB(int i)
Inserts and returns a new empty value (as xml) as the ith "b" element
-
addNewB
CTBoolean addNewB()
Appends and returns a new empty value (as xml) as the last "b" element
-
removeB
void removeB(int i)
Removes the ith "b" element
-
getEList
java.util.List<CTError> getEList()
Gets a List of "e" elements
-
getEArray
@Deprecated CTError[] getEArray()
Deprecated.Gets array of all "e" elements
-
getEArray
CTError getEArray(int i)
Gets ith "e" element
-
sizeOfEArray
int sizeOfEArray()
Returns number of "e" element
-
setEArray
void setEArray(CTError[] eArray)
Sets array of all "e" element
-
setEArray
void setEArray(int i, CTError e)Sets ith "e" element
-
insertNewE
CTError insertNewE(int i)
Inserts and returns a new empty value (as xml) as the ith "e" element
-
addNewE
CTError addNewE()
Appends and returns a new empty value (as xml) as the last "e" element
-
removeE
void removeE(int i)
Removes the ith "e" element
-
getSList
java.util.List<CTString> getSList()
Gets a List of "s" elements
-
getSArray
@Deprecated CTString[] getSArray()
Deprecated.Gets array of all "s" elements
-
getSArray
CTString getSArray(int i)
Gets ith "s" element
-
sizeOfSArray
int sizeOfSArray()
Returns number of "s" element
-
setSArray
void setSArray(CTString[] sArray)
Sets array of all "s" element
-
setSArray
void setSArray(int i, CTString s)Sets ith "s" element
-
insertNewS
CTString insertNewS(int i)
Inserts and returns a new empty value (as xml) as the ith "s" element
-
addNewS
CTString addNewS()
Appends and returns a new empty value (as xml) as the last "s" element
-
removeS
void removeS(int i)
Removes the ith "s" element
-
getDList
java.util.List<CTDateTime> getDList()
Gets a List of "d" elements
-
getDArray
@Deprecated CTDateTime[] getDArray()
Deprecated.Gets array of all "d" elements
-
getDArray
CTDateTime getDArray(int i)
Gets ith "d" element
-
sizeOfDArray
int sizeOfDArray()
Returns number of "d" element
-
setDArray
void setDArray(CTDateTime[] dArray)
Sets array of all "d" element
-
setDArray
void setDArray(int i, CTDateTime d)Sets ith "d" element
-
insertNewD
CTDateTime insertNewD(int i)
Inserts and returns a new empty value (as xml) as the ith "d" element
-
addNewD
CTDateTime addNewD()
Appends and returns a new empty value (as xml) as the last "d" element
-
removeD
void removeD(int i)
Removes the ith "d" element
-
getContainsSemiMixedTypes
boolean getContainsSemiMixedTypes()
Gets the "containsSemiMixedTypes" attribute
-
xgetContainsSemiMixedTypes
XmlBoolean xgetContainsSemiMixedTypes()
Gets (as xml) the "containsSemiMixedTypes" attribute
-
isSetContainsSemiMixedTypes
boolean isSetContainsSemiMixedTypes()
True if has "containsSemiMixedTypes" attribute
-
setContainsSemiMixedTypes
void setContainsSemiMixedTypes(boolean containsSemiMixedTypes)
Sets the "containsSemiMixedTypes" attribute
-
xsetContainsSemiMixedTypes
void xsetContainsSemiMixedTypes(XmlBoolean containsSemiMixedTypes)
Sets (as xml) the "containsSemiMixedTypes" attribute
-
unsetContainsSemiMixedTypes
void unsetContainsSemiMixedTypes()
Unsets the "containsSemiMixedTypes" attribute
-
getContainsNonDate
boolean getContainsNonDate()
Gets the "containsNonDate" attribute
-
xgetContainsNonDate
XmlBoolean xgetContainsNonDate()
Gets (as xml) the "containsNonDate" attribute
-
isSetContainsNonDate
boolean isSetContainsNonDate()
True if has "containsNonDate" attribute
-
setContainsNonDate
void setContainsNonDate(boolean containsNonDate)
Sets the "containsNonDate" attribute
-
xsetContainsNonDate
void xsetContainsNonDate(XmlBoolean containsNonDate)
Sets (as xml) the "containsNonDate" attribute
-
unsetContainsNonDate
void unsetContainsNonDate()
Unsets the "containsNonDate" attribute
-
getContainsDate
boolean getContainsDate()
Gets the "containsDate" attribute
-
xgetContainsDate
XmlBoolean xgetContainsDate()
Gets (as xml) the "containsDate" attribute
-
isSetContainsDate
boolean isSetContainsDate()
True if has "containsDate" attribute
-
setContainsDate
void setContainsDate(boolean containsDate)
Sets the "containsDate" attribute
-
xsetContainsDate
void xsetContainsDate(XmlBoolean containsDate)
Sets (as xml) the "containsDate" attribute
-
unsetContainsDate
void unsetContainsDate()
Unsets the "containsDate" attribute
-
getContainsString
boolean getContainsString()
Gets the "containsString" attribute
-
xgetContainsString
XmlBoolean xgetContainsString()
Gets (as xml) the "containsString" attribute
-
isSetContainsString
boolean isSetContainsString()
True if has "containsString" attribute
-
setContainsString
void setContainsString(boolean containsString)
Sets the "containsString" attribute
-
xsetContainsString
void xsetContainsString(XmlBoolean containsString)
Sets (as xml) the "containsString" attribute
-
unsetContainsString
void unsetContainsString()
Unsets the "containsString" attribute
-
getContainsBlank
boolean getContainsBlank()
Gets the "containsBlank" attribute
-
xgetContainsBlank
XmlBoolean xgetContainsBlank()
Gets (as xml) the "containsBlank" attribute
-
isSetContainsBlank
boolean isSetContainsBlank()
True if has "containsBlank" attribute
-
setContainsBlank
void setContainsBlank(boolean containsBlank)
Sets the "containsBlank" attribute
-
xsetContainsBlank
void xsetContainsBlank(XmlBoolean containsBlank)
Sets (as xml) the "containsBlank" attribute
-
unsetContainsBlank
void unsetContainsBlank()
Unsets the "containsBlank" attribute
-
getContainsMixedTypes
boolean getContainsMixedTypes()
Gets the "containsMixedTypes" attribute
-
xgetContainsMixedTypes
XmlBoolean xgetContainsMixedTypes()
Gets (as xml) the "containsMixedTypes" attribute
-
isSetContainsMixedTypes
boolean isSetContainsMixedTypes()
True if has "containsMixedTypes" attribute
-
setContainsMixedTypes
void setContainsMixedTypes(boolean containsMixedTypes)
Sets the "containsMixedTypes" attribute
-
xsetContainsMixedTypes
void xsetContainsMixedTypes(XmlBoolean containsMixedTypes)
Sets (as xml) the "containsMixedTypes" attribute
-
unsetContainsMixedTypes
void unsetContainsMixedTypes()
Unsets the "containsMixedTypes" attribute
-
getContainsNumber
boolean getContainsNumber()
Gets the "containsNumber" attribute
-
xgetContainsNumber
XmlBoolean xgetContainsNumber()
Gets (as xml) the "containsNumber" attribute
-
isSetContainsNumber
boolean isSetContainsNumber()
True if has "containsNumber" attribute
-
setContainsNumber
void setContainsNumber(boolean containsNumber)
Sets the "containsNumber" attribute
-
xsetContainsNumber
void xsetContainsNumber(XmlBoolean containsNumber)
Sets (as xml) the "containsNumber" attribute
-
unsetContainsNumber
void unsetContainsNumber()
Unsets the "containsNumber" attribute
-
getContainsInteger
boolean getContainsInteger()
Gets the "containsInteger" attribute
-
xgetContainsInteger
XmlBoolean xgetContainsInteger()
Gets (as xml) the "containsInteger" attribute
-
isSetContainsInteger
boolean isSetContainsInteger()
True if has "containsInteger" attribute
-
setContainsInteger
void setContainsInteger(boolean containsInteger)
Sets the "containsInteger" attribute
-
xsetContainsInteger
void xsetContainsInteger(XmlBoolean containsInteger)
Sets (as xml) the "containsInteger" attribute
-
unsetContainsInteger
void unsetContainsInteger()
Unsets the "containsInteger" attribute
-
getMinValue
double getMinValue()
Gets the "minValue" attribute
-
xgetMinValue
XmlDouble xgetMinValue()
Gets (as xml) the "minValue" attribute
-
isSetMinValue
boolean isSetMinValue()
True if has "minValue" attribute
-
setMinValue
void setMinValue(double minValue)
Sets the "minValue" attribute
-
xsetMinValue
void xsetMinValue(XmlDouble minValue)
Sets (as xml) the "minValue" attribute
-
unsetMinValue
void unsetMinValue()
Unsets the "minValue" attribute
-
getMaxValue
double getMaxValue()
Gets the "maxValue" attribute
-
xgetMaxValue
XmlDouble xgetMaxValue()
Gets (as xml) the "maxValue" attribute
-
isSetMaxValue
boolean isSetMaxValue()
True if has "maxValue" attribute
-
setMaxValue
void setMaxValue(double maxValue)
Sets the "maxValue" attribute
-
xsetMaxValue
void xsetMaxValue(XmlDouble maxValue)
Sets (as xml) the "maxValue" attribute
-
unsetMaxValue
void unsetMaxValue()
Unsets the "maxValue" attribute
-
getMinDate
java.util.Calendar getMinDate()
Gets the "minDate" attribute
-
xgetMinDate
XmlDateTime xgetMinDate()
Gets (as xml) the "minDate" attribute
-
isSetMinDate
boolean isSetMinDate()
True if has "minDate" attribute
-
setMinDate
void setMinDate(java.util.Calendar minDate)
Sets the "minDate" attribute
-
xsetMinDate
void xsetMinDate(XmlDateTime minDate)
Sets (as xml) the "minDate" attribute
-
unsetMinDate
void unsetMinDate()
Unsets the "minDate" attribute
-
getMaxDate
java.util.Calendar getMaxDate()
Gets the "maxDate" attribute
-
xgetMaxDate
XmlDateTime xgetMaxDate()
Gets (as xml) the "maxDate" attribute
-
isSetMaxDate
boolean isSetMaxDate()
True if has "maxDate" attribute
-
setMaxDate
void setMaxDate(java.util.Calendar maxDate)
Sets the "maxDate" attribute
-
xsetMaxDate
void xsetMaxDate(XmlDateTime maxDate)
Sets (as xml) the "maxDate" attribute
-
unsetMaxDate
void unsetMaxDate()
Unsets the "maxDate" attribute
-
getCount
long getCount()
Gets the "count" attribute
-
xgetCount
XmlUnsignedInt xgetCount()
Gets (as xml) the "count" attribute
-
isSetCount
boolean isSetCount()
True if has "count" attribute
-
setCount
void setCount(long count)
Sets the "count" attribute
-
xsetCount
void xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attribute
-
unsetCount
void unsetCount()
Unsets the "count" attribute
-
getLongText
boolean getLongText()
Gets the "longText" attribute
-
xgetLongText
XmlBoolean xgetLongText()
Gets (as xml) the "longText" attribute
-
isSetLongText
boolean isSetLongText()
True if has "longText" attribute
-
setLongText
void setLongText(boolean longText)
Sets the "longText" attribute
-
xsetLongText
void xsetLongText(XmlBoolean longText)
Sets (as xml) the "longText" attribute
-
unsetLongText
void unsetLongText()
Unsets the "longText" attribute
-
-