Package iofXml.v2

Class SplitTime

java.lang.Object
iofXml.v2.SplitTime

public class SplitTime extends Object

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>
 
  • Field Details

    • controlCode

      protected String controlCode
    • control

      protected Control control
    • time

      protected Time time
    • sequence

      protected String sequence
  • Constructor Details

    • SplitTime

      public SplitTime()
  • Method Details

    • getControlCode

      public String getControlCode()
      Gets the value of the controlCode property.
      Returns:
      possible object is String
    • setControlCode

      public void setControlCode(String value)
      Sets the value of the controlCode property.
      Parameters:
      value - allowed object is String
    • getControl

      public Control getControl()
      Gets the value of the control property.
      Returns:
      possible object is Control
    • setControl

      public void setControl(Control value)
      Sets the value of the control property.
      Parameters:
      value - allowed object is Control
    • getTime

      public Time getTime()
      Gets the value of the time property.
      Returns:
      possible object is Time
    • setTime

      public void setTime(Time value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is Time
    • getSequence

      public String getSequence()
      Gets the value of the sequence property.
      Returns:
      possible object is String
    • setSequence

      public void setSequence(String value)
      Sets the value of the sequence property.
      Parameters:
      value - allowed object is String