Package org.bremersee.garmin.ggz.model
Class Ggz
java.lang.Object
org.bremersee.garmin.ggz.model.Ggz
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()Gets the value of the files property.getTime()Gets the value of the time property.voidsetTime(XMLGregorianCalendar value) Sets the value of the time property.
-
Field Details
-
time
-
files
-
-
Constructor Details
-
Ggz
public Ggz()
-
-
Method Details
-
getTime
Gets the value of the time property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
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
setmethod 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.
-