Class GroupType
java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.GroupType
Java class for GroupType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Member" type="{http://jurgenei.name/canonical}GroupMemberType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="semantic" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.getLabel()Gets the value of the label property.Gets the value of the member property.Gets the value of the semantic property.voidSets the value of the id property.voidSets the value of the label property.voidsetSemantic(String value) Sets the value of the semantic property.
-
Field Details
-
label
-
member
-
id
-
semantic
-
-
Constructor Details
-
GroupType
public GroupType()
-
-
Method Details
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getMember
Gets the value of the member property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the member property.For example, to add a new item, do as follows:
getMember().add(newItem);
Objects of the following type(s) are allowed in the list
GroupMemberType- Returns:
- The value of the member property.
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getSemantic
Gets the value of the semantic property.- Returns:
- possible object is
String
-
setSemantic
Sets the value of the semantic property.- Parameters:
value- allowed object isString
-