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 class
CTSharedItems.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 Deprecated Methods Modifier and Type Method Description CTBoolean
addNewB()
Appends and returns a new empty value (as xml) as the last "b" elementCTDateTime
addNewD()
Appends and returns a new empty value (as xml) as the last "d" elementCTError
addNewE()
Appends and returns a new empty value (as xml) as the last "e" elementCTMissing
addNewM()
Appends and returns a new empty value (as xml) as the last "m" elementCTNumber
addNewN()
Appends and returns a new empty value (as xml) as the last "n" elementCTString
addNewS()
Appends and returns a new empty value (as xml) as the last "s" elementCTBoolean[]
getBArray()
Deprecated.CTBoolean
getBArray(int i)
Gets ith "b" elementjava.util.List<CTBoolean>
getBList()
Gets a List of "b" elementsboolean
getContainsBlank()
Gets the "containsBlank" attributeboolean
getContainsDate()
Gets the "containsDate" attributeboolean
getContainsInteger()
Gets the "containsInteger" attributeboolean
getContainsMixedTypes()
Gets the "containsMixedTypes" attributeboolean
getContainsNonDate()
Gets the "containsNonDate" attributeboolean
getContainsNumber()
Gets the "containsNumber" attributeboolean
getContainsSemiMixedTypes()
Gets the "containsSemiMixedTypes" attributeboolean
getContainsString()
Gets the "containsString" attributelong
getCount()
Gets the "count" attributeCTDateTime[]
getDArray()
Deprecated.CTDateTime
getDArray(int i)
Gets ith "d" elementjava.util.List<CTDateTime>
getDList()
Gets a List of "d" elementsCTError[]
getEArray()
Deprecated.CTError
getEArray(int i)
Gets ith "e" elementjava.util.List<CTError>
getEList()
Gets a List of "e" elementsboolean
getLongText()
Gets the "longText" attributeCTMissing[]
getMArray()
Deprecated.CTMissing
getMArray(int i)
Gets ith "m" elementjava.util.Calendar
getMaxDate()
Gets the "maxDate" attributedouble
getMaxValue()
Gets the "maxValue" attributejava.util.Calendar
getMinDate()
Gets the "minDate" attributedouble
getMinValue()
Gets the "minValue" attributejava.util.List<CTMissing>
getMList()
Gets a List of "m" elementsCTNumber[]
getNArray()
Deprecated.CTNumber
getNArray(int i)
Gets ith "n" elementjava.util.List<CTNumber>
getNList()
Gets a List of "n" elementsCTString[]
getSArray()
Deprecated.CTString
getSArray(int i)
Gets ith "s" elementjava.util.List<CTString>
getSList()
Gets a List of "s" elementsCTBoolean
insertNewB(int i)
Inserts and returns a new empty value (as xml) as the ith "b" elementCTDateTime
insertNewD(int i)
Inserts and returns a new empty value (as xml) as the ith "d" elementCTError
insertNewE(int i)
Inserts and returns a new empty value (as xml) as the ith "e" elementCTMissing
insertNewM(int i)
Inserts and returns a new empty value (as xml) as the ith "m" elementCTNumber
insertNewN(int i)
Inserts and returns a new empty value (as xml) as the ith "n" elementCTString
insertNewS(int i)
Inserts and returns a new empty value (as xml) as the ith "s" elementboolean
isSetContainsBlank()
True if has "containsBlank" attributeboolean
isSetContainsDate()
True if has "containsDate" attributeboolean
isSetContainsInteger()
True if has "containsInteger" attributeboolean
isSetContainsMixedTypes()
True if has "containsMixedTypes" attributeboolean
isSetContainsNonDate()
True if has "containsNonDate" attributeboolean
isSetContainsNumber()
True if has "containsNumber" attributeboolean
isSetContainsSemiMixedTypes()
True if has "containsSemiMixedTypes" attributeboolean
isSetContainsString()
True if has "containsString" attributeboolean
isSetCount()
True if has "count" attributeboolean
isSetLongText()
True if has "longText" attributeboolean
isSetMaxDate()
True if has "maxDate" attributeboolean
isSetMaxValue()
True if has "maxValue" attributeboolean
isSetMinDate()
True if has "minDate" attributeboolean
isSetMinValue()
True if has "minValue" attributevoid
removeB(int i)
Removes the ith "b" elementvoid
removeD(int i)
Removes the ith "d" elementvoid
removeE(int i)
Removes the ith "e" elementvoid
removeM(int i)
Removes the ith "m" elementvoid
removeN(int i)
Removes the ith "n" elementvoid
removeS(int i)
Removes the ith "s" elementvoid
setBArray(int i, CTBoolean b)
Sets ith "b" elementvoid
setBArray(CTBoolean[] bArray)
Sets array of all "b" elementvoid
setContainsBlank(boolean containsBlank)
Sets the "containsBlank" attributevoid
setContainsDate(boolean containsDate)
Sets the "containsDate" attributevoid
setContainsInteger(boolean containsInteger)
Sets the "containsInteger" attributevoid
setContainsMixedTypes(boolean containsMixedTypes)
Sets the "containsMixedTypes" attributevoid
setContainsNonDate(boolean containsNonDate)
Sets the "containsNonDate" attributevoid
setContainsNumber(boolean containsNumber)
Sets the "containsNumber" attributevoid
setContainsSemiMixedTypes(boolean containsSemiMixedTypes)
Sets the "containsSemiMixedTypes" attributevoid
setContainsString(boolean containsString)
Sets the "containsString" attributevoid
setCount(long count)
Sets the "count" attributevoid
setDArray(int i, CTDateTime d)
Sets ith "d" elementvoid
setDArray(CTDateTime[] dArray)
Sets array of all "d" elementvoid
setEArray(int i, CTError e)
Sets ith "e" elementvoid
setEArray(CTError[] eArray)
Sets array of all "e" elementvoid
setLongText(boolean longText)
Sets the "longText" attributevoid
setMArray(int i, CTMissing m)
Sets ith "m" elementvoid
setMArray(CTMissing[] mArray)
Sets array of all "m" elementvoid
setMaxDate(java.util.Calendar maxDate)
Sets the "maxDate" attributevoid
setMaxValue(double maxValue)
Sets the "maxValue" attributevoid
setMinDate(java.util.Calendar minDate)
Sets the "minDate" attributevoid
setMinValue(double minValue)
Sets the "minValue" attributevoid
setNArray(int i, CTNumber n)
Sets ith "n" elementvoid
setNArray(CTNumber[] nArray)
Sets array of all "n" elementvoid
setSArray(int i, CTString s)
Sets ith "s" elementvoid
setSArray(CTString[] sArray)
Sets array of all "s" elementint
sizeOfBArray()
Returns number of "b" elementint
sizeOfDArray()
Returns number of "d" elementint
sizeOfEArray()
Returns number of "e" elementint
sizeOfMArray()
Returns number of "m" elementint
sizeOfNArray()
Returns number of "n" elementint
sizeOfSArray()
Returns number of "s" elementvoid
unsetContainsBlank()
Unsets the "containsBlank" attributevoid
unsetContainsDate()
Unsets the "containsDate" attributevoid
unsetContainsInteger()
Unsets the "containsInteger" attributevoid
unsetContainsMixedTypes()
Unsets the "containsMixedTypes" attributevoid
unsetContainsNonDate()
Unsets the "containsNonDate" attributevoid
unsetContainsNumber()
Unsets the "containsNumber" attributevoid
unsetContainsSemiMixedTypes()
Unsets the "containsSemiMixedTypes" attributevoid
unsetContainsString()
Unsets the "containsString" attributevoid
unsetCount()
Unsets the "count" attributevoid
unsetLongText()
Unsets the "longText" attributevoid
unsetMaxDate()
Unsets the "maxDate" attributevoid
unsetMaxValue()
Unsets the "maxValue" attributevoid
unsetMinDate()
Unsets the "minDate" attributevoid
unsetMinValue()
Unsets the "minValue" attributeXmlBoolean
xgetContainsBlank()
Gets (as xml) the "containsBlank" attributeXmlBoolean
xgetContainsDate()
Gets (as xml) the "containsDate" attributeXmlBoolean
xgetContainsInteger()
Gets (as xml) the "containsInteger" attributeXmlBoolean
xgetContainsMixedTypes()
Gets (as xml) the "containsMixedTypes" attributeXmlBoolean
xgetContainsNonDate()
Gets (as xml) the "containsNonDate" attributeXmlBoolean
xgetContainsNumber()
Gets (as xml) the "containsNumber" attributeXmlBoolean
xgetContainsSemiMixedTypes()
Gets (as xml) the "containsSemiMixedTypes" attributeXmlBoolean
xgetContainsString()
Gets (as xml) the "containsString" attributeXmlUnsignedInt
xgetCount()
Gets (as xml) the "count" attributeXmlBoolean
xgetLongText()
Gets (as xml) the "longText" attributeXmlDateTime
xgetMaxDate()
Gets (as xml) the "maxDate" attributeXmlDouble
xgetMaxValue()
Gets (as xml) the "maxValue" attributeXmlDateTime
xgetMinDate()
Gets (as xml) the "minDate" attributeXmlDouble
xgetMinValue()
Gets (as xml) the "minValue" attributevoid
xsetContainsBlank(XmlBoolean containsBlank)
Sets (as xml) the "containsBlank" attributevoid
xsetContainsDate(XmlBoolean containsDate)
Sets (as xml) the "containsDate" attributevoid
xsetContainsInteger(XmlBoolean containsInteger)
Sets (as xml) the "containsInteger" attributevoid
xsetContainsMixedTypes(XmlBoolean containsMixedTypes)
Sets (as xml) the "containsMixedTypes" attributevoid
xsetContainsNonDate(XmlBoolean containsNonDate)
Sets (as xml) the "containsNonDate" attributevoid
xsetContainsNumber(XmlBoolean containsNumber)
Sets (as xml) the "containsNumber" attributevoid
xsetContainsSemiMixedTypes(XmlBoolean containsSemiMixedTypes)
Sets (as xml) the "containsSemiMixedTypes" attributevoid
xsetContainsString(XmlBoolean containsString)
Sets (as xml) the "containsString" attributevoid
xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attributevoid
xsetLongText(XmlBoolean longText)
Sets (as xml) the "longText" attributevoid
xsetMaxDate(XmlDateTime maxDate)
Sets (as xml) the "maxDate" attributevoid
xsetMaxValue(XmlDouble maxValue)
Sets (as xml) the "maxValue" attributevoid
xsetMinDate(XmlDateTime minDate)
Sets (as xml) the "minDate" attributevoid
xsetMinValue(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
-
-