Class Group
- java.lang.Object
-
- com.sun.enterprise.admin.servermgmt.xml.stringsubs.Group
-
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>
-
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.StringgetId()Gets the value of the id property.ModeTypegetMode()Gets the value of the mode property.voidsetId(String value)Sets the value of the id property.voidsetMode(ModeType value)Sets the value of the mode property.
-
-
-
Method Detail
-
getFileEntry
public List<FileEntry> 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 Jakarta XML Binding 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
-
getArchive
public List<Archive> 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 Jakarta XML Binding 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
-
getChangePairRef
public List<ChangePairRef> 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 Jakarta XML Binding 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
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getMode
public ModeType getMode()
Gets the value of the mode property.- Returns:
- possible object is
ModeType
-
-