Class ServiceLinkRefByValueStructure.Builder

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

public static final class ServiceLinkRefByValueStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<ServiceLinkRefByValueStructure.Builder> implements ServiceLinkRefByValueStructureOrBuilder
 Type for a reference to a SERVICE LINK BY VALUE.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 169:57]
 
Protobuf type uk.org.netex.www.netex.ServiceLinkRefByValueStructure
  • 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<ServiceLinkRefByValueStructure.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<ServiceLinkRefByValueStructure.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<ServiceLinkRefByValueStructure.Builder>
    • getDefaultInstanceForType

      public ServiceLinkRefByValueStructure 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

      public ServiceLinkRefByValueStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ServiceLinkRefByValueStructure.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<ServiceLinkRefByValueStructure.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<ServiceLinkRefByValueStructure.Builder>
    • mergeFrom

      public ServiceLinkRefByValueStructure.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<ServiceLinkRefByValueStructure.Builder>
      Throws:
      IOException
    • getTypeOfLinkRef

      public String getTypeOfLinkRef()
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 163:63]
       
      string type_of_link_ref = 5;
      Specified by:
      getTypeOfLinkRef in interface ServiceLinkRefByValueStructureOrBuilder
      Returns:
      The typeOfLinkRef.
    • getTypeOfLinkRefBytes

      public com.google.protobuf.ByteString getTypeOfLinkRefBytes()
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 163:63]
       
      string type_of_link_ref = 5;
      Specified by:
      getTypeOfLinkRefBytes in interface ServiceLinkRefByValueStructureOrBuilder
      Returns:
      The bytes for typeOfLinkRef.
    • setTypeOfLinkRef

      public ServiceLinkRefByValueStructure.Builder setTypeOfLinkRef(String value)
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 163:63]
       
      string type_of_link_ref = 5;
      Parameters:
      value - The typeOfLinkRef to set.
      Returns:
      This builder for chaining.
    • clearTypeOfLinkRef

      public ServiceLinkRefByValueStructure.Builder clearTypeOfLinkRef()
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 163:63]
       
      string type_of_link_ref = 5;
      Returns:
      This builder for chaining.
    • setTypeOfLinkRefBytes

      public ServiceLinkRefByValueStructure.Builder setTypeOfLinkRefBytes(com.google.protobuf.ByteString value)
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 163:63]
       
      string type_of_link_ref = 5;
      Parameters:
      value - The bytes for typeOfLinkRef 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 = 6;
      Specified by:
      hasCreated in interface ServiceLinkRefByValueStructureOrBuilder
      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 = 6;
      Specified by:
      getCreated in interface ServiceLinkRefByValueStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public ServiceLinkRefByValueStructure.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 = 6;
    • setCreated

      public ServiceLinkRefByValueStructure.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 = 6;
    • mergeCreated

      public ServiceLinkRefByValueStructure.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 = 6;
    • clearCreated

       Date reference was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
       
      .google.protobuf.Timestamp created = 6;
    • 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 = 6;
    • 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 = 6;
      Specified by:
      getCreatedOrBuilder in interface ServiceLinkRefByValueStructureOrBuilder
    • hasChanged

      public boolean hasChanged()
       Date reference was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
       
      .google.protobuf.Timestamp changed = 7;
      Specified by:
      hasChanged in interface ServiceLinkRefByValueStructureOrBuilder
      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 = 7;
      Specified by:
      getChanged in interface ServiceLinkRefByValueStructureOrBuilder
      Returns:
      The changed.
    • setChanged

      public ServiceLinkRefByValueStructure.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 = 7;
    • setChanged

      public ServiceLinkRefByValueStructure.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 = 7;
    • mergeChanged

      public ServiceLinkRefByValueStructure.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 = 7;
    • clearChanged

       Date reference was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
       
      .google.protobuf.Timestamp changed = 7;
    • 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 = 7;
    • 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 = 7;
      Specified by:
      getChangedOrBuilder in interface ServiceLinkRefByValueStructureOrBuilder
    • getVersion

      public String getVersion()
       Version number of referenced entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
       
      string version = 8;
      Specified by:
      getVersion in interface ServiceLinkRefByValueStructureOrBuilder
      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 = 8;
      Specified by:
      getVersionBytes in interface ServiceLinkRefByValueStructureOrBuilder
      Returns:
      The bytes for version.
    • setVersion

       Version number of referenced entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
       
      string version = 8;
      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 = 8;
      Returns:
      This builder for chaining.
    • setVersionBytes

      public ServiceLinkRefByValueStructure.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 = 8;
      Parameters:
      value - The bytes for version to set.
      Returns:
      This builder for chaining.
    • getFromPointRef

      public String getFromPointRef()
       Identifier of a POINT. at which LINK starts.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 175:87]
       
      string from_point_ref = 9;
      Specified by:
      getFromPointRef in interface ServiceLinkRefByValueStructureOrBuilder
      Returns:
      The fromPointRef.
    • getFromPointRefBytes

      public com.google.protobuf.ByteString getFromPointRefBytes()
       Identifier of a POINT. at which LINK starts.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 175:87]
       
      string from_point_ref = 9;
      Specified by:
      getFromPointRefBytes in interface ServiceLinkRefByValueStructureOrBuilder
      Returns:
      The bytes for fromPointRef.
    • setFromPointRef

      public ServiceLinkRefByValueStructure.Builder setFromPointRef(String value)
       Identifier of a POINT. at which LINK starts.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 175:87]
       
      string from_point_ref = 9;
      Parameters:
      value - The fromPointRef to set.
      Returns:
      This builder for chaining.
    • clearFromPointRef

      public ServiceLinkRefByValueStructure.Builder clearFromPointRef()
       Identifier of a POINT. at which LINK starts.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 175:87]
       
      string from_point_ref = 9;
      Returns:
      This builder for chaining.
    • setFromPointRefBytes

      public ServiceLinkRefByValueStructure.Builder setFromPointRefBytes(com.google.protobuf.ByteString value)
       Identifier of a POINT. at which LINK starts.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 175:87]
       
      string from_point_ref = 9;
      Parameters:
      value - The bytes for fromPointRef to set.
      Returns:
      This builder for chaining.
    • getToPointRef

      public String getToPointRef()
       Identifier of a POINT. at which LINK ends.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 180:85]
       
      string to_point_ref = 10;
      Specified by:
      getToPointRef in interface ServiceLinkRefByValueStructureOrBuilder
      Returns:
      The toPointRef.
    • getToPointRefBytes

      public com.google.protobuf.ByteString getToPointRefBytes()
       Identifier of a POINT. at which LINK ends.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 180:85]
       
      string to_point_ref = 10;
      Specified by:
      getToPointRefBytes in interface ServiceLinkRefByValueStructureOrBuilder
      Returns:
      The bytes for toPointRef.
    • setToPointRef

      public ServiceLinkRefByValueStructure.Builder setToPointRef(String value)
       Identifier of a POINT. at which LINK ends.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 180:85]
       
      string to_point_ref = 10;
      Parameters:
      value - The toPointRef to set.
      Returns:
      This builder for chaining.
    • clearToPointRef

      public ServiceLinkRefByValueStructure.Builder clearToPointRef()
       Identifier of a POINT. at which LINK ends.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 180:85]
       
      string to_point_ref = 10;
      Returns:
      This builder for chaining.
    • setToPointRefBytes

      public ServiceLinkRefByValueStructure.Builder setToPointRefBytes(com.google.protobuf.ByteString value)
       Identifier of a POINT. at which LINK ends.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 180:85]
       
      string to_point_ref = 10;
      Parameters:
      value - The bytes for toPointRef to set.
      Returns:
      This builder for chaining.
    • getNameOfPointRefClass

      public String getNameOfPointRefClass()
       Class of POINT referenced by LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 185:108]
       
      string name_of_point_ref_class = 11;
      Specified by:
      getNameOfPointRefClass in interface ServiceLinkRefByValueStructureOrBuilder
      Returns:
      The nameOfPointRefClass.
    • getNameOfPointRefClassBytes

      public com.google.protobuf.ByteString getNameOfPointRefClassBytes()
       Class of POINT referenced by LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 185:108]
       
      string name_of_point_ref_class = 11;
      Specified by:
      getNameOfPointRefClassBytes in interface ServiceLinkRefByValueStructureOrBuilder
      Returns:
      The bytes for nameOfPointRefClass.
    • setNameOfPointRefClass

      public ServiceLinkRefByValueStructure.Builder setNameOfPointRefClass(String value)
       Class of POINT referenced by LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 185:108]
       
      string name_of_point_ref_class = 11;
      Parameters:
      value - The nameOfPointRefClass to set.
      Returns:
      This builder for chaining.
    • clearNameOfPointRefClass

      public ServiceLinkRefByValueStructure.Builder clearNameOfPointRefClass()
       Class of POINT referenced by LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 185:108]
       
      string name_of_point_ref_class = 11;
      Returns:
      This builder for chaining.
    • setNameOfPointRefClassBytes

      public ServiceLinkRefByValueStructure.Builder setNameOfPointRefClassBytes(com.google.protobuf.ByteString value)
       Class of POINT referenced by LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 185:108]
       
      string name_of_point_ref_class = 11;
      Parameters:
      value - The bytes for nameOfPointRefClass to set.
      Returns:
      This builder for chaining.