org.vrprep.model.instance
Class TwType

java.lang.Object
  extended by org.vrprep.model.instance.TwType
Direct Known Subclasses:
Tw

public class TwType
extends Object

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

start

protected TwType.Start start

end

protected TwType.End end

period

protected TwType.Period period
Constructor Detail

TwType

public TwType()
Method Detail

getStart

public TwType.Start getStart()
Gets the value of the start property.

Returns:
possible object is TwType.Start

setStart

public void setStart(TwType.Start value)
Sets the value of the start property.

Parameters:
value - allowed object is TwType.Start

getEnd

public TwType.End getEnd()
Gets the value of the end property.

Returns:
possible object is TwType.End

setEnd

public void setEnd(TwType.End value)
Sets the value of the end property.

Parameters:
value - allowed object is TwType.End

getPeriod

public TwType.Period getPeriod()
Gets the value of the period property.

Returns:
possible object is TwType.Period

setPeriod

public void setPeriod(TwType.Period value)
Sets the value of the period property.

Parameters:
value - allowed object is TwType.Period


Copyright © 2014 VRP-REP. All rights reserved.