Class DistanceMatrixElementRefByValueStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<DistanceMatrixElementRefByValueStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<DistanceMatrixElementRefByValueStructure.Builder>
uk.org.netex.www.netex.DistanceMatrixElementRefByValueStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, DistanceMatrixElementRefByValueStructureOrBuilder
Enclosing class:
DistanceMatrixElementRefByValueStructure

public static final class DistanceMatrixElementRefByValueStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<DistanceMatrixElementRefByValueStructure.Builder> implements DistanceMatrixElementRefByValueStructureOrBuilder
 Type for a reference to a LINK. by O/D value  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 166:67]
 
Protobuf type uk.org.netex.www.netex.DistanceMatrixElementRefByValueStructure
  • 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.Builder<DistanceMatrixElementRefByValueStructure.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<DistanceMatrixElementRefByValueStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DistanceMatrixElementRefByValueStructure.Builder>
    • getDefaultInstanceForType

      public DistanceMatrixElementRefByValueStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public DistanceMatrixElementRefByValueStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DistanceMatrixElementRefByValueStructure.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<DistanceMatrixElementRefByValueStructure.Builder>
    • mergeFrom

      public DistanceMatrixElementRefByValueStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DistanceMatrixElementRefByValueStructure.Builder>
      Throws:
      IOException
    • getFromRef

      public String getFromRef()
       Identifier of a POINT. at which LINK starts.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 172:68]
       
      string from_ref = 2;
      Specified by:
      getFromRef in interface DistanceMatrixElementRefByValueStructureOrBuilder
      Returns:
      The fromRef.
    • getFromRefBytes

      public com.google.protobuf.ByteString getFromRefBytes()
       Identifier of a POINT. at which LINK starts.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 172:68]
       
      string from_ref = 2;
      Specified by:
      getFromRefBytes in interface DistanceMatrixElementRefByValueStructureOrBuilder
      Returns:
      The bytes for fromRef.
    • setFromRef

       Identifier of a POINT. at which LINK starts.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 172:68]
       
      string from_ref = 2;
      Parameters:
      value - The fromRef to set.
      Returns:
      This builder for chaining.
    • clearFromRef

       Identifier of a POINT. at which LINK starts.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 172:68]
       
      string from_ref = 2;
      Returns:
      This builder for chaining.
    • setFromRefBytes

      public DistanceMatrixElementRefByValueStructure.Builder setFromRefBytes(com.google.protobuf.ByteString value)
       Identifier of a POINT. at which LINK starts.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 172:68]
       
      string from_ref = 2;
      Parameters:
      value - The bytes for fromRef to set.
      Returns:
      This builder for chaining.
    • getToRef

      public String getToRef()
       Identifier of a POINT. at which LINK ends.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 177:66]
       
      string to_ref = 3;
      Specified by:
      getToRef in interface DistanceMatrixElementRefByValueStructureOrBuilder
      Returns:
      The toRef.
    • getToRefBytes

      public com.google.protobuf.ByteString getToRefBytes()
       Identifier of a POINT. at which LINK ends.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 177:66]
       
      string to_ref = 3;
      Specified by:
      getToRefBytes in interface DistanceMatrixElementRefByValueStructureOrBuilder
      Returns:
      The bytes for toRef.
    • setToRef

       Identifier of a POINT. at which LINK ends.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 177:66]
       
      string to_ref = 3;
      Parameters:
      value - The toRef to set.
      Returns:
      This builder for chaining.
    • clearToRef

       Identifier of a POINT. at which LINK ends.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 177:66]
       
      string to_ref = 3;
      Returns:
      This builder for chaining.
    • setToRefBytes

      public DistanceMatrixElementRefByValueStructure.Builder setToRefBytes(com.google.protobuf.ByteString value)
       Identifier of a POINT. at which LINK ends.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 177:66]
       
      string to_ref = 3;
      Parameters:
      value - The bytes for toRef to set.
      Returns:
      This builder for chaining.
    • getNameOfPointRefClass

      public String getNameOfPointRefClass()
       Class of POINT referenced by LINK.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 182:64]
       
      string name_of_point_ref_class = 4;
      Specified by:
      getNameOfPointRefClass in interface DistanceMatrixElementRefByValueStructureOrBuilder
      Returns:
      The nameOfPointRefClass.
    • getNameOfPointRefClassBytes

      public com.google.protobuf.ByteString getNameOfPointRefClassBytes()
       Class of POINT referenced by LINK.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 182:64]
       
      string name_of_point_ref_class = 4;
      Specified by:
      getNameOfPointRefClassBytes in interface DistanceMatrixElementRefByValueStructureOrBuilder
      Returns:
      The bytes for nameOfPointRefClass.
    • setNameOfPointRefClass

      public DistanceMatrixElementRefByValueStructure.Builder setNameOfPointRefClass(String value)
       Class of POINT referenced by LINK.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 182:64]
       
      string name_of_point_ref_class = 4;
      Parameters:
      value - The nameOfPointRefClass to set.
      Returns:
      This builder for chaining.
    • clearNameOfPointRefClass

      public DistanceMatrixElementRefByValueStructure.Builder clearNameOfPointRefClass()
       Class of POINT referenced by LINK.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 182:64]
       
      string name_of_point_ref_class = 4;
      Returns:
      This builder for chaining.
    • setNameOfPointRefClassBytes

      public DistanceMatrixElementRefByValueStructure.Builder setNameOfPointRefClassBytes(com.google.protobuf.ByteString value)
       Class of POINT referenced by LINK.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 182:64]
       
      string name_of_point_ref_class = 4;
      Parameters:
      value - The bytes for nameOfPointRefClass to set.
      Returns:
      This builder for chaining.
    • hasCreated

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

      public com.google.protobuf.Timestamp getCreated()
       Date reference was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
       
      .google.protobuf.Timestamp created = 5;
      Specified by:
      getCreated in interface DistanceMatrixElementRefByValueStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public DistanceMatrixElementRefByValueStructure.Builder setCreated(com.google.protobuf.Timestamp value)
       Date reference was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
       
      .google.protobuf.Timestamp created = 5;
    • setCreated

      public DistanceMatrixElementRefByValueStructure.Builder setCreated(com.google.protobuf.Timestamp.Builder builderForValue)
       Date reference was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
       
      .google.protobuf.Timestamp created = 5;
    • mergeCreated

      public DistanceMatrixElementRefByValueStructure.Builder mergeCreated(com.google.protobuf.Timestamp value)
       Date reference was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
       
      .google.protobuf.Timestamp created = 5;
    • clearCreated

       Date reference was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
       
      .google.protobuf.Timestamp created = 5;
    • getCreatedBuilder

      public com.google.protobuf.Timestamp.Builder getCreatedBuilder()
       Date reference was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
       
      .google.protobuf.Timestamp created = 5;
    • getCreatedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date reference was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
       
      .google.protobuf.Timestamp created = 5;
      Specified by:
      getCreatedOrBuilder in interface DistanceMatrixElementRefByValueStructureOrBuilder
    • hasChanged

      public boolean hasChanged()
       Date reference was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
       
      .google.protobuf.Timestamp changed = 6;
      Specified by:
      hasChanged in interface DistanceMatrixElementRefByValueStructureOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public com.google.protobuf.Timestamp getChanged()
       Date reference was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
       
      .google.protobuf.Timestamp changed = 6;
      Specified by:
      getChanged in interface DistanceMatrixElementRefByValueStructureOrBuilder
      Returns:
      The changed.
    • setChanged

      public DistanceMatrixElementRefByValueStructure.Builder setChanged(com.google.protobuf.Timestamp value)
       Date reference was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
       
      .google.protobuf.Timestamp changed = 6;
    • setChanged

      public DistanceMatrixElementRefByValueStructure.Builder setChanged(com.google.protobuf.Timestamp.Builder builderForValue)
       Date reference was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
       
      .google.protobuf.Timestamp changed = 6;
    • mergeChanged

      public DistanceMatrixElementRefByValueStructure.Builder mergeChanged(com.google.protobuf.Timestamp value)
       Date reference was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
       
      .google.protobuf.Timestamp changed = 6;
    • clearChanged

       Date reference was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
       
      .google.protobuf.Timestamp changed = 6;
    • getChangedBuilder

      public com.google.protobuf.Timestamp.Builder getChangedBuilder()
       Date reference was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
       
      .google.protobuf.Timestamp changed = 6;
    • getChangedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date reference was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
       
      .google.protobuf.Timestamp changed = 6;
      Specified by:
      getChangedOrBuilder in interface DistanceMatrixElementRefByValueStructureOrBuilder
    • getVersion

      public String getVersion()
       Version number of referenced entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
       
      string version = 7;
      Specified by:
      getVersion in interface DistanceMatrixElementRefByValueStructureOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
       Version number of referenced entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
       
      string version = 7;
      Specified by:
      getVersionBytes in interface DistanceMatrixElementRefByValueStructureOrBuilder
      Returns:
      The bytes for version.
    • setVersion

       Version number of referenced entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
       
      string version = 7;
      Parameters:
      value - The version to set.
      Returns:
      This builder for chaining.
    • clearVersion

       Version number of referenced entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
       
      string version = 7;
      Returns:
      This builder for chaining.
    • setVersionBytes

      public DistanceMatrixElementRefByValueStructure.Builder setVersionBytes(com.google.protobuf.ByteString value)
       Version number of referenced entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
       
      string version = 7;
      Parameters:
      value - The bytes for version to set.
      Returns:
      This builder for chaining.