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