Package org.xlsx4j.sml
Class CTFieldGroup
java.lang.Object
org.xlsx4j.sml.CTFieldGroup
- All Implemented Interfaces:
Child
Java class for CT_FieldGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FieldGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rangePr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_RangePr" minOccurs="0"/>
<element name="discretePr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DiscretePr" minOccurs="0"/>
<element name="groupItems" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_GroupItems" minOccurs="0"/>
</sequence>
<attribute name="par" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="base" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected CTDiscretePrprotected CTGroupItemsprotected Longprotected CTRangePr -
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.getBase()Gets the value of the base property.Gets the value of the discretePr property.Gets the value of the groupItems property.getPar()Gets the value of the par property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the rangePr property.voidSets the value of the base property.voidsetDiscretePr(CTDiscretePr value) Sets the value of the discretePr property.voidsetGroupItems(CTGroupItems value) Sets the value of the groupItems property.voidSets the value of the par property.voidvoidsetRangePr(CTRangePr value) Sets the value of the rangePr property.
-
Field Details
-
rangePr
-
discretePr
-
groupItems
-
par
-
base
-
-
Constructor Details
-
CTFieldGroup
public CTFieldGroup()
-
-
Method Details
-
getRangePr
Gets the value of the rangePr property.- Returns:
- possible object is
CTRangePr
-
setRangePr
Sets the value of the rangePr property.- Parameters:
value- allowed object isCTRangePr
-
getDiscretePr
Gets the value of the discretePr property.- Returns:
- possible object is
CTDiscretePr
-
setDiscretePr
Sets the value of the discretePr property.- Parameters:
value- allowed object isCTDiscretePr
-
getGroupItems
Gets the value of the groupItems property.- Returns:
- possible object is
CTGroupItems
-
setGroupItems
Sets the value of the groupItems property.- Parameters:
value- allowed object isCTGroupItems
-
getPar
Gets the value of the par property.- Returns:
- possible object is
Long
-
setPar
Sets the value of the par property.- Parameters:
value- allowed object isLong
-
getBase
Gets the value of the base property.- Returns:
- possible object is
Long
-
setBase
Sets the value of the base property.- Parameters:
value- allowed object isLong
-
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.
-