public class CTFieldGroup extends Object implements 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>
Modifier and Type | Field and Description |
---|---|
protected Long |
base |
protected CTDiscretePr |
discretePr |
protected CTGroupItems |
groupItems |
protected Long |
par |
protected CTRangePr |
rangePr |
Constructor and Description |
---|
CTFieldGroup() |
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 |
getBase()
Gets the value of the base property.
|
CTDiscretePr |
getDiscretePr()
Gets the value of the discretePr property.
|
CTGroupItems |
getGroupItems()
Gets the value of the groupItems property.
|
Long |
getPar()
Gets the value of the par property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTRangePr |
getRangePr()
Gets the value of the rangePr property.
|
void |
setBase(Long value)
Sets the value of the base property.
|
void |
setDiscretePr(CTDiscretePr value)
Sets the value of the discretePr property.
|
void |
setGroupItems(CTGroupItems value)
Sets the value of the groupItems property.
|
void |
setPar(Long value)
Sets the value of the par property.
|
void |
setParent(Object parent) |
void |
setRangePr(CTRangePr value)
Sets the value of the rangePr property.
|
protected CTRangePr rangePr
protected CTDiscretePr discretePr
protected CTGroupItems groupItems
protected Long par
protected Long base
public CTRangePr getRangePr()
CTRangePr
public void setRangePr(CTRangePr value)
value
- allowed object is
CTRangePr
public CTDiscretePr getDiscretePr()
CTDiscretePr
public void setDiscretePr(CTDiscretePr value)
value
- allowed object is
CTDiscretePr
public CTGroupItems getGroupItems()
CTGroupItems
public void setGroupItems(CTGroupItems value)
value
- allowed object is
CTGroupItems
public void setPar(Long value)
value
- allowed object is
Long
public void setBase(Long value)
value
- allowed object is
Long
public 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.