49 lines
1.2 KiB
XML
49 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<java version="21.0.1" class="java.beans.XMLDecoder">
|
|
<object class="models.Flights" id="Flights0">
|
|
<void property="flights">
|
|
<void method="add">
|
|
<object class="models.Flight">
|
|
<void property="TToF">
|
|
<double>2.0</double>
|
|
</void>
|
|
<void property="abflugort">
|
|
<string>123</string>
|
|
</void>
|
|
<void property="abflugzeit">
|
|
<string>12:00</string>
|
|
</void>
|
|
<void property="ankunftszeit">
|
|
<string>14:00</string>
|
|
</void>
|
|
<void property="anzahlLandungen">
|
|
<int>2</int>
|
|
</void>
|
|
<void property="datumStr">
|
|
<string>2024-06-10</string>
|
|
</void>
|
|
<void property="kommentar">
|
|
<string>asd</string>
|
|
</void>
|
|
<void property="muster">
|
|
<string>asdasd</string>
|
|
</void>
|
|
<void property="pilot">
|
|
<object class="models.Pilot">
|
|
<void property="adresse">
|
|
<string>sad</string>
|
|
</void>
|
|
<void property="kontaktinformationen">
|
|
<string>ads</string>
|
|
</void>
|
|
<void property="name">
|
|
<string>sad</string>
|
|
</void>
|
|
</object>
|
|
</void>
|
|
</object>
|
|
</void>
|
|
</void>
|
|
</object>
|
|
</java>
|