Package org.xlsx4j.sml
Class CTSharedItems
java.lang.Object
org.xlsx4j.sml.CTSharedItems
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Longprotected Booleanprotected XMLGregorianCalendarprotected Doubleprotected XMLGregorianCalendarprotected Double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getCount()Gets the value of the count property.Gets the value of the maxDate property.Gets the value of the maxValue property.Gets the value of the minDate property.Gets the value of the minValue property.Gets the value of the mOrNOrB property.Gets the parent object in the object tree representing the unmarshalled xml document.booleanGets the value of the containsBlank property.booleanGets the value of the containsDate property.booleanGets the value of the containsInteger property.booleanGets the value of the containsMixedTypes property.booleanGets the value of the containsNonDate property.booleanGets the value of the containsNumber property.booleanGets the value of the containsSemiMixedTypes property.booleanGets the value of the containsString property.booleanGets the value of the longText property.voidsetContainsBlank(Boolean value) Sets the value of the containsBlank property.voidsetContainsDate(Boolean value) Sets the value of the containsDate property.voidsetContainsInteger(Boolean value) Sets the value of the containsInteger property.voidsetContainsMixedTypes(Boolean value) Sets the value of the containsMixedTypes property.voidsetContainsNonDate(Boolean value) Sets the value of the containsNonDate property.voidsetContainsNumber(Boolean value) Sets the value of the containsNumber property.voidsetContainsSemiMixedTypes(Boolean value) Sets the value of the containsSemiMixedTypes property.voidsetContainsString(Boolean value) Sets the value of the containsString property.voidSets the value of the count property.voidsetLongText(Boolean value) Sets the value of the longText property.voidsetMaxDate(XMLGregorianCalendar value) Sets the value of the maxDate property.voidsetMaxValue(Double value) Sets the value of the maxValue property.voidsetMinDate(XMLGregorianCalendar value) Sets the value of the minDate property.voidsetMinValue(Double value) Sets the value of the minValue property.void
-
Field Details
-
mOrNOrB
-
containsSemiMixedTypes
-
containsNonDate
-
containsDate
-
containsString
-
containsBlank
-
containsMixedTypes
-
containsNumber
-
containsInteger
-
minValue
-
maxValue
-
minDate
-
maxDate
-
count
-
longText
-
-
Constructor Details
-
CTSharedItems
public CTSharedItems()
-
-
Method Details
-
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
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
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
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
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
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
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
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
Sets the value of the containsInteger property.- Parameters:
value- allowed object isBoolean
-
getMinValue
Gets the value of the minValue property.- Returns:
- possible object is
Double
-
setMinValue
Sets the value of the minValue property.- Parameters:
value- allowed object isDouble
-
getMaxValue
Gets the value of the maxValue property.- Returns:
- possible object is
Double
-
setMaxValue
Sets the value of the maxValue property.- Parameters:
value- allowed object isDouble
-
getMinDate
Gets the value of the minDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMinDate
Sets the value of the minDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getMaxDate
Gets the value of the maxDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMaxDate
Sets the value of the maxDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCount
Gets the value of the count property.- Returns:
- possible object is
Long
-
setCount
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
Sets the value of the longText property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-