Uses of Class
uk.org.netex.www.netex.DeltaValueStructure.Builder
Packages that use DeltaValueStructure.Builder
-
Uses of DeltaValueStructure.Builder in uk.org.netex.www.netex
Methods in uk.org.netex.www.netex that return DeltaValueStructure.BuilderModifier and TypeMethodDescriptionDeltaValues_RelStructure.Builder.addDeltaValueBuilder()A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.DeltaValues_RelStructure.Builder.addDeltaValueBuilder(int index) A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.DeltaValueStructure.Builder.clear()DeltaValueStructure.Builder.clearDeltaRef()Identifier of DELTA of which this is part.DeltaValueStructure.Builder.clearId()Identifier of DELTA.DeltaValueStructure.Builder.clearModification()Nature of change made by DELTA.DeltaValueStructure.Builder.clearNewValue()New value for attribute set by DELTA.DeltaValueStructure.Builder.clearOldValue()Previous value for attribute.DeltaValueStructure.Builder.clearValueName()Name of VALUE altered by DELTA.DeltaValues_RelStructure.Builder.getDeltaValueBuilder(int index) A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.DeltaValueStructure.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DeltaValueStructure.Builder.mergeFrom(com.google.protobuf.Message other) DeltaValueStructure.Builder.mergeFrom(DeltaValueStructure other) static DeltaValueStructure.BuilderDeltaValueStructure.newBuilder()static DeltaValueStructure.BuilderDeltaValueStructure.newBuilder(DeltaValueStructure prototype) DeltaValueStructure.newBuilderForType()protected DeltaValueStructure.BuilderDeltaValueStructure.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DeltaValueStructure.Builder.setDeltaRef(String value) Identifier of DELTA of which this is part.DeltaValueStructure.Builder.setDeltaRefBytes(com.google.protobuf.ByteString value) Identifier of DELTA of which this is part.Identifier of DELTA.DeltaValueStructure.Builder.setIdBytes(com.google.protobuf.ByteString value) Identifier of DELTA.DeltaValueStructure.Builder.setModification(ModificationEnumeration value) Nature of change made by DELTA.DeltaValueStructure.Builder.setModificationValue(int value) Nature of change made by DELTA.DeltaValueStructure.Builder.setNewValue(String value) New value for attribute set by DELTA.DeltaValueStructure.Builder.setNewValueBytes(com.google.protobuf.ByteString value) New value for attribute set by DELTA.DeltaValueStructure.Builder.setOldValue(String value) Previous value for attribute.DeltaValueStructure.Builder.setOldValueBytes(com.google.protobuf.ByteString value) Previous value for attribute.DeltaValueStructure.Builder.setValueName(String value) Name of VALUE altered by DELTA.DeltaValueStructure.Builder.setValueNameBytes(com.google.protobuf.ByteString value) Name of VALUE altered by DELTA.DeltaValueStructure.toBuilder()Methods in uk.org.netex.www.netex that return types with arguments of type DeltaValueStructure.BuilderModifier and TypeMethodDescriptionDeltaValues_RelStructure.Builder.getDeltaValueBuilderList()A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.Methods in uk.org.netex.www.netex with parameters of type DeltaValueStructure.BuilderModifier and TypeMethodDescriptionDeltaValues_RelStructure.Builder.addDeltaValue(int index, DeltaValueStructure.Builder builderForValue) A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.DeltaValues_RelStructure.Builder.addDeltaValue(DeltaValueStructure.Builder builderForValue) A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.DeltaValues_RelStructure.Builder.setDeltaValue(int index, DeltaValueStructure.Builder builderForValue) A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.