Uses of Class
uk.org.netex.www.netex.KeyValueStructure.Builder
Packages that use KeyValueStructure.Builder
-
Uses of KeyValueStructure.Builder in uk.org.netex.www.netex
Methods in uk.org.netex.www.netex that return KeyValueStructure.BuilderModifier and TypeMethodDescriptionKeyListStructure.Builder.addKeyValueBuilder()Key value pair for Entity.KeyListStructure.Builder.addKeyValueBuilder(int index) Key value pair for Entity.KeyValueStructure.Builder.clear()KeyValueStructure.Builder.clearKey()Identifier of value e.g.KeyValueStructure.Builder.clearTypeOfKey()Identifier of type of key.KeyValueStructure.Builder.clearValue()Value for alternative key.KeyListStructure.Builder.getKeyValueBuilder(int index) Key value pair for Entity.KeyValueStructure.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KeyValueStructure.Builder.mergeFrom(com.google.protobuf.Message other) KeyValueStructure.Builder.mergeFrom(KeyValueStructure other) static KeyValueStructure.BuilderKeyValueStructure.newBuilder()static KeyValueStructure.BuilderKeyValueStructure.newBuilder(KeyValueStructure prototype) KeyValueStructure.newBuilderForType()protected KeyValueStructure.BuilderKeyValueStructure.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Identifier of value e.g.KeyValueStructure.Builder.setKeyBytes(com.google.protobuf.ByteString value) Identifier of value e.g.KeyValueStructure.Builder.setTypeOfKey(String value) Identifier of type of key.KeyValueStructure.Builder.setTypeOfKeyBytes(com.google.protobuf.ByteString value) Identifier of type of key.Value for alternative key.KeyValueStructure.Builder.setValueBytes(com.google.protobuf.ByteString value) Value for alternative key.KeyValueStructure.toBuilder()Methods in uk.org.netex.www.netex that return types with arguments of type KeyValueStructure.BuilderModifier and TypeMethodDescriptionKeyListStructure.Builder.getKeyValueBuilderList()Key value pair for Entity.Methods in uk.org.netex.www.netex with parameters of type KeyValueStructure.BuilderModifier and TypeMethodDescriptionKeyListStructure.Builder.addKeyValue(int index, KeyValueStructure.Builder builderForValue) Key value pair for Entity.KeyListStructure.Builder.addKeyValue(KeyValueStructure.Builder builderForValue) Key value pair for Entity.KeyListStructure.Builder.setKeyValue(int index, KeyValueStructure.Builder builderForValue) Key value pair for Entity.