Package org.xlsx4j.sml
Class CTSharedItems
java.lang.Object
org.xlsx4j.sml.CTSharedItems
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleancontainsBlankprotected java.lang.BooleancontainsDateprotected java.lang.BooleancontainsIntegerprotected java.lang.BooleancontainsMixedTypesprotected java.lang.BooleancontainsNonDateprotected java.lang.BooleancontainsNumberprotected java.lang.BooleancontainsSemiMixedTypesprotected java.lang.BooleancontainsStringprotected java.lang.Longcountprotected java.lang.BooleanlongTextprotected javax.xml.datatype.XMLGregorianCalendarmaxDateprotected java.lang.DoublemaxValueprotected javax.xml.datatype.XMLGregorianCalendarminDateprotected java.lang.DoubleminValueprotected java.util.List<java.lang.Object>mOrNOrB -
Constructor Summary
Constructors Constructor Description CTSharedItems() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.LonggetCount()Gets the value of the count property.javax.xml.datatype.XMLGregorianCalendargetMaxDate()Gets the value of the maxDate property.java.lang.DoublegetMaxValue()Gets the value of the maxValue property.javax.xml.datatype.XMLGregorianCalendargetMinDate()Gets the value of the minDate property.java.lang.DoublegetMinValue()Gets the value of the minValue property.java.util.List<java.lang.Object>getMOrNOrB()Gets the value of the mOrNOrB property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.booleanisContainsBlank()Gets the value of the containsBlank property.booleanisContainsDate()Gets the value of the containsDate property.booleanisContainsInteger()Gets the value of the containsInteger property.booleanisContainsMixedTypes()Gets the value of the containsMixedTypes property.booleanisContainsNonDate()Gets the value of the containsNonDate property.booleanisContainsNumber()Gets the value of the containsNumber property.booleanisContainsSemiMixedTypes()Gets the value of the containsSemiMixedTypes property.booleanisContainsString()Gets the value of the containsString property.booleanisLongText()Gets the value of the longText property.voidsetContainsBlank(java.lang.Boolean value)Sets the value of the containsBlank property.voidsetContainsDate(java.lang.Boolean value)Sets the value of the containsDate property.voidsetContainsInteger(java.lang.Boolean value)Sets the value of the containsInteger property.voidsetContainsMixedTypes(java.lang.Boolean value)Sets the value of the containsMixedTypes property.voidsetContainsNonDate(java.lang.Boolean value)Sets the value of the containsNonDate property.voidsetContainsNumber(java.lang.Boolean value)Sets the value of the containsNumber property.voidsetContainsSemiMixedTypes(java.lang.Boolean value)Sets the value of the containsSemiMixedTypes property.voidsetContainsString(java.lang.Boolean value)Sets the value of the containsString property.voidsetCount(java.lang.Long value)Sets the value of the count property.voidsetLongText(java.lang.Boolean value)Sets the value of the longText property.voidsetMaxDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the maxDate property.voidsetMaxValue(java.lang.Double value)Sets the value of the maxValue property.voidsetMinDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the minDate property.voidsetMinValue(java.lang.Double value)Sets the value of the minValue property.voidsetParent(java.lang.Object parent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
mOrNOrB
protected java.util.List<java.lang.Object> mOrNOrB -
containsSemiMixedTypes
protected java.lang.Boolean containsSemiMixedTypes -
containsNonDate
protected java.lang.Boolean containsNonDate -
containsDate
protected java.lang.Boolean containsDate -
containsString
protected java.lang.Boolean containsString -
containsBlank
protected java.lang.Boolean containsBlank -
containsMixedTypes
protected java.lang.Boolean containsMixedTypes -
containsNumber
protected java.lang.Boolean containsNumber -
containsInteger
protected java.lang.Boolean containsInteger -
minValue
protected java.lang.Double minValue -
maxValue
protected java.lang.Double maxValue -
minDate
protected javax.xml.datatype.XMLGregorianCalendar minDate -
maxDate
protected javax.xml.datatype.XMLGregorianCalendar maxDate -
count
protected java.lang.Long count -
longText
protected java.lang.Boolean longText
-
-
Constructor Details
-
CTSharedItems
public CTSharedItems()
-
-
Method Details
-
getMOrNOrB
public java.util.List<java.lang.Object> getMOrNOrB()Gets the value of the mOrNOrB property.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
setmethod 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
CTMissingCTNumberCTBooleanCTErrorCTStringCTDateTime -
isContainsSemiMixedTypes
public boolean isContainsSemiMixedTypes()Gets the value of the containsSemiMixedTypes property.- Returns:
- possible object is
Boolean
-
setContainsSemiMixedTypes
public void setContainsSemiMixedTypes(java.lang.Boolean value)Sets the value of the containsSemiMixedTypes property.- Parameters:
value- allowed object isBoolean
-
isContainsNonDate
public boolean isContainsNonDate()Gets the value of the containsNonDate property.- Returns:
- possible object is
Boolean
-
setContainsNonDate
public void setContainsNonDate(java.lang.Boolean value)Sets the value of the containsNonDate property.- Parameters:
value- allowed object isBoolean
-
isContainsDate
public boolean isContainsDate()Gets the value of the containsDate property.- Returns:
- possible object is
Boolean
-
setContainsDate
public void setContainsDate(java.lang.Boolean value)Sets the value of the containsDate property.- Parameters:
value- allowed object isBoolean
-
isContainsString
public boolean isContainsString()Gets the value of the containsString property.- Returns:
- possible object is
Boolean
-
setContainsString
public void setContainsString(java.lang.Boolean value)Sets the value of the containsString property.- Parameters:
value- allowed object isBoolean
-
isContainsBlank
public boolean isContainsBlank()Gets the value of the containsBlank property.- Returns:
- possible object is
Boolean
-
setContainsBlank
public void setContainsBlank(java.lang.Boolean value)Sets the value of the containsBlank property.- Parameters:
value- allowed object isBoolean
-
isContainsMixedTypes
public boolean isContainsMixedTypes()Gets the value of the containsMixedTypes property.- Returns:
- possible object is
Boolean
-
setContainsMixedTypes
public void setContainsMixedTypes(java.lang.Boolean value)Sets the value of the containsMixedTypes property.- Parameters:
value- allowed object isBoolean
-
isContainsNumber
public boolean isContainsNumber()Gets the value of the containsNumber property.- Returns:
- possible object is
Boolean
-
setContainsNumber
public void setContainsNumber(java.lang.Boolean value)Sets the value of the containsNumber property.- Parameters:
value- allowed object isBoolean
-
isContainsInteger
public boolean isContainsInteger()Gets the value of the containsInteger property.- Returns:
- possible object is
Boolean
-
setContainsInteger
public void setContainsInteger(java.lang.Boolean value)Sets the value of the containsInteger property.- Parameters:
value- allowed object isBoolean
-
getMinValue
public java.lang.Double getMinValue()Gets the value of the minValue property.- Returns:
- possible object is
Double
-
setMinValue
public void setMinValue(java.lang.Double value)Sets the value of the minValue property.- Parameters:
value- allowed object isDouble
-
getMaxValue
public java.lang.Double getMaxValue()Gets the value of the maxValue property.- Returns:
- possible object is
Double
-
setMaxValue
public void setMaxValue(java.lang.Double value)Sets the value of the maxValue property.- Parameters:
value- allowed object isDouble
-
getMinDate
public javax.xml.datatype.XMLGregorianCalendar getMinDate()Gets the value of the minDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMinDate
public void setMinDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the minDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getMaxDate
public javax.xml.datatype.XMLGregorianCalendar getMaxDate()Gets the value of the maxDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMaxDate
public void setMaxDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the maxDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCount
public java.lang.Long getCount()Gets the value of the count property.- Returns:
- possible object is
Long
-
setCount
public void setCount(java.lang.Long value)Sets the value of the count property.- Parameters:
value- allowed object isLong
-
isLongText
public boolean isLongText()Gets the value of the longText property.- Returns:
- possible object is
Boolean
-
setLongText
public void setLongText(java.lang.Boolean value)Sets the value of the longText property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-