Class Group
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the archive property.Gets the value of the changePairRef property.Gets the value of the fileEntry property.getId()Gets the value of the id property.getMode()Gets the value of the mode property.voidSets the value of the id property.voidSets the value of the mode property.
-
Field Details
-
fileEntry
-
archive
-
changePairRef
-
id
-
mode
-
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getFileEntry
Gets the value of the fileEntry 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 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- Returns:
- The value of the fileEntry property.
-
getArchive
Gets the value of the archive 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 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- Returns:
- The value of the archive property.
-
getChangePairRef
Gets the value of the changePairRef 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 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- Returns:
- The value of the changePairRef 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
-
getMode
Gets the value of the mode property.- Returns:
- possible object is
ModeType
-
setMode
Sets the value of the mode property.- Parameters:
value- allowed object isModeType
-