Times Data Type

Java class for Times complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Times">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="earliest_arrival_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="earliest_arrival_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="latest_arrival_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="latest_arrival_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="public_arrival_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="public_arrival_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="actual_arrival_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="actual_arrival_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="earliest_departure_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="earliest_departure_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="latest_departure_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="latest_departure_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="public_departure_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="public_departure_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="actual_departure_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="actual_departure_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="arrival_manual_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="arrival_timezone_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="departure_manual_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="departure_timezone_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="min_dwell_period_time" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="3"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
earliest_arrival_time string element 0/1  
earliest_arrival_time_offset long element 0/1 Calendar earliest arrival time offset in the path section assigned by PCS only.
latest_arrival_time string element 0/1  
latest_arrival_time_offset long element 0/1 Calendar latest arrival time offset in the path section assigned by PCS only.
public_arrival_time string element 0/1  
public_arrival_time_offset long element 0/1 Calendar public arrival time offset in the path section assigned by PCS only.
actual_arrival_time string element 0/1  
actual_arrival_time_offset long element 0/1 Calendar arrival offset in the path section assigned by PCS only.
earliest_departure_time string element 0/1  
earliest_departure_time_offset long element 0/1 Calendar earliest departure time offset in the path section assigned by PCS only.
latest_departure_time string element 0/1  
latest_departure_time_offset long element 0/1 Calendar latest departure time offset in the path section assigned by PCS only.
public_departure_time string element 0/1  
public_departure_time_offset long element 0/1 Calendar public departure time offset in the path section assigned by PCS only.
actual_departure_time string element 0/1  
actual_departure_time_offset long element 0/1 Calendar arrival offset in the path section defined by PCS only.
arrival_manual_offset long element 0/1 Calendar arrival offset in the path section defined by the user.
arrival_timezone_offset long element 0/1 Timezone offset for the arrival time of the path section defined by the user. It is defined in hours relative to UTC+1. If no value is given than UTC+1 is assumed.
departure_manual_offset long element 0/1 Calendar departure offset in the path section defined by the user.
departure_timezone_offset long element 0/1 Timezone offset for the departure time of the path section defined by the user. It is defined in hours relative to UTC+1. If no value is given than UTC+1 is assumed.
min_dwell_period_time long element 0/1  

Example

<t----->
  <earliest_arrival_time>...</earliest_arrival_time>
  <earliest_arrival_time_offset>...</earliest_arrival_time_offset>
  <latest_arrival_time>...</latest_arrival_time>
  <latest_arrival_time_offset>...</latest_arrival_time_offset>
  <public_arrival_time>...</public_arrival_time>
  <public_arrival_time_offset>...</public_arrival_time_offset>
  <actual_arrival_time>...</actual_arrival_time>
  <actual_arrival_time_offset>...</actual_arrival_time_offset>
  <earliest_departure_time>...</earliest_departure_time>
  <earliest_departure_time_offset>...</earliest_departure_time_offset>
  <latest_departure_time>...</latest_departure_time>
  <latest_departure_time_offset>...</latest_departure_time_offset>
  <public_departure_time>...</public_departure_time>
  <public_departure_time_offset>...</public_departure_time_offset>
  <actual_departure_time>...</actual_departure_time>
  <actual_departure_time_offset>...</actual_departure_time_offset>
  <arrival_manual_offset>...</arrival_manual_offset>
  <arrival_timezone_offset>...</arrival_timezone_offset>
  <departure_manual_offset>...</departure_manual_offset>
  <departure_timezone_offset>...</departure_timezone_offset>
  <min_dwell_period_time>...</min_dwell_period_time>
</t----->