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