Class MODELTYPE.STRATEGICALPLANNER.ROUTE

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    MODELTYPE.STRATEGICALPLANNER

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public static class MODELTYPE.STRATEGICALPLANNER.ROUTE
    extends Object
    implements 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">
           <choice>
             <element name="NONE" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
             <element name="SHORTEST" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • none

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Object none
      • shortest

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Object shortest
    • Constructor Detail

      • ROUTE

        public ROUTE()
    • Method Detail

      • getNONE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Object getNONE()
        Gets the value of the none property.
        Returns:
        possible object is Object
      • setNONE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setNONE​(Object value)
        Sets the value of the none property.
        Parameters:
        value - allowed object is Object
      • getSHORTEST

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Object getSHORTEST()
        Gets the value of the shortest property.
        Returns:
        possible object is Object
      • setSHORTEST

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setSHORTEST​(Object value)
        Sets the value of the shortest property.
        Parameters:
        value - allowed object is Object