Class DeltaStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.DeltaStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, DeltaStructureOrBuilder

public final class DeltaStructure extends com.google.protobuf.GeneratedMessage implements DeltaStructureOrBuilder
 Type for a DELTA.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 147:41]
 
Protobuf type uk.org.netex.www.netex.DeltaStructure
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • SIMPLE_OBJECT_REF_FIELD_NUMBER

      public static final int SIMPLE_OBJECT_REF_FIELD_NUMBER
      See Also:
    • FROM_VERSION_REF_FIELD_NUMBER

      public static final int FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • TO_VERSION_REF_FIELD_NUMBER

      public static final int TO_VERSION_REF_FIELD_NUMBER
      See Also:
    • MODIFICATION_FIELD_NUMBER

      public static final int MODIFICATION_FIELD_NUMBER
      See Also:
    • DELTA_VALUES_FIELD_NUMBER

      public static final int DELTA_VALUES_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getId

      public String getId()
       Identifier of DELTA.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 152:47]
       
      string id = 1;
      Specified by:
      getId in interface DeltaStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of DELTA.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 152:47]
       
      string id = 1;
      Specified by:
      getIdBytes in interface DeltaStructureOrBuilder
      Returns:
      The bytes for id.
    • hasCreated

      public boolean hasCreated()
       Date reference was first created.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 157:68]
       
      .google.protobuf.Timestamp created = 2;
      Specified by:
      hasCreated in interface DeltaStructureOrBuilder
      Returns:
      Whether the created field is set.
    • getCreated

      public com.google.protobuf.Timestamp getCreated()
       Date reference was first created.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 157:68]
       
      .google.protobuf.Timestamp created = 2;
      Specified by:
      getCreated in interface DeltaStructureOrBuilder
      Returns:
      The created.
    • getCreatedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date reference was first created.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 157:68]
       
      .google.protobuf.Timestamp created = 2;
      Specified by:
      getCreatedOrBuilder in interface DeltaStructureOrBuilder
    • hasSimpleObjectRef

      public boolean hasSimpleObjectRef()
       Simple unversioned reference to a NeTEx ENTITY.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 62:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_object_ref = 3;
      Specified by:
      hasSimpleObjectRef in interface DeltaStructureOrBuilder
      Returns:
      Whether the simpleObjectRef field is set.
    • getSimpleObjectRef

      public VersionOfObjectRefStructure getSimpleObjectRef()
       Simple unversioned reference to a NeTEx ENTITY.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 62:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_object_ref = 3;
      Specified by:
      getSimpleObjectRef in interface DeltaStructureOrBuilder
      Returns:
      The simpleObjectRef.
    • getSimpleObjectRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSimpleObjectRefOrBuilder()
       Simple unversioned reference to a NeTEx ENTITY.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 62:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_object_ref = 3;
      Specified by:
      getSimpleObjectRefOrBuilder in interface DeltaStructureOrBuilder
    • hasFromVersionRef

      public boolean hasFromVersionRef()
       Base version against which DELTA is made.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 169:53]
       
      .uk.org.netex.www.netex.DeltaStructure.FromVersionRefType from_version_ref = 4;
      Specified by:
      hasFromVersionRef in interface DeltaStructureOrBuilder
      Returns:
      Whether the fromVersionRef field is set.
    • getFromVersionRef

      public DeltaStructure.FromVersionRefType getFromVersionRef()
       Base version against which DELTA is made.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 169:53]
       
      .uk.org.netex.www.netex.DeltaStructure.FromVersionRefType from_version_ref = 4;
      Specified by:
      getFromVersionRef in interface DeltaStructureOrBuilder
      Returns:
      The fromVersionRef.
    • getFromVersionRefOrBuilder

      public DeltaStructure.FromVersionRefTypeOrBuilder getFromVersionRefOrBuilder()
       Base version against which DELTA is made.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 169:53]
       
      .uk.org.netex.www.netex.DeltaStructure.FromVersionRefType from_version_ref = 4;
      Specified by:
      getFromVersionRefOrBuilder in interface DeltaStructureOrBuilder
    • hasToVersionRef

      public boolean hasToVersionRef()
       Version being compared against baseline by DELTA.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 185:37]
       
      .uk.org.netex.www.netex.DeltaStructure.ToVersionRefType to_version_ref = 5;
      Specified by:
      hasToVersionRef in interface DeltaStructureOrBuilder
      Returns:
      Whether the toVersionRef field is set.
    • getToVersionRef

      public DeltaStructure.ToVersionRefType getToVersionRef()
       Version being compared against baseline by DELTA.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 185:37]
       
      .uk.org.netex.www.netex.DeltaStructure.ToVersionRefType to_version_ref = 5;
      Specified by:
      getToVersionRef in interface DeltaStructureOrBuilder
      Returns:
      The toVersionRef.
    • getToVersionRefOrBuilder

      public DeltaStructure.ToVersionRefTypeOrBuilder getToVersionRefOrBuilder()
       Version being compared against baseline by DELTA.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 185:37]
       
      .uk.org.netex.www.netex.DeltaStructure.ToVersionRefType to_version_ref = 5;
      Specified by:
      getToVersionRefOrBuilder in interface DeltaStructureOrBuilder
    • getModificationValue

      public int getModificationValue()
       Nature of change.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 201:99]
       
      .uk.org.netex.www.netex.ModificationEnumeration modification = 6;
      Specified by:
      getModificationValue in interface DeltaStructureOrBuilder
      Returns:
      The enum numeric value on the wire for modification.
    • getModification

      public ModificationEnumeration getModification()
       Nature of change.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 201:99]
       
      .uk.org.netex.www.netex.ModificationEnumeration modification = 6;
      Specified by:
      getModification in interface DeltaStructureOrBuilder
      Returns:
      The modification.
    • hasDeltaValues

      public boolean hasDeltaValues()
       Values for changes to ENTITY.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 206:82]
       
      .uk.org.netex.www.netex.DeltaValues_RelStructure delta_values = 7;
      Specified by:
      hasDeltaValues in interface DeltaStructureOrBuilder
      Returns:
      Whether the deltaValues field is set.
    • getDeltaValues

      public DeltaValues_RelStructure getDeltaValues()
       Values for changes to ENTITY.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 206:82]
       
      .uk.org.netex.www.netex.DeltaValues_RelStructure delta_values = 7;
      Specified by:
      getDeltaValues in interface DeltaStructureOrBuilder
      Returns:
      The deltaValues.
    • getDeltaValuesOrBuilder

      public DeltaValues_RelStructureOrBuilder getDeltaValuesOrBuilder()
       Values for changes to ENTITY.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 206:82]
       
      .uk.org.netex.www.netex.DeltaValues_RelStructure delta_values = 7;
      Specified by:
      getDeltaValuesOrBuilder in interface DeltaStructureOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static DeltaStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DeltaStructure parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DeltaStructure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DeltaStructure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DeltaStructure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DeltaStructure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DeltaStructure parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DeltaStructure parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DeltaStructure parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DeltaStructure parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DeltaStructure parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DeltaStructure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public DeltaStructure.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static DeltaStructure.Builder newBuilder()
    • newBuilder

      public static DeltaStructure.Builder newBuilder(DeltaStructure prototype)
    • toBuilder

      public DeltaStructure.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected DeltaStructure.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static DeltaStructure getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<DeltaStructure> parser()
    • getParserForType

      public com.google.protobuf.Parser<DeltaStructure> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public DeltaStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder