public class ParkingProperties_VersionedChildStructure extends VersionedChildStructure
Java class for ParkingProperties_VersionedChildStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingProperties_VersionedChildStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}VersionedChildStructure">
<sequence>
<group ref="{http://www.netex.org.uk/netex}ParkingPropertiesGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParkingTariffRefs_RelStructure |
charges |
protected Duration |
maximumStay |
protected List<ParkingStayEnumeration> |
parkingStayList |
protected List<ParkingUserEnumeration> |
parkingUserTypes |
protected List<ParkingVehicleEnumeration> |
parkingVehicleTypes |
protected ParkingCapacities_RelStructure |
spaces |
extensionsalternativeTexts, changed, compatibleWithVersionFrameVersionRef, created, dataSourceRef, derivedFromObjectRef, derivedFromVersionRef_BasicModificationDetailsGroup, modification, status_BasicModificationDetailsGroup, validBetween, validityConditions, versionid, nameOfClass| Constructor and Description |
|---|
ParkingProperties_VersionedChildStructure() |
getExtensions, setExtensionsgetAlternativeTexts, getChanged, getCompatibleWithVersionFrameVersionRef, getCreated, getDataSourceRef, getDerivedFromObjectRef, getDerivedFromVersionRef_BasicModificationDetailsGroup, getModification, getStatus_BasicModificationDetailsGroup, getValidBetween, getValidityConditions, getVersion, setAlternativeTexts, setChanged, setCompatibleWithVersionFrameVersionRef, setCreated, setDataSourceRef, setDerivedFromObjectRef, setDerivedFromVersionRef_BasicModificationDetailsGroup, setModification, setStatus_BasicModificationDetailsGroup, setValidityConditions, setVersiongetId, getNameOfClass, setId, setNameOfClassprotected List<ParkingUserEnumeration> parkingUserTypes
protected List<ParkingVehicleEnumeration> parkingVehicleTypes
protected List<ParkingStayEnumeration> parkingStayList
protected Duration maximumStay
protected ParkingCapacities_RelStructure spaces
protected ParkingTariffRefs_RelStructure charges
public ParkingProperties_VersionedChildStructure()
public List<ParkingUserEnumeration> getParkingUserTypes()
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 parkingUserTypes property.
For example, to add a new item, do as follows:
getParkingUserTypes().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingUserEnumeration
public List<ParkingVehicleEnumeration> getParkingVehicleTypes()
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 parkingVehicleTypes property.
For example, to add a new item, do as follows:
getParkingVehicleTypes().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingVehicleEnumeration
public List<ParkingStayEnumeration> getParkingStayList()
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 parkingStayList property.
For example, to add a new item, do as follows:
getParkingStayList().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingStayEnumeration
public Duration getMaximumStay()
Stringpublic void setMaximumStay(Duration value)
value - allowed object is
Stringpublic ParkingCapacities_RelStructure getSpaces()
ParkingCapacities_RelStructurepublic void setSpaces(ParkingCapacities_RelStructure value)
value - allowed object is
ParkingCapacities_RelStructurepublic ParkingTariffRefs_RelStructure getCharges()
ParkingTariffRefs_RelStructurepublic void setCharges(ParkingTariffRefs_RelStructure value)
value - allowed object is
ParkingTariffRefs_RelStructurepublic ParkingProperties_VersionedChildStructure withParkingUserTypes(ParkingUserEnumeration... values)
public ParkingProperties_VersionedChildStructure withParkingUserTypes(Collection<ParkingUserEnumeration> values)
public ParkingProperties_VersionedChildStructure withParkingVehicleTypes(ParkingVehicleEnumeration... values)
public ParkingProperties_VersionedChildStructure withParkingVehicleTypes(Collection<ParkingVehicleEnumeration> values)
public ParkingProperties_VersionedChildStructure withParkingStayList(ParkingStayEnumeration... values)
public ParkingProperties_VersionedChildStructure withParkingStayList(Collection<ParkingStayEnumeration> values)
public ParkingProperties_VersionedChildStructure withMaximumStay(Duration value)
public ParkingProperties_VersionedChildStructure withSpaces(ParkingCapacities_RelStructure value)
public ParkingProperties_VersionedChildStructure withCharges(ParkingTariffRefs_RelStructure value)
public ParkingProperties_VersionedChildStructure withExtensions(ExtensionsStructure value)
withExtensions in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withValidityConditions(ValidityConditions_RelStructure value)
withValidityConditions in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withValidBetween(ValidBetween... values)
withValidBetween in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withValidBetween(Collection<ValidBetween> values)
withValidBetween in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withAlternativeTexts(AlternativeTexts_RelStructure value)
withAlternativeTexts in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withDataSourceRef(String value)
withDataSourceRef in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withCreated(LocalDateTime value)
withCreated in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withChanged(LocalDateTime value)
withChanged in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withModification(ModificationEnumeration value)
withModification in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withVersion(String value)
withVersion in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value)
withStatus_BasicModificationDetailsGroup in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value)
withDerivedFromVersionRef_BasicModificationDetailsGroup in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withCompatibleWithVersionFrameVersionRef(String value)
withCompatibleWithVersionFrameVersionRef in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withDerivedFromObjectRef(String value)
withDerivedFromObjectRef in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withNameOfClass(String value)
withNameOfClass in class VersionedChildStructurepublic ParkingProperties_VersionedChildStructure withId(String value)
withId in class VersionedChildStructurepublic String toString()
toString in class VersionedChildStructureCopyright © 2018 Entur AS. All rights reserved.