public class CTSharedItems extends java.lang.Object implements Child
Java class for CT_SharedItems complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SharedItems">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="m" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Missing"/>
<element name="n" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Number"/>
<element name="b" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Boolean"/>
<element name="e" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Error"/>
<element name="s" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_String"/>
<element name="d" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DateTime"/>
</choice>
<attribute name="containsSemiMixedTypes" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="containsNonDate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="containsDate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="containsString" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="containsBlank" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="containsMixedTypes" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="containsNumber" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="containsInteger" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="minValue" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="maxValue" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="minDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="maxDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="count" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="longText" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
containsBlank |
protected java.lang.Boolean |
containsDate |
protected java.lang.Boolean |
containsInteger |
protected java.lang.Boolean |
containsMixedTypes |
protected java.lang.Boolean |
containsNonDate |
protected java.lang.Boolean |
containsNumber |
protected java.lang.Boolean |
containsSemiMixedTypes |
protected java.lang.Boolean |
containsString |
protected java.lang.Long |
count |
protected java.lang.Boolean |
longText |
protected javax.xml.datatype.XMLGregorianCalendar |
maxDate |
protected java.lang.Double |
maxValue |
protected javax.xml.datatype.XMLGregorianCalendar |
minDate |
protected java.lang.Double |
minValue |
protected java.util.List<java.lang.Object> |
mOrNOrB |
| Constructor and Description |
|---|
CTSharedItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.Long |
getCount()
Gets the value of the count property.
|
javax.xml.datatype.XMLGregorianCalendar |
getMaxDate()
Gets the value of the maxDate property.
|
java.lang.Double |
getMaxValue()
Gets the value of the maxValue property.
|
javax.xml.datatype.XMLGregorianCalendar |
getMinDate()
Gets the value of the minDate property.
|
java.lang.Double |
getMinValue()
Gets the value of the minValue property.
|
java.util.List<java.lang.Object> |
getMOrNOrB()
Gets the value of the mOrNOrB property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isContainsBlank()
Gets the value of the containsBlank property.
|
boolean |
isContainsDate()
Gets the value of the containsDate property.
|
boolean |
isContainsInteger()
Gets the value of the containsInteger property.
|
boolean |
isContainsMixedTypes()
Gets the value of the containsMixedTypes property.
|
boolean |
isContainsNonDate()
Gets the value of the containsNonDate property.
|
boolean |
isContainsNumber()
Gets the value of the containsNumber property.
|
boolean |
isContainsSemiMixedTypes()
Gets the value of the containsSemiMixedTypes property.
|
boolean |
isContainsString()
Gets the value of the containsString property.
|
boolean |
isLongText()
Gets the value of the longText property.
|
void |
setContainsBlank(java.lang.Boolean value)
Sets the value of the containsBlank property.
|
void |
setContainsDate(java.lang.Boolean value)
Sets the value of the containsDate property.
|
void |
setContainsInteger(java.lang.Boolean value)
Sets the value of the containsInteger property.
|
void |
setContainsMixedTypes(java.lang.Boolean value)
Sets the value of the containsMixedTypes property.
|
void |
setContainsNonDate(java.lang.Boolean value)
Sets the value of the containsNonDate property.
|
void |
setContainsNumber(java.lang.Boolean value)
Sets the value of the containsNumber property.
|
void |
setContainsSemiMixedTypes(java.lang.Boolean value)
Sets the value of the containsSemiMixedTypes property.
|
void |
setContainsString(java.lang.Boolean value)
Sets the value of the containsString property.
|
void |
setCount(java.lang.Long value)
Sets the value of the count property.
|
void |
setLongText(java.lang.Boolean value)
Sets the value of the longText property.
|
void |
setMaxDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the maxDate property.
|
void |
setMaxValue(java.lang.Double value)
Sets the value of the maxValue property.
|
void |
setMinDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the minDate property.
|
void |
setMinValue(java.lang.Double value)
Sets the value of the minValue property.
|
void |
setParent(java.lang.Object parent) |
protected java.util.List<java.lang.Object> mOrNOrB
protected java.lang.Boolean containsSemiMixedTypes
protected java.lang.Boolean containsNonDate
protected java.lang.Boolean containsDate
protected java.lang.Boolean containsString
protected java.lang.Boolean containsBlank
protected java.lang.Boolean containsMixedTypes
protected java.lang.Boolean containsNumber
protected java.lang.Boolean containsInteger
protected java.lang.Double minValue
protected java.lang.Double maxValue
protected javax.xml.datatype.XMLGregorianCalendar minDate
protected javax.xml.datatype.XMLGregorianCalendar maxDate
protected java.lang.Long count
protected java.lang.Boolean longText
public java.util.List<java.lang.Object> getMOrNOrB()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the mOrNOrB property.
For example, to add a new item, do as follows:
getMOrNOrB().add(newItem);
Objects of the following type(s) are allowed in the list
CTMissing
CTNumber
CTBoolean
CTError
CTString
CTDateTime
public boolean isContainsSemiMixedTypes()
Booleanpublic void setContainsSemiMixedTypes(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isContainsNonDate()
Booleanpublic void setContainsNonDate(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isContainsDate()
Booleanpublic void setContainsDate(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isContainsString()
Booleanpublic void setContainsString(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isContainsBlank()
Booleanpublic void setContainsBlank(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isContainsMixedTypes()
Booleanpublic void setContainsMixedTypes(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isContainsNumber()
Booleanpublic void setContainsNumber(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isContainsInteger()
Booleanpublic void setContainsInteger(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getMinValue()
Doublepublic void setMinValue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMaxValue()
Doublepublic void setMaxValue(java.lang.Double value)
value - allowed object is
Doublepublic javax.xml.datatype.XMLGregorianCalendar getMinDate()
XMLGregorianCalendarpublic void setMinDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getMaxDate()
XMLGregorianCalendarpublic void setMaxDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Long getCount()
Longpublic void setCount(java.lang.Long value)
value - allowed object is
Longpublic boolean isLongText()
Booleanpublic void setLongText(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.