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>
-
-
Constructor Summary
Constructors Constructor Description SplitTime()
-
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. -
-
Method Detail
-
getControlCode
String getControlCode()
Gets the value of the controlCode property.
- Returns:
possibleobject is String
-
setControlCode
void setControlCode(String value)
Sets the value of the controlCode property.
- Parameters:
value
- allowed object is String
-
getControl
Control getControl()
Gets the value of the control property.
- Returns:
possibleobject is Control
-
setControl
void setControl(Control value)
Sets the value of the control property.
- Parameters:
value
- allowed object is Control
-
setTime
void setTime(Time value)
Sets the value of the time property.
- Parameters:
value
- allowed object is Time
-
getSequence
String getSequence()
Gets the value of the sequence property.
- Returns:
possibleobject is String
-
setSequence
void setSequence(String value)
Sets the value of the sequence property.
- Parameters:
value
- allowed object is String
-
-
-
-