|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vrprep.model.instance.TwType
public class TwType
Defines a time window type
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>
| Nested Class Summary | |
|---|---|
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. |
| Field Summary | |
|---|---|
protected TwType.End |
end
|
protected TwType.Period |
period
|
protected TwType.Start |
start
|
| Constructor Summary | |
|---|---|
TwType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TwType.Start start
protected TwType.End end
protected TwType.Period period
| Constructor Detail |
|---|
public TwType()
| Method Detail |
|---|
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.Period
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||