public class CTLevelGroup extends java.lang.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 java.lang.String |
caption |
protected CTGroupMembers |
groupMembers |
protected java.lang.Integer |
id |
protected java.lang.String |
name |
protected java.lang.String |
uniqueName |
protected java.lang.String |
uniqueParent |
| Constructor and Description |
|---|
CTLevelGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getCaption()
Gets the value of the caption property.
|
CTGroupMembers |
getGroupMembers()
Gets the value of the groupMembers property.
|
java.lang.Integer |
getId()
Gets the value of the id property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getUniqueName()
Gets the value of the uniqueName property.
|
java.lang.String |
getUniqueParent()
Gets the value of the uniqueParent property.
|
void |
setCaption(java.lang.String value)
Sets the value of the caption property.
|
void |
setGroupMembers(CTGroupMembers value)
Sets the value of the groupMembers property.
|
void |
setId(java.lang.Integer value)
Sets the value of the id property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setParent(java.lang.Object parent) |
void |
setUniqueName(java.lang.String value)
Sets the value of the uniqueName property.
|
void |
setUniqueParent(java.lang.String value)
Sets the value of the uniqueParent property.
|
protected CTGroupMembers groupMembers
protected java.lang.String name
protected java.lang.String uniqueName
protected java.lang.String caption
protected java.lang.String uniqueParent
protected java.lang.Integer id
public CTGroupMembers getGroupMembers()
CTGroupMemberspublic void setGroupMembers(CTGroupMembers value)
value - allowed object is
CTGroupMemberspublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniqueName()
Stringpublic void setUniqueName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCaption()
Stringpublic void setCaption(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniqueParent()
Stringpublic void setUniqueParent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getId()
Integerpublic void setId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.