public class TicketingEquipment_VersionStructure extends InstalledEquipment_VersionStructure
Java class for TicketingEquipment_VersionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TicketingEquipment_VersionStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}InstalledEquipment_VersionStructure">
<sequence>
<group ref="{http://www.netex.org.uk/netex}TicketingEquipmentGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
heightOfLowCounter |
protected BigDecimal |
heightOfMachineInterface |
protected Boolean |
inductionLoops |
protected Boolean |
lowCounterAccess |
protected BigInteger |
numberOfMachines |
protected BigInteger |
numberOfTills |
protected List<PaymentMethodEnumeration> |
paymentMethods |
protected QueueManagementEnumeration |
queueManagement |
protected List<TicketingFacilityEnumeration> |
scopeOfTicketsAvailable |
protected Boolean |
ticketCounter |
protected List<TicketingFacilityEnumeration> |
ticketingFacilityList |
protected List<TicketingServiceFacilityEnumeration> |
ticketingServiceFacilityList |
protected Boolean |
ticketMachines |
protected Boolean |
ticketOffice |
protected List<TicketTypeEnumeration> |
ticketTypesAvailable |
protected List<VehicleModeEnumeration> |
vehicleModes |
description, image, name, note, outOfService, privateCode, publicCode, typeOfEquipmentRefbrandingRef, extensions, keyList, responsibilitySetRefalternativeTexts, changed, compatibleWithVersionFrameVersionRef, created, dataSourceRef, derivedFromObjectRef, derivedFromVersionRef_BasicModificationDetailsGroup, modification, status_BasicModificationDetailsGroup, validBetween, validityConditions, versionid, nameOfClass| Constructor and Description |
|---|
TicketingEquipment_VersionStructure() |
getDescription, getImage, getName, getNote, getPrivateCode, getPublicCode, getTypeOfEquipmentRef, isOutOfService, setDescription, setImage, setName, setNote, setOutOfService, setPrivateCode, setPublicCode, setTypeOfEquipmentRefgetBrandingRef, getExtensions, getKeyList, getResponsibilitySetRef, setBrandingRef, setExtensions, setKeyList, setResponsibilitySetRefgetAlternativeTexts, 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<VehicleModeEnumeration> vehicleModes
protected Boolean ticketMachines
protected BigInteger numberOfMachines
protected BigDecimal heightOfMachineInterface
protected List<TicketingFacilityEnumeration> ticketingFacilityList
protected List<TicketingServiceFacilityEnumeration> ticketingServiceFacilityList
protected Boolean ticketOffice
protected Boolean ticketCounter
protected BigInteger numberOfTills
protected QueueManagementEnumeration queueManagement
protected List<PaymentMethodEnumeration> paymentMethods
protected List<TicketTypeEnumeration> ticketTypesAvailable
protected List<TicketingFacilityEnumeration> scopeOfTicketsAvailable
protected Boolean lowCounterAccess
protected BigDecimal heightOfLowCounter
protected Boolean inductionLoops
public List<VehicleModeEnumeration> getVehicleModes()
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 vehicleModes property.
For example, to add a new item, do as follows:
getVehicleModes().add(newItem);
Objects of the following type(s) are allowed in the list
VehicleModeEnumeration
public Boolean isTicketMachines()
Booleanpublic void setTicketMachines(Boolean value)
value - allowed object is
Booleanpublic BigInteger getNumberOfMachines()
BigIntegerpublic void setNumberOfMachines(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getHeightOfMachineInterface()
BigDecimalpublic void setHeightOfMachineInterface(BigDecimal value)
value - allowed object is
BigDecimalpublic List<TicketingFacilityEnumeration> getTicketingFacilityList()
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 ticketingFacilityList property.
For example, to add a new item, do as follows:
getTicketingFacilityList().add(newItem);
Objects of the following type(s) are allowed in the list
TicketingFacilityEnumeration
public List<TicketingServiceFacilityEnumeration> getTicketingServiceFacilityList()
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 ticketingServiceFacilityList property.
For example, to add a new item, do as follows:
getTicketingServiceFacilityList().add(newItem);
Objects of the following type(s) are allowed in the list
TicketingServiceFacilityEnumeration
public Boolean isTicketOffice()
Booleanpublic void setTicketOffice(Boolean value)
value - allowed object is
Booleanpublic Boolean isTicketCounter()
Booleanpublic void setTicketCounter(Boolean value)
value - allowed object is
Booleanpublic BigInteger getNumberOfTills()
BigIntegerpublic void setNumberOfTills(BigInteger value)
value - allowed object is
BigIntegerpublic QueueManagementEnumeration getQueueManagement()
QueueManagementEnumerationpublic void setQueueManagement(QueueManagementEnumeration value)
value - allowed object is
QueueManagementEnumerationpublic List<PaymentMethodEnumeration> getPaymentMethods()
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 paymentMethods property.
For example, to add a new item, do as follows:
getPaymentMethods().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentMethodEnumeration
public List<TicketTypeEnumeration> getTicketTypesAvailable()
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 ticketTypesAvailable property.
For example, to add a new item, do as follows:
getTicketTypesAvailable().add(newItem);
Objects of the following type(s) are allowed in the list
TicketTypeEnumeration
public List<TicketingFacilityEnumeration> getScopeOfTicketsAvailable()
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 scopeOfTicketsAvailable property.
For example, to add a new item, do as follows:
getScopeOfTicketsAvailable().add(newItem);
Objects of the following type(s) are allowed in the list
TicketingFacilityEnumeration
public Boolean isLowCounterAccess()
Booleanpublic void setLowCounterAccess(Boolean value)
value - allowed object is
Booleanpublic BigDecimal getHeightOfLowCounter()
BigDecimalpublic void setHeightOfLowCounter(BigDecimal value)
value - allowed object is
BigDecimalpublic Boolean isInductionLoops()
Booleanpublic void setInductionLoops(Boolean value)
value - allowed object is
Booleanpublic TicketingEquipment_VersionStructure withVehicleModes(VehicleModeEnumeration... values)
public TicketingEquipment_VersionStructure withVehicleModes(Collection<VehicleModeEnumeration> values)
public TicketingEquipment_VersionStructure withTicketMachines(Boolean value)
public TicketingEquipment_VersionStructure withNumberOfMachines(BigInteger value)
public TicketingEquipment_VersionStructure withHeightOfMachineInterface(BigDecimal value)
public TicketingEquipment_VersionStructure withTicketingFacilityList(TicketingFacilityEnumeration... values)
public TicketingEquipment_VersionStructure withTicketingFacilityList(Collection<TicketingFacilityEnumeration> values)
public TicketingEquipment_VersionStructure withTicketingServiceFacilityList(TicketingServiceFacilityEnumeration... values)
public TicketingEquipment_VersionStructure withTicketingServiceFacilityList(Collection<TicketingServiceFacilityEnumeration> values)
public TicketingEquipment_VersionStructure withTicketOffice(Boolean value)
public TicketingEquipment_VersionStructure withTicketCounter(Boolean value)
public TicketingEquipment_VersionStructure withNumberOfTills(BigInteger value)
public TicketingEquipment_VersionStructure withQueueManagement(QueueManagementEnumeration value)
public TicketingEquipment_VersionStructure withPaymentMethods(PaymentMethodEnumeration... values)
public TicketingEquipment_VersionStructure withPaymentMethods(Collection<PaymentMethodEnumeration> values)
public TicketingEquipment_VersionStructure withTicketTypesAvailable(TicketTypeEnumeration... values)
public TicketingEquipment_VersionStructure withTicketTypesAvailable(Collection<TicketTypeEnumeration> values)
public TicketingEquipment_VersionStructure withScopeOfTicketsAvailable(TicketingFacilityEnumeration... values)
public TicketingEquipment_VersionStructure withScopeOfTicketsAvailable(Collection<TicketingFacilityEnumeration> values)
public TicketingEquipment_VersionStructure withLowCounterAccess(Boolean value)
public TicketingEquipment_VersionStructure withHeightOfLowCounter(BigDecimal value)
public TicketingEquipment_VersionStructure withInductionLoops(Boolean value)
public TicketingEquipment_VersionStructure withName(MultilingualString value)
withName in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withPrivateCode(PrivateCodeStructure value)
withPrivateCode in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withPublicCode(PrivateCodeStructure value)
withPublicCode in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withImage(String value)
withImage in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withTypeOfEquipmentRef(TypeOfEquipmentRefStructure value)
withTypeOfEquipmentRef in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withDescription(MultilingualString value)
withDescription in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withNote(MultilingualString value)
withNote in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withOutOfService(Boolean value)
withOutOfService in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withKeyList(KeyListStructure value)
withKeyList in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withExtensions(ExtensionsStructure value)
withExtensions in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withBrandingRef(BrandingRefStructure value)
withBrandingRef in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withResponsibilitySetRef(String value)
withResponsibilitySetRef in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withValidityConditions(ValidityConditions_RelStructure value)
withValidityConditions in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withValidBetween(ValidBetween... values)
withValidBetween in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withValidBetween(Collection<ValidBetween> values)
withValidBetween in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withAlternativeTexts(AlternativeTexts_RelStructure value)
withAlternativeTexts in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withDataSourceRef(String value)
withDataSourceRef in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withCreated(LocalDateTime value)
withCreated in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withChanged(LocalDateTime value)
withChanged in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withModification(ModificationEnumeration value)
withModification in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withVersion(String value)
withVersion in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value)
withStatus_BasicModificationDetailsGroup in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value)
public TicketingEquipment_VersionStructure withCompatibleWithVersionFrameVersionRef(String value)
withCompatibleWithVersionFrameVersionRef in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withDerivedFromObjectRef(String value)
withDerivedFromObjectRef in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withNameOfClass(String value)
withNameOfClass in class InstalledEquipment_VersionStructurepublic TicketingEquipment_VersionStructure withId(String value)
withId in class InstalledEquipment_VersionStructurepublic String toString()
toString in class InstalledEquipment_VersionStructureCopyright © 2018 Entur AS. All rights reserved.