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