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