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