public class TransferDurationStructure extends Object
Java class for TransferDurationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransferDurationStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DefaultDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="FrequentTravellerDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="OccasionalTravellerDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="MobilityRestrictedTravellerDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
defaultDuration |
protected Duration |
frequentTravellerDuration |
protected Duration |
mobilityRestrictedTravellerDuration |
protected Duration |
occasionalTravellerDuration |
| Constructor and Description |
|---|
TransferDurationStructure() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDefaultDuration()
Gets the value of the defaultDuration property.
|
Duration |
getFrequentTravellerDuration()
Gets the value of the frequentTravellerDuration property.
|
Duration |
getMobilityRestrictedTravellerDuration()
Gets the value of the mobilityRestrictedTravellerDuration property.
|
Duration |
getOccasionalTravellerDuration()
Gets the value of the occasionalTravellerDuration property.
|
void |
setDefaultDuration(Duration value)
Sets the value of the defaultDuration property.
|
void |
setFrequentTravellerDuration(Duration value)
Sets the value of the frequentTravellerDuration property.
|
void |
setMobilityRestrictedTravellerDuration(Duration value)
Sets the value of the mobilityRestrictedTravellerDuration property.
|
void |
setOccasionalTravellerDuration(Duration value)
Sets the value of the occasionalTravellerDuration property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
TransferDurationStructure |
withDefaultDuration(Duration value) |
TransferDurationStructure |
withFrequentTravellerDuration(Duration value) |
TransferDurationStructure |
withMobilityRestrictedTravellerDuration(Duration value) |
TransferDurationStructure |
withOccasionalTravellerDuration(Duration value) |
protected Duration defaultDuration
protected Duration frequentTravellerDuration
protected Duration occasionalTravellerDuration
protected Duration mobilityRestrictedTravellerDuration
public Duration getDefaultDuration()
Stringpublic void setDefaultDuration(Duration value)
value - allowed object is
Stringpublic Duration getFrequentTravellerDuration()
Stringpublic void setFrequentTravellerDuration(Duration value)
value - allowed object is
Stringpublic Duration getOccasionalTravellerDuration()
Stringpublic void setOccasionalTravellerDuration(Duration value)
value - allowed object is
Stringpublic Duration getMobilityRestrictedTravellerDuration()
Stringpublic void setMobilityRestrictedTravellerDuration(Duration value)
value - allowed object is
Stringpublic TransferDurationStructure withDefaultDuration(Duration value)
public TransferDurationStructure withFrequentTravellerDuration(Duration value)
public TransferDurationStructure withOccasionalTravellerDuration(Duration value)
public TransferDurationStructure withMobilityRestrictedTravellerDuration(Duration value)
Copyright © 2018 Entur AS. All rights reserved.