Class GTUCOLORERTYPE

  • All Implemented Interfaces:
    Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public class GTUCOLORERTYPE
    extends Object
    implements Serializable

    Java class for GTUCOLORERTYPE complex type.

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

     <complexType name="GTUCOLORERTYPE">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PARAMETER" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPE" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="ID" default="DEFAULT">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <pattern value="(\ {0})DEFAULT|ID|SPEED|ACCELERATION"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="CLASS" type="{http://www.opentrafficsim.org/ots}CLASSNAMETYPE" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • parameter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected List<PARAMETERTYPE> parameter
      • id

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

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

      • GTUCOLORERTYPE

        public GTUCOLORERTYPE()
    • Method Detail

      • getPARAMETER

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public List<PARAMETERTYPE> getPARAMETER()
        Gets the value of the parameter property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parameter property.

        For example, to add a new item, do as follows:

            getPARAMETER().add(newItem);
         

        Objects of the following type(s) are allowed in the list PARAMETERTYPE

      • getID

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

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

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

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