Package iofXml.v2
Class SplitTime
java.lang.Object
iofXml.v2.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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the control property.Gets the value of the controlCode property.Gets the value of the sequence property.getTime()Gets the value of the time property.voidsetControl(Control value) Sets the value of the control property.voidsetControlCode(String value) Sets the value of the controlCode property.voidsetSequence(String value) Sets the value of the sequence property.voidSets the value of the time property.
-
Field Details
-
controlCode
-
control
-
time
-
sequence
-
-
Constructor Details
-
SplitTime
public SplitTime()
-
-
Method Details
-
getControlCode
Gets the value of the controlCode property.- Returns:
- possible object is
String
-
setControlCode
Sets the value of the controlCode property.- Parameters:
value- allowed object isString
-
getControl
Gets the value of the control property.- Returns:
- possible object is
Control
-
setControl
Sets the value of the control property.- Parameters:
value- allowed object isControl
-
getTime
Gets the value of the time property.- Returns:
- possible object is
Time
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isTime
-
getSequence
Gets the value of the sequence property.- Returns:
- possible object is
String
-
setSequence
Sets the value of the sequence property.- Parameters:
value- allowed object isString
-