Package iofXml.v2

Class SplitTime

  • All Implemented Interfaces:

    
    public class SplitTime
    
                        

    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">
          <sequence>
            <choice minOccurs="0">
              <element ref="{}ControlCode"/>
              <element ref="{}Control"/>
            </choice>
            <element ref="{}Time" minOccurs="0"/>
          </sequence>
          <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
        </restriction>
      </complexContent>
    </complexType>
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SplitTime()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getControlCode() Gets the value of the controlCode property.
      void setControlCode(String value) Sets the value of the controlCode property.
      Control getControl() Gets the value of the control property.
      void setControl(Control value) Sets the value of the control property.
      Time getTime() Gets the value of the time property.
      void setTime(Time value) Sets the value of the time property.
      String getSequence() Gets the value of the sequence property.
      void setSequence(String value) Sets the value of the sequence property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SplitTime

        SplitTime()
    • Method Detail

      • setControlCode

         void setControlCode(String value)

        Sets the value of the controlCode property.

        Parameters:
        value - allowed object is String
      • setControl

         void setControl(Control value)

        Sets the value of the control property.

        Parameters:
        value - allowed object is Control
      • getTime

         Time getTime()

        Gets the value of the time property.

        Returns:

        possibleobject is Time

      • setTime

         void setTime(Time value)

        Sets the value of the time property.

        Parameters:
        value - allowed object is Time
      • setSequence

         void setSequence(String value)

        Sets the value of the sequence property.

        Parameters:
        value - allowed object is String