Class Ggz

java.lang.Object
org.bremersee.garmin.ggz.model.Ggz
All Implemented Interfaces:
Serializable

public class Ggz extends Object implements Serializable

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 name="time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="file" type="{http://www.garmin.com/xmlschemas/ggz/1/0}fileType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Ggz

      public Ggz()
  • Method Details

    • getTime

      public XMLGregorianCalendar getTime()
      Gets the value of the time property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTime

      public void setTime(XMLGregorianCalendar value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getFiles

      public List<FileType> getFiles()
      Gets the value of the files 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 files property.

      For example, to add a new item, do as follows:

          getFiles().add(newItem);
       

      Objects of the following type(s) are allowed in the list FileType

      Returns:
      The value of the files property.