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