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