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