Class PlaceRefs_RelStructure.Builder

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

public static final class PlaceRefs_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<PlaceRefs_RelStructure.Builder> implements PlaceRefs_RelStructureOrBuilder
 Type for a list of references to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 62:49]
 
Protobuf type uk.org.netex.www.netex.PlaceRefs_RelStructure
  • 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<PlaceRefs_RelStructure.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<PlaceRefs_RelStructure.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<PlaceRefs_RelStructure.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public PlaceRefs_RelStructure.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<PlaceRefs_RelStructure.Builder>
      Throws:
      IOException
    • getId

      public String getId()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getId in interface PlaceRefs_RelStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getIdBytes in interface PlaceRefs_RelStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

      public PlaceRefs_RelStructure.Builder setId(String value)
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public PlaceRefs_RelStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • getModificationSetValue

      public int getModificationSetValue()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Specified by:
      getModificationSetValue in interface PlaceRefs_RelStructureOrBuilder
      Returns:
      The enum numeric value on the wire for modificationSet.
    • setModificationSetValue

      public PlaceRefs_RelStructure.Builder setModificationSetValue(int value)
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Parameters:
      value - The enum numeric value on the wire for modificationSet to set.
      Returns:
      This builder for chaining.
    • getModificationSet

      public ModificationSetEnumeration getModificationSet()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Specified by:
      getModificationSet in interface PlaceRefs_RelStructureOrBuilder
      Returns:
      The modificationSet.
    • setModificationSet

       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Parameters:
      value - The modificationSet to set.
      Returns:
      This builder for chaining.
    • clearModificationSet

      public PlaceRefs_RelStructure.Builder clearModificationSet()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Returns:
      This builder for chaining.
    • getPlaceRefList

      public List<PlaceRefType> getPlaceRefList()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
      Specified by:
      getPlaceRefList in interface PlaceRefs_RelStructureOrBuilder
    • getPlaceRefCount

      public int getPlaceRefCount()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
      Specified by:
      getPlaceRefCount in interface PlaceRefs_RelStructureOrBuilder
    • getPlaceRef

      public PlaceRefType getPlaceRef(int index)
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
      Specified by:
      getPlaceRef in interface PlaceRefs_RelStructureOrBuilder
    • setPlaceRef

      public PlaceRefs_RelStructure.Builder setPlaceRef(int index, PlaceRefType value)
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
    • setPlaceRef

      public PlaceRefs_RelStructure.Builder setPlaceRef(int index, PlaceRefType.Builder builderForValue)
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
    • addPlaceRef

      public PlaceRefs_RelStructure.Builder addPlaceRef(PlaceRefType value)
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
    • addPlaceRef

      public PlaceRefs_RelStructure.Builder addPlaceRef(int index, PlaceRefType value)
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
    • addPlaceRef

      public PlaceRefs_RelStructure.Builder addPlaceRef(PlaceRefType.Builder builderForValue)
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
    • addPlaceRef

      public PlaceRefs_RelStructure.Builder addPlaceRef(int index, PlaceRefType.Builder builderForValue)
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
    • addAllPlaceRef

      public PlaceRefs_RelStructure.Builder addAllPlaceRef(Iterable<? extends PlaceRefType> values)
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
    • clearPlaceRef

      public PlaceRefs_RelStructure.Builder clearPlaceRef()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
    • removePlaceRef

      public PlaceRefs_RelStructure.Builder removePlaceRef(int index)
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
    • getPlaceRefBuilder

      public PlaceRefType.Builder getPlaceRefBuilder(int index)
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
    • getPlaceRefOrBuilder

      public PlaceRefTypeOrBuilder getPlaceRefOrBuilder(int index)
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
      Specified by:
      getPlaceRefOrBuilder in interface PlaceRefs_RelStructureOrBuilder
    • getPlaceRefOrBuilderList

      public List<? extends PlaceRefTypeOrBuilder> getPlaceRefOrBuilderList()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
      Specified by:
      getPlaceRefOrBuilderList in interface PlaceRefs_RelStructureOrBuilder
    • addPlaceRefBuilder

      public PlaceRefType.Builder addPlaceRefBuilder()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
    • addPlaceRefBuilder

      public PlaceRefType.Builder addPlaceRefBuilder(int index)
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;
    • getPlaceRefBuilderList

      public List<PlaceRefType.Builder> getPlaceRefBuilderList()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      repeated .uk.org.netex.www.netex.PlaceRefType place_ref = 3;