public class OpeningTimes extends Object
Java class for OpeningTimes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpeningTimes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lastUpdated" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="openAllYear" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="available24hours" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="urlLinkAddress" type="{http://datex2.eu/schema/2/2_0}Url" minOccurs="0"/>
<element name="openingTimesUnknown" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="openingTimesNotSpecified" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="validity" type="{http://datex2.eu/schema/2/2_0}Validity" minOccurs="0"/>
<element name="openingTimesExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
available24Hours |
protected Calendar |
lastUpdated |
protected Boolean |
openAllYear |
protected ExtensionType |
openingTimesExtension |
protected Boolean |
openingTimesNotSpecified |
protected Boolean |
openingTimesUnknown |
protected String |
urlLinkAddress |
protected Validity |
validity |
| Constructor and Description |
|---|
OpeningTimes() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getLastUpdated()
Gets the value of the lastUpdated property.
|
ExtensionType |
getOpeningTimesExtension()
Gets the value of the openingTimesExtension property.
|
String |
getUrlLinkAddress()
Gets the value of the urlLinkAddress property.
|
Validity |
getValidity()
Gets the value of the validity property.
|
Boolean |
isAvailable24Hours()
Gets the value of the available24Hours property.
|
Boolean |
isOpenAllYear()
Gets the value of the openAllYear property.
|
Boolean |
isOpeningTimesNotSpecified()
Gets the value of the openingTimesNotSpecified property.
|
Boolean |
isOpeningTimesUnknown()
Gets the value of the openingTimesUnknown property.
|
void |
setAvailable24Hours(Boolean value)
Sets the value of the available24Hours property.
|
void |
setLastUpdated(Calendar value)
Sets the value of the lastUpdated property.
|
void |
setOpenAllYear(Boolean value)
Sets the value of the openAllYear property.
|
void |
setOpeningTimesExtension(ExtensionType value)
Sets the value of the openingTimesExtension property.
|
void |
setOpeningTimesNotSpecified(Boolean value)
Sets the value of the openingTimesNotSpecified property.
|
void |
setOpeningTimesUnknown(Boolean value)
Sets the value of the openingTimesUnknown property.
|
void |
setUrlLinkAddress(String value)
Sets the value of the urlLinkAddress property.
|
void |
setValidity(Validity value)
Sets the value of the validity property.
|
protected Calendar lastUpdated
protected Boolean openAllYear
protected Boolean available24Hours
protected String urlLinkAddress
protected Boolean openingTimesUnknown
protected Boolean openingTimesNotSpecified
protected Validity validity
protected ExtensionType openingTimesExtension
public Calendar getLastUpdated()
Stringpublic void setLastUpdated(Calendar value)
value - allowed object is
Stringpublic Boolean isOpenAllYear()
Booleanpublic void setOpenAllYear(Boolean value)
value - allowed object is
Booleanpublic Boolean isAvailable24Hours()
Booleanpublic void setAvailable24Hours(Boolean value)
value - allowed object is
Booleanpublic String getUrlLinkAddress()
Stringpublic void setUrlLinkAddress(String value)
value - allowed object is
Stringpublic Boolean isOpeningTimesUnknown()
Booleanpublic void setOpeningTimesUnknown(Boolean value)
value - allowed object is
Booleanpublic Boolean isOpeningTimesNotSpecified()
Booleanpublic void setOpeningTimesNotSpecified(Boolean value)
value - allowed object is
Booleanpublic Validity getValidity()
Validitypublic void setValidity(Validity value)
value - allowed object is
Validitypublic ExtensionType getOpeningTimesExtension()
ExtensionTypepublic void setOpeningTimesExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.