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