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