Uses of Class
uk.org.netex.www.netex.ParkingEntranceForVehicles.InfoLinksType.Builder
Packages that use ParkingEntranceForVehicles.InfoLinksType.Builder
-
Uses of ParkingEntranceForVehicles.InfoLinksType.Builder in uk.org.netex.www.netex
Methods in uk.org.netex.www.netex that return ParkingEntranceForVehicles.InfoLinksType.BuilderModifier and TypeMethodDescriptionParkingEntranceForVehicles.InfoLinksType.Builder.addAllInfoLink(Iterable<? extends InfoLinkStructure> values) A hyperlink to an external web resource.ParkingEntranceForVehicles.InfoLinksType.Builder.addInfoLink(int index, InfoLinkStructure value) A hyperlink to an external web resource.ParkingEntranceForVehicles.InfoLinksType.Builder.addInfoLink(int index, InfoLinkStructure.Builder builderForValue) A hyperlink to an external web resource.ParkingEntranceForVehicles.InfoLinksType.Builder.addInfoLink(InfoLinkStructure value) A hyperlink to an external web resource.ParkingEntranceForVehicles.InfoLinksType.Builder.addInfoLink(InfoLinkStructure.Builder builderForValue) A hyperlink to an external web resource.ParkingEntranceForVehicles.InfoLinksType.Builder.clear()ParkingEntranceForVehicles.InfoLinksType.Builder.clearInfoLink()A hyperlink to an external web resource.ParkingEntranceForVehicles.Builder.getInfoLinksBuilder()Hyperlinks associated with GROUP OF ENTITIES.ParkingEntranceForVehicles.InfoLinksType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParkingEntranceForVehicles.InfoLinksType.Builder.mergeFrom(com.google.protobuf.Message other) ParkingEntranceForVehicles.InfoLinksType.Builder.mergeFrom(ParkingEntranceForVehicles.InfoLinksType other) ParkingEntranceForVehicles.InfoLinksType.newBuilder()ParkingEntranceForVehicles.InfoLinksType.newBuilder(ParkingEntranceForVehicles.InfoLinksType prototype) ParkingEntranceForVehicles.InfoLinksType.newBuilderForType()ParkingEntranceForVehicles.InfoLinksType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ParkingEntranceForVehicles.InfoLinksType.Builder.removeInfoLink(int index) A hyperlink to an external web resource.ParkingEntranceForVehicles.InfoLinksType.Builder.setInfoLink(int index, InfoLinkStructure value) A hyperlink to an external web resource.ParkingEntranceForVehicles.InfoLinksType.Builder.setInfoLink(int index, InfoLinkStructure.Builder builderForValue) A hyperlink to an external web resource.ParkingEntranceForVehicles.InfoLinksType.toBuilder()Methods in uk.org.netex.www.netex with parameters of type ParkingEntranceForVehicles.InfoLinksType.BuilderModifier and TypeMethodDescriptionParkingEntranceForVehicles.Builder.setInfoLinks(ParkingEntranceForVehicles.InfoLinksType.Builder builderForValue) Hyperlinks associated with GROUP OF ENTITIES.