public class CTSharedItems extends 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 Boolean |
containsBlank |
protected Boolean |
containsDate |
protected Boolean |
containsInteger |
protected Boolean |
containsMixedTypes |
protected Boolean |
containsNonDate |
protected Boolean |
containsNumber |
protected Boolean |
containsSemiMixedTypes |
protected Boolean |
containsString |
protected Long |
count |
protected Boolean |
longText |
protected XMLGregorianCalendar |
maxDate |
protected Double |
maxValue |
protected XMLGregorianCalendar |
minDate |
protected Double |
minValue |
protected List<Object> |
mOrNOrB |
Constructor and Description |
---|
CTSharedItems() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Long |
getCount()
Gets the value of the count property.
|
XMLGregorianCalendar |
getMaxDate()
Gets the value of the maxDate property.
|
Double |
getMaxValue()
Gets the value of the maxValue property.
|
XMLGregorianCalendar |
getMinDate()
Gets the value of the minDate property.
|
Double |
getMinValue()
Gets the value of the minValue property.
|
List<Object> |
getMOrNOrB()
Gets the value of the mOrNOrB property.
|
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(Boolean value)
Sets the value of the containsBlank property.
|
void |
setContainsDate(Boolean value)
Sets the value of the containsDate property.
|
void |
setContainsInteger(Boolean value)
Sets the value of the containsInteger property.
|
void |
setContainsMixedTypes(Boolean value)
Sets the value of the containsMixedTypes property.
|
void |
setContainsNonDate(Boolean value)
Sets the value of the containsNonDate property.
|
void |
setContainsNumber(Boolean value)
Sets the value of the containsNumber property.
|
void |
setContainsSemiMixedTypes(Boolean value)
Sets the value of the containsSemiMixedTypes property.
|
void |
setContainsString(Boolean value)
Sets the value of the containsString property.
|
void |
setCount(Long value)
Sets the value of the count property.
|
void |
setLongText(Boolean value)
Sets the value of the longText property.
|
void |
setMaxDate(XMLGregorianCalendar value)
Sets the value of the maxDate property.
|
void |
setMaxValue(Double value)
Sets the value of the maxValue property.
|
void |
setMinDate(XMLGregorianCalendar value)
Sets the value of the minDate property.
|
void |
setMinValue(Double value)
Sets the value of the minValue property.
|
void |
setParent(Object parent) |
protected Boolean containsSemiMixedTypes
protected Boolean containsNonDate
protected Boolean containsDate
protected Boolean containsString
protected Boolean containsBlank
protected Boolean containsMixedTypes
protected Boolean containsNumber
protected Boolean containsInteger
protected Double minValue
protected Double maxValue
protected XMLGregorianCalendar minDate
protected XMLGregorianCalendar maxDate
protected Long count
protected Boolean longText
public List<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()
Boolean
public void setContainsSemiMixedTypes(Boolean value)
value
- allowed object is
Boolean
public boolean isContainsNonDate()
Boolean
public void setContainsNonDate(Boolean value)
value
- allowed object is
Boolean
public boolean isContainsDate()
Boolean
public void setContainsDate(Boolean value)
value
- allowed object is
Boolean
public boolean isContainsString()
Boolean
public void setContainsString(Boolean value)
value
- allowed object is
Boolean
public boolean isContainsBlank()
Boolean
public void setContainsBlank(Boolean value)
value
- allowed object is
Boolean
public boolean isContainsMixedTypes()
Boolean
public void setContainsMixedTypes(Boolean value)
value
- allowed object is
Boolean
public boolean isContainsNumber()
Boolean
public void setContainsNumber(Boolean value)
value
- allowed object is
Boolean
public boolean isContainsInteger()
Boolean
public void setContainsInteger(Boolean value)
value
- allowed object is
Boolean
public Double getMinValue()
Double
public void setMinValue(Double value)
value
- allowed object is
Double
public Double getMaxValue()
Double
public void setMaxValue(Double value)
value
- allowed object is
Double
public XMLGregorianCalendar getMinDate()
XMLGregorianCalendar
public void setMinDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getMaxDate()
XMLGregorianCalendar
public void setMaxDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Long getCount()
Long
public void setCount(Long value)
value
- allowed object is
Long
public boolean isLongText()
Boolean
public void setLongText(Boolean value)
value
- allowed object is
Boolean
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.