public class TwType extends Object
Java class for tw_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tw_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="start">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>int">
<attribute name="soft" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="end">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>int">
<attribute name="soft" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<element name="period">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>int">
<attribute name="soft" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TwType.End
Java class for anonymous complex type.
|
static class |
TwType.Period
Java class for anonymous complex type.
|
static class |
TwType.Start
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected TwType.End |
end |
protected TwType.Period |
period |
protected TwType.Start |
start |
| Constructor and Description |
|---|
TwType() |
| Modifier and Type | Method and Description |
|---|---|
TwType.End |
getEnd()
Gets the value of the end property.
|
TwType.Period |
getPeriod()
Gets the value of the period property.
|
TwType.Start |
getStart()
Gets the value of the start property.
|
void |
setEnd(TwType.End value)
Sets the value of the end property.
|
void |
setPeriod(TwType.Period value)
Sets the value of the period property.
|
void |
setStart(TwType.Start value)
Sets the value of the start property.
|
protected TwType.Start start
protected TwType.End end
protected TwType.Period period
public TwType.Start getStart()
TwType.Startpublic void setStart(TwType.Start value)
value - allowed object is
TwType.Startpublic TwType.End getEnd()
TwType.Endpublic void setEnd(TwType.End value)
value - allowed object is
TwType.Endpublic TwType.Period getPeriod()
TwType.Periodpublic void setPeriod(TwType.Period value)
value - allowed object is
TwType.PeriodCopyright © 2014 VRP-REP. All rights reserved.