public class CTDdeValues extends Object implements Child
Java class for CT_DdeValues complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DdeValues">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DdeValue" maxOccurs="unbounded"/>
</sequence>
<attribute name="rows" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
<attribute name="cols" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
cols |
protected Long |
rows |
protected List<CTDdeValue> |
value |
| Constructor and Description |
|---|
CTDdeValues() |
| 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 |
getCols()
Gets the value of the cols property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getRows()
Gets the value of the rows property.
|
List<CTDdeValue> |
getValue()
Gets the value of the value property.
|
void |
setCols(Long value)
Sets the value of the cols property.
|
void |
setParent(Object parent) |
void |
setRows(Long value)
Sets the value of the rows property.
|
protected List<CTDdeValue> value
protected Long rows
protected Long cols
public List<CTDdeValue> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
CTDdeValue
public long getRows()
Longpublic void setRows(Long value)
value - allowed object is
Longpublic long getCols()
Longpublic void setCols(Long value)
value - allowed object is
Longpublic 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.