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