Class Itinerary.LocationContainedInItinerary

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Itinerary

    public static class Itinerary.LocationContainedInItinerary
    extends Location
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Location">
           <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • index

        protected int index
    • Constructor Detail

      • LocationContainedInItinerary

        public LocationContainedInItinerary()
    • Method Detail

      • getIndex

        public int getIndex()
        Gets the value of the index property.
      • setIndex

        public void setIndex​(int value)
        Sets the value of the index property.