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