Package org.xlsx4j.sml
Class CTPageField
java.lang.Object
org.xlsx4j.sml.CTPageField
- All Implemented Interfaces:
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>
-
Field Summary
Fields -
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.getCap()Gets the value of the cap property.Gets the value of the extLst property.intgetFld()Gets the value of the fld property.getHier()Gets the value of the hier property.getItem()Gets the value of the item property.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.voidSets the value of the cap property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetFld(int value) Sets the value of the fld property.voidSets the value of the hier property.voidSets the value of the item property.voidSets the value of the name property.void
-
Field Details
-
extLst
-
fld
protected int fld -
item
-
hier
-
name
-
cap
-
-
Constructor Details
-
CTPageField
public CTPageField()
-
-
Method Details
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getFld
public int getFld()Gets the value of the fld property. -
setFld
public void setFld(int value) Sets the value of the fld property. -
getItem
Gets the value of the item property.- Returns:
- possible object is
Long
-
setItem
Sets the value of the item property.- Parameters:
value- allowed object isLong
-
getHier
Gets the value of the hier property.- Returns:
- possible object is
Integer
-
setHier
Sets the value of the hier property.- Parameters:
value- allowed object isInteger
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getCap
Gets the value of the cap property.- Returns:
- possible object is
String
-
setCap
Sets the value of the cap property.- Parameters:
value- allowed object isString
-
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.
-