public class ElectricCharging extends Object
Java class for ElectricCharging complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElectricCharging">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="chargingStationUsageType" type="{http://datex2.eu/schema/2/2_0}ChargingStationUsageTypeEnum" maxOccurs="unbounded"/>
<element name="chargingStationModelType" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="maximumCurrent" type="{http://datex2.eu/schema/2/2_0}Ampere" minOccurs="0"/>
<element name="voltage" type="{http://datex2.eu/schema/2/2_0}Volt" maxOccurs="unbounded" minOccurs="0"/>
<element name="chargingStationConnectorType" type="{http://datex2.eu/schema/2/2_0}MultilingualString" maxOccurs="unbounded" minOccurs="0"/>
<element name="numberOfChargingPoints" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="electricChargingExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MultilingualString> |
chargingStationConnectorType |
protected MultilingualString |
chargingStationModelType |
protected List<ChargingStationUsageTypeEnum> |
chargingStationUsageType |
protected ExtensionType |
electricChargingExtension |
protected Float |
maximumCurrent |
protected Long |
numberOfChargingPoints |
protected List<Float> |
voltage |
| Constructor and Description |
|---|
ElectricCharging() |
| Modifier and Type | Method and Description |
|---|---|
List<MultilingualString> |
getChargingStationConnectorType()
Gets the value of the chargingStationConnectorType property.
|
MultilingualString |
getChargingStationModelType()
Gets the value of the chargingStationModelType property.
|
List<ChargingStationUsageTypeEnum> |
getChargingStationUsageType()
Gets the value of the chargingStationUsageType property.
|
ExtensionType |
getElectricChargingExtension()
Gets the value of the electricChargingExtension property.
|
Float |
getMaximumCurrent()
Gets the value of the maximumCurrent property.
|
Long |
getNumberOfChargingPoints()
Gets the value of the numberOfChargingPoints property.
|
List<Float> |
getVoltage()
Gets the value of the voltage property.
|
void |
setChargingStationModelType(MultilingualString value)
Sets the value of the chargingStationModelType property.
|
void |
setElectricChargingExtension(ExtensionType value)
Sets the value of the electricChargingExtension property.
|
void |
setMaximumCurrent(Float value)
Sets the value of the maximumCurrent property.
|
void |
setNumberOfChargingPoints(Long value)
Sets the value of the numberOfChargingPoints property.
|
protected List<ChargingStationUsageTypeEnum> chargingStationUsageType
protected MultilingualString chargingStationModelType
protected Float maximumCurrent
protected List<MultilingualString> chargingStationConnectorType
protected Long numberOfChargingPoints
protected ExtensionType electricChargingExtension
public List<ChargingStationUsageTypeEnum> getChargingStationUsageType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the chargingStationUsageType property.
For example, to add a new item, do as follows:
getChargingStationUsageType().add(newItem);
Objects of the following type(s) are allowed in the list
ChargingStationUsageTypeEnum
public MultilingualString getChargingStationModelType()
MultilingualStringpublic void setChargingStationModelType(MultilingualString value)
value - allowed object is
MultilingualStringpublic Float getMaximumCurrent()
Floatpublic void setMaximumCurrent(Float value)
value - allowed object is
Floatpublic List<Float> getVoltage()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the voltage property.
For example, to add a new item, do as follows:
getVoltage().add(newItem);
Objects of the following type(s) are allowed in the list
Float
public List<MultilingualString> getChargingStationConnectorType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the chargingStationConnectorType property.
For example, to add a new item, do as follows:
getChargingStationConnectorType().add(newItem);
Objects of the following type(s) are allowed in the list
MultilingualString
public Long getNumberOfChargingPoints()
Stringpublic void setNumberOfChargingPoints(Long value)
value - allowed object is
Stringpublic ExtensionType getElectricChargingExtension()
ExtensionTypepublic void setElectricChargingExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.