Package org.xlsx4j.sml
Class CTGroupMember
java.lang.Object
org.xlsx4j.sml.CTGroupMember
- All Implemented Interfaces:
Child
Java class for CT_GroupMember complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GroupMember">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="uniqueName" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="group" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</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.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the uniqueName property.booleanisGroup()Gets the value of the group property.voidSets the value of the group property.voidvoidsetUniqueName(String value) Sets the value of the uniqueName property.
-
Field Details
-
uniqueName
-
group
-
-
Constructor Details
-
CTGroupMember
public CTGroupMember()
-
-
Method Details
-
getUniqueName
Gets the value of the uniqueName property.- Returns:
- possible object is
String
-
setUniqueName
Sets the value of the uniqueName property.- Parameters:
value- allowed object isString
-
isGroup
public boolean isGroup()Gets the value of the group property.- Returns:
- possible object is
Boolean
-
setGroup
Sets the value of the group property.- Parameters:
value- allowed object isBoolean
-
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.
-