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