public class GroupsType extends Object
Java class for groupsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groupsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<String>> |
value |
| Constructor and Description |
|---|
GroupsType() |
protected List<JAXBElement<String>> value
public List<JAXBElement<String>> getValue()
set method for the value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.