public class CTPageField extends Object implements Child
Java class for CT_PageField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PageField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="fld" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="item" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="hier" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="cap" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cap |
protected CTExtensionList |
extLst |
protected int |
fld |
protected Integer |
hier |
protected Long |
item |
protected String |
name |
| Constructor and Description |
|---|
CTPageField() |
| 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.
|
String |
getCap()
Gets the value of the cap property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
int |
getFld()
Gets the value of the fld property.
|
Integer |
getHier()
Gets the value of the hier property.
|
Long |
getItem()
Gets the value of the item property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setCap(String value)
Sets the value of the cap property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFld(int value)
Sets the value of the fld property.
|
void |
setHier(Integer value)
Sets the value of the hier property.
|
void |
setItem(Long value)
Sets the value of the item property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
protected CTExtensionList extLst
protected int fld
protected Long item
protected Integer hier
protected String name
protected String cap
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic int getFld()
public void setFld(int value)
public void setItem(Long value)
value - allowed object is
Longpublic Integer getHier()
Integerpublic void setHier(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCap()
Stringpublic void setCap(String value)
value - allowed object is
Stringpublic 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-2021. All Rights Reserved.