public class CTLevelGroup extends Object implements Child
Java class for CT_LevelGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_LevelGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="groupMembers" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_GroupMembers"/>
</sequence>
<attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="uniqueName" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="caption" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="uniqueParent" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
caption |
protected CTGroupMembers |
groupMembers |
protected Integer |
id |
protected String |
name |
protected String |
uniqueName |
protected String |
uniqueParent |
| Constructor and Description |
|---|
CTLevelGroup() |
| 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 |
getCaption()
Gets the value of the caption property.
|
CTGroupMembers |
getGroupMembers()
Gets the value of the groupMembers property.
|
Integer |
getId()
Gets the value of the id 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.
|
String |
getUniqueName()
Gets the value of the uniqueName property.
|
String |
getUniqueParent()
Gets the value of the uniqueParent property.
|
void |
setCaption(String value)
Sets the value of the caption property.
|
void |
setGroupMembers(CTGroupMembers value)
Sets the value of the groupMembers property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setUniqueName(String value)
Sets the value of the uniqueName property.
|
void |
setUniqueParent(String value)
Sets the value of the uniqueParent property.
|
protected CTGroupMembers groupMembers
protected String name
protected String uniqueName
protected String caption
protected String uniqueParent
protected Integer id
public CTGroupMembers getGroupMembers()
CTGroupMemberspublic void setGroupMembers(CTGroupMembers value)
value - allowed object is
CTGroupMemberspublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUniqueName()
Stringpublic void setUniqueName(String value)
value - allowed object is
Stringpublic String getCaption()
Stringpublic void setCaption(String value)
value - allowed object is
Stringpublic String getUniqueParent()
Stringpublic void setUniqueParent(String value)
value - allowed object is
Stringpublic void setId(Integer value)
value - allowed object is
Integerpublic 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-2022. All Rights Reserved.