Class 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 Detail

      • Group

        public Group()
    • 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 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

      • 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 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

      • 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 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

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getMode

        public ModeType getMode()
        Gets the value of the mode property.
        Returns:
        possible object is ModeType
      • setMode

        public void setMode​(ModeType value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is ModeType