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