public class CTLocation extends Object implements Child
Java class for CT_Location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Location"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ref" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Ref" /> <attribute name="firstHeaderRow" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="firstDataRow" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="firstDataCol" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="rowPageCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" /> <attribute name="colPageCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
colPageCount |
protected long |
firstDataCol |
protected long |
firstDataRow |
protected long |
firstHeaderRow |
protected String |
ref |
protected Long |
rowPageCount |
Constructor and Description |
---|
CTLocation() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
long |
getColPageCount()
Gets the value of the colPageCount property.
|
long |
getFirstDataCol()
Gets the value of the firstDataCol property.
|
long |
getFirstDataRow()
Gets the value of the firstDataRow property.
|
long |
getFirstHeaderRow()
Gets the value of the firstHeaderRow property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getRef()
Gets the value of the ref property.
|
long |
getRowPageCount()
Gets the value of the rowPageCount property.
|
void |
setColPageCount(Long value)
Sets the value of the colPageCount property.
|
void |
setFirstDataCol(long value)
Sets the value of the firstDataCol property.
|
void |
setFirstDataRow(long value)
Sets the value of the firstDataRow property.
|
void |
setFirstHeaderRow(long value)
Sets the value of the firstHeaderRow property.
|
void |
setParent(Object parent) |
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setRowPageCount(Long value)
Sets the value of the rowPageCount property.
|
protected String ref
protected long firstHeaderRow
protected long firstDataRow
protected long firstDataCol
protected Long rowPageCount
protected Long colPageCount
public void setRef(String value)
value
- allowed object is
String
public long getFirstHeaderRow()
public void setFirstHeaderRow(long value)
public long getFirstDataRow()
public void setFirstDataRow(long value)
public long getFirstDataCol()
public void setFirstDataCol(long value)
public long getRowPageCount()
Long
public void setRowPageCount(Long value)
value
- allowed object is
Long
public long getColPageCount()
Long
public void setColPageCount(Long value)
value
- allowed object is
Long
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2013. All Rights Reserved.