public class Group extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://xmlns.oracle.com/cie/glassfish/stringsubs}file-entry" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://xmlns.oracle.com/cie/glassfish/stringsubs}archive" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://xmlns.oracle.com/cie/glassfish/stringsubs}change-pair-ref" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://xmlns.oracle.com/cie/glassfish/stringsubs}non-empty-string" />
<attribute name="mode" type="{http://xmlns.oracle.com/cie/glassfish/stringsubs}modeType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Archive> |
archive |
protected List<ChangePairRef> |
changePairRef |
protected List<FileEntry> |
fileEntry |
protected String |
id |
protected ModeType |
mode |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
List<Archive> |
getArchive()
Gets the value of the archive property.
|
List<ChangePairRef> |
getChangePairRef()
Gets the value of the changePairRef property.
|
List<FileEntry> |
getFileEntry()
Gets the value of the fileEntry property.
|
String |
getId()
Gets the value of the id property.
|
ModeType |
getMode()
Gets the value of the mode property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMode(ModeType value)
Sets the value of the mode property.
|
protected List<ChangePairRef> changePairRef
protected String id
protected ModeType mode
public List<FileEntry> getFileEntry()
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 set method for the fileEntry property.
For example, to add a new item, do as follows:
getFileEntry().add(newItem);
Objects of the following type(s) are allowed in the list
FileEntry
public List<Archive> getArchive()
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 set method for the archive property.
For example, to add a new item, do as follows:
getArchive().add(newItem);
Objects of the following type(s) are allowed in the list
Archive
public List<ChangePairRef> getChangePairRef()
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 set method for the changePairRef property.
For example, to add a new item, do as follows:
getChangePairRef().add(newItem);
Objects of the following type(s) are allowed in the list
ChangePairRef
public void setId(String value)
value - allowed object is
Stringpublic ModeType getMode()
ModeTypeCopyright © 2018 Eclipse Foundation. All rights reserved.