public class DeadRunCallPartStructure extends Object
Java class for DeadRunCallPartStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeadRunCallPartStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Time" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
<element name="DayOffset" type="{http://www.netex.org.uk/netex}DayOffsetType" minOccurs="0"/>
<element name="WaitTime" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<group ref="{http://www.netex.org.uk/netex}DeadRunCallPartGroup"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
dayOffset |
protected DutyPartRefStructure |
dutyPartRef |
protected JourneyPartRefStructure |
journeyPartRef |
protected LocalTime |
time |
protected TimeDemandTypeRefStructure |
timeDemandTypeRef |
protected Duration |
waitTime |
| Constructor and Description |
|---|
DeadRunCallPartStructure() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getDayOffset()
Gets the value of the dayOffset property.
|
DutyPartRefStructure |
getDutyPartRef()
Gets the value of the dutyPartRef property.
|
JourneyPartRefStructure |
getJourneyPartRef()
Gets the value of the journeyPartRef property.
|
LocalTime |
getTime()
Gets the value of the time property.
|
TimeDemandTypeRefStructure |
getTimeDemandTypeRef()
Gets the value of the timeDemandTypeRef property.
|
Duration |
getWaitTime()
Gets the value of the waitTime property.
|
void |
setDayOffset(BigInteger value)
Sets the value of the dayOffset property.
|
void |
setDutyPartRef(DutyPartRefStructure value)
Sets the value of the dutyPartRef property.
|
void |
setJourneyPartRef(JourneyPartRefStructure value)
Sets the value of the journeyPartRef property.
|
void |
setTime(LocalTime value)
Sets the value of the time property.
|
void |
setTimeDemandTypeRef(TimeDemandTypeRefStructure value)
Sets the value of the timeDemandTypeRef property.
|
void |
setWaitTime(Duration value)
Sets the value of the waitTime property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DeadRunCallPartStructure |
withDayOffset(BigInteger value) |
DeadRunCallPartStructure |
withDutyPartRef(DutyPartRefStructure value) |
DeadRunCallPartStructure |
withJourneyPartRef(JourneyPartRefStructure value) |
DeadRunCallPartStructure |
withTime(LocalTime value) |
DeadRunCallPartStructure |
withTimeDemandTypeRef(TimeDemandTypeRefStructure value) |
DeadRunCallPartStructure |
withWaitTime(Duration value) |
protected LocalTime time
protected BigInteger dayOffset
protected Duration waitTime
protected JourneyPartRefStructure journeyPartRef
protected TimeDemandTypeRefStructure timeDemandTypeRef
protected DutyPartRefStructure dutyPartRef
public LocalTime getTime()
Stringpublic void setTime(LocalTime value)
value - allowed object is
Stringpublic BigInteger getDayOffset()
BigIntegerpublic void setDayOffset(BigInteger value)
value - allowed object is
BigIntegerpublic Duration getWaitTime()
Stringpublic void setWaitTime(Duration value)
value - allowed object is
Stringpublic JourneyPartRefStructure getJourneyPartRef()
JourneyPartRefStructurepublic void setJourneyPartRef(JourneyPartRefStructure value)
value - allowed object is
JourneyPartRefStructurepublic TimeDemandTypeRefStructure getTimeDemandTypeRef()
TimeDemandTypeRefStructurepublic void setTimeDemandTypeRef(TimeDemandTypeRefStructure value)
value - allowed object is
TimeDemandTypeRefStructurepublic DutyPartRefStructure getDutyPartRef()
DutyPartRefStructurepublic void setDutyPartRef(DutyPartRefStructure value)
value - allowed object is
DutyPartRefStructurepublic DeadRunCallPartStructure withTime(LocalTime value)
public DeadRunCallPartStructure withDayOffset(BigInteger value)
public DeadRunCallPartStructure withWaitTime(Duration value)
public DeadRunCallPartStructure withJourneyPartRef(JourneyPartRefStructure value)
public DeadRunCallPartStructure withTimeDemandTypeRef(TimeDemandTypeRefStructure value)
public DeadRunCallPartStructure withDutyPartRef(DutyPartRefStructure value)
Copyright © 2018 Entur AS. All rights reserved.