Class Places

  • All Implemented Interfaces:
    Serializable

    public class Places
    extends Advice
    implements Serializable
    Supplementary places advice.

    Java class for Places complex type.

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

     <complexType name="Places">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}Advice">
           <sequence>
             <element name="placesAdvice" type="{http://datex2.eu/schema/1_0/1_0}PlacesAdviceEnum"/>
             <element name="placesExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Places

        public Places()
    • Method Detail

      • setPlacesAdvice

        public void setPlacesAdvice​(PlacesAdviceEnum value)
        Sets the value of the placesAdvice property.
        Parameters:
        value - allowed object is PlacesAdviceEnum
      • getPlacesExtension

        public ExtensionType getPlacesExtension()
        Gets the value of the placesExtension property.
        Returns:
        possible object is ExtensionType
      • setPlacesExtension

        public void setPlacesExtension​(ExtensionType value)
        Sets the value of the placesExtension property.
        Parameters:
        value - allowed object is ExtensionType