Class FlexiblePointPropertiesType

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

@Generated public final class FlexiblePointPropertiesType extends com.google.protobuf.GeneratedMessage implements FlexiblePointPropertiesTypeOrBuilder
 Flexible properties of a POINT.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 250:98]
 
Protobuf type uk.org.netex.www.netex.FlexiblePointPropertiesType
See Also:
  • Field Details

    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • POINT_ON_ROUTE_REF_FIELD_NUMBER

      public static final int POINT_ON_ROUTE_REF_FIELD_NUMBER
      See Also:
    • MAY_BE_SKIPPED_FIELD_NUMBER

      public static final int MAY_BE_SKIPPED_FIELD_NUMBER
      See Also:
    • ON_MAIN_ROUTE_FIELD_NUMBER

      public static final int ON_MAIN_ROUTE_FIELD_NUMBER
      See Also:
    • POINT_STANDING_FOR_A_ZONE_FIELD_NUMBER

      public static final int POINT_STANDING_FOR_A_ZONE_FIELD_NUMBER
      See Also:
    • ZONE_CONTAINING_STOPS_FIELD_NUMBER

      public static final int ZONE_CONTAINING_STOPS_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • POINT_REF_FIELD_NUMBER

      public static final int POINT_REF_FIELD_NUMBER
      See Also:
    • ACTIVATION_POINT_REF_FIELD_NUMBER

      public static final int ACTIVATION_POINT_REF_FIELD_NUMBER
      See Also:
    • BEACON_POINT_REF_FIELD_NUMBER

      public static final int BEACON_POINT_REF_FIELD_NUMBER
      See Also:
    • TRAFFIC_CONTROL_POINT_REF_FIELD_NUMBER

      public static final int TRAFFIC_CONTROL_POINT_REF_FIELD_NUMBER
      See Also:
    • RAILWAY_POINT_REF_FIELD_NUMBER

      public static final int RAILWAY_POINT_REF_FIELD_NUMBER
      See Also:
    • ROAD_POINT_REF_FIELD_NUMBER

      public static final int ROAD_POINT_REF_FIELD_NUMBER
      See Also:
    • WIRE_POINT_REF_FIELD_NUMBER

      public static final int WIRE_POINT_REF_FIELD_NUMBER
      See Also:
    • ROUTE_POINT_REF_FIELD_NUMBER

      public static final int ROUTE_POINT_REF_FIELD_NUMBER
      See Also:
    • TIMING_POINT_REF_FIELD_NUMBER

      public static final int TIMING_POINT_REF_FIELD_NUMBER
      See Also:
    • RELIEF_POINT_REF_FIELD_NUMBER

      public static final int RELIEF_POINT_REF_FIELD_NUMBER
      See Also:
    • PARKING_POINT_REF_FIELD_NUMBER

      public static final int PARKING_POINT_REF_FIELD_NUMBER
      See Also:
    • GARAGE_POINT_REF_FIELD_NUMBER

      public static final int GARAGE_POINT_REF_FIELD_NUMBER
      See Also:
    • SCHEDULED_STOP_POINT_REF_FIELD_NUMBER

      public static final int SCHEDULED_STOP_POINT_REF_FIELD_NUMBER
      See Also:
    • FARE_SCHEDULED_STOP_POINT_REF_FIELD_NUMBER

      public static final int FARE_SCHEDULED_STOP_POINT_REF_FIELD_NUMBER
      See Also:
    • BORDER_POINT_REF_FIELD_NUMBER

      public static final int BORDER_POINT_REF_FIELD_NUMBER
      See Also:
    • VEHICLE_MEETING_POINT_REF_FIELD_NUMBER

      public static final int VEHICLE_MEETING_POINT_REF_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
    • getPointRefStructureCase

      public FlexiblePointPropertiesType.PointRefStructureCase getPointRefStructureCase()
      Specified by:
      getPointRefStructureCase in interface FlexiblePointPropertiesTypeOrBuilder
    • hasCreated

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

      public com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreated in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The created.
    • getCreatedOrBuilder

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

      public boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      hasChanged in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChanged in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The changed.
    • getChangedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChangedOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • getVersion

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

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

      public int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatusValue in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      public StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatus in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The status.
    • getDerivedFromVersionRef

      public String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 213;
      Specified by:
      getDerivedFromVersionRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      public com.google.protobuf.ByteString getDerivedFromVersionRefBytes()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 213;
      Specified by:
      getDerivedFromVersionRefBytes in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      public String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 214;
      Specified by:
      getDerivedFromObjectRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public com.google.protobuf.ByteString getDerivedFromObjectRefBytes()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 214;
      Specified by:
      getDerivedFromObjectRefBytes in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      public boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      hasValidityConditions in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditions in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      public ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditionsOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • getValidBetweenList

      public List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenList in interface FlexiblePointPropertiesTypeOrBuilder
    • getValidBetweenOrBuilderList

      public List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilderList in interface FlexiblePointPropertiesTypeOrBuilder
    • getValidBetweenCount

      public int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenCount in interface FlexiblePointPropertiesTypeOrBuilder
    • getValidBetween

      public ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetween in interface FlexiblePointPropertiesTypeOrBuilder
    • getValidBetweenOrBuilder

      public ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasAlternativeTexts

      public boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      hasAlternativeTexts in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTexts in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      public AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTextsOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasExtensions

      public boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Specified by:
      hasExtensions in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Specified by:
      getExtensions in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      public ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Specified by:
      getExtensionsOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasPointOnRouteRef

      public boolean hasPointOnRouteRef()
       Reference to POINT ON ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 230:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_on_route_ref = 161;
      Specified by:
      hasPointOnRouteRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the pointOnRouteRef field is set.
    • getPointOnRouteRef

      public VersionOfObjectRefStructure getPointOnRouteRef()
       Reference to POINT ON ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 230:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_on_route_ref = 161;
      Specified by:
      getPointOnRouteRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The pointOnRouteRef.
    • getPointOnRouteRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPointOnRouteRefOrBuilder()
       Reference to POINT ON ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 230:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_on_route_ref = 161;
      Specified by:
      getPointOnRouteRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • getMayBeSkipped

      public boolean getMayBeSkipped()
       Whether the POINT may be skipped.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 294:70]
       
      bool may_be_skipped = 181;
      Specified by:
      getMayBeSkipped in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The mayBeSkipped.
    • getOnMainRoute

      public boolean getOnMainRoute()
       Whether the POINT is on the main ROUTE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 299:69]
       
      bool on_main_route = 182;
      Specified by:
      getOnMainRoute in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The onMainRoute.
    • getPointStandingForAZone

      public boolean getPointStandingForAZone()
       Whether the POINT represents a FLEXIBLE ZONE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 304:79]
       
      bool point_standing_for_a_zone = 183;
      Specified by:
      getPointStandingForAZone in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The pointStandingForAZone.
    • getZoneContainingStops

      public boolean getZoneContainingStops()
       Whether the ZONE is defined by a GROUP of POINT (true) or a geographical zone defined by its boundary.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 309:77]
       
      bool zone_containing_stops = 184;
      Specified by:
      getZoneContainingStops in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The zoneContainingStops.
    • getId

      public String getId()
       [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 268:69]
       
      string id = 211;
      Specified by:
      getId in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 268:69]
       
      string id = 211;
      Specified by:
      getIdBytes in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The bytes for id.
    • hasPointRef

      public boolean hasPointRef()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 162;
      Specified by:
      hasPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the pointRef field is set.
    • getPointRef

      public VersionOfObjectRefStructure getPointRef()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 162;
      Specified by:
      getPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The pointRef.
    • getPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPointRefOrBuilder()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 162;
      Specified by:
      getPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasActivationPointRef

      public boolean hasActivationPointRef()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 163;
      Specified by:
      hasActivationPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the activationPointRef field is set.
    • getActivationPointRef

      public VersionOfObjectRefStructure getActivationPointRef()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 163;
      Specified by:
      getActivationPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The activationPointRef.
    • getActivationPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getActivationPointRefOrBuilder()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 163;
      Specified by:
      getActivationPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasBeaconPointRef

      public boolean hasBeaconPointRef()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 164;
      Specified by:
      hasBeaconPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the beaconPointRef field is set.
    • getBeaconPointRef

      public VersionOfObjectRefStructure getBeaconPointRef()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 164;
      Specified by:
      getBeaconPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The beaconPointRef.
    • getBeaconPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBeaconPointRefOrBuilder()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 164;
      Specified by:
      getBeaconPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasTrafficControlPointRef

      public boolean hasTrafficControlPointRef()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 165;
      Specified by:
      hasTrafficControlPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the trafficControlPointRef field is set.
    • getTrafficControlPointRef

      public VersionOfObjectRefStructure getTrafficControlPointRef()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 165;
      Specified by:
      getTrafficControlPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The trafficControlPointRef.
    • getTrafficControlPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTrafficControlPointRefOrBuilder()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 165;
      Specified by:
      getTrafficControlPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasRailwayPointRef

      public boolean hasRailwayPointRef()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 166;
      Specified by:
      hasRailwayPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the railwayPointRef field is set.
    • getRailwayPointRef

      public VersionOfObjectRefStructure getRailwayPointRef()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 166;
      Specified by:
      getRailwayPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The railwayPointRef.
    • getRailwayPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRailwayPointRefOrBuilder()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 166;
      Specified by:
      getRailwayPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasRoadPointRef

      public boolean hasRoadPointRef()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 167;
      Specified by:
      hasRoadPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the roadPointRef field is set.
    • getRoadPointRef

      public VersionOfObjectRefStructure getRoadPointRef()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 167;
      Specified by:
      getRoadPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The roadPointRef.
    • getRoadPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRoadPointRefOrBuilder()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 167;
      Specified by:
      getRoadPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasWirePointRef

      public boolean hasWirePointRef()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 168;
      Specified by:
      hasWirePointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the wirePointRef field is set.
    • getWirePointRef

      public VersionOfObjectRefStructure getWirePointRef()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 168;
      Specified by:
      getWirePointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The wirePointRef.
    • getWirePointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getWirePointRefOrBuilder()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 168;
      Specified by:
      getWirePointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasRoutePointRef

      public boolean hasRoutePointRef()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 169;
      Specified by:
      hasRoutePointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the routePointRef field is set.
    • getRoutePointRef

      public VersionOfObjectRefStructure getRoutePointRef()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 169;
      Specified by:
      getRoutePointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The routePointRef.
    • getRoutePointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRoutePointRefOrBuilder()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 169;
      Specified by:
      getRoutePointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasTimingPointRef

      public boolean hasTimingPointRef()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 170;
      Specified by:
      hasTimingPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the timingPointRef field is set.
    • getTimingPointRef

      public VersionOfObjectRefStructure getTimingPointRef()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 170;
      Specified by:
      getTimingPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The timingPointRef.
    • getTimingPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimingPointRefOrBuilder()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 170;
      Specified by:
      getTimingPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasReliefPointRef

      public boolean hasReliefPointRef()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 171;
      Specified by:
      hasReliefPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the reliefPointRef field is set.
    • getReliefPointRef

      public VersionOfObjectRefStructure getReliefPointRef()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 171;
      Specified by:
      getReliefPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The reliefPointRef.
    • getReliefPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getReliefPointRefOrBuilder()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 171;
      Specified by:
      getReliefPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasParkingPointRef

      public boolean hasParkingPointRef()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 172;
      Specified by:
      hasParkingPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the parkingPointRef field is set.
    • getParkingPointRef

      public VersionOfObjectRefStructure getParkingPointRef()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 172;
      Specified by:
      getParkingPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The parkingPointRef.
    • getParkingPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getParkingPointRefOrBuilder()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 172;
      Specified by:
      getParkingPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasGaragePointRef

      public boolean hasGaragePointRef()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 173;
      Specified by:
      hasGaragePointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the garagePointRef field is set.
    • getGaragePointRef

      public VersionOfObjectRefStructure getGaragePointRef()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 173;
      Specified by:
      getGaragePointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The garagePointRef.
    • getGaragePointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getGaragePointRefOrBuilder()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 173;
      Specified by:
      getGaragePointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasScheduledStopPointRef

      public boolean hasScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 174;
      Specified by:
      hasScheduledStopPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the scheduledStopPointRef field is set.
    • getScheduledStopPointRef

      public VersionOfObjectRefStructure getScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 174;
      Specified by:
      getScheduledStopPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The scheduledStopPointRef.
    • getScheduledStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getScheduledStopPointRefOrBuilder()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 174;
      Specified by:
      getScheduledStopPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasFareScheduledStopPointRef

      public boolean hasFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 175;
      Specified by:
      hasFareScheduledStopPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the fareScheduledStopPointRef field is set.
    • getFareScheduledStopPointRef

      public VersionOfObjectRefStructure getFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 175;
      Specified by:
      getFareScheduledStopPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The fareScheduledStopPointRef.
    • getFareScheduledStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFareScheduledStopPointRefOrBuilder()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 175;
      Specified by:
      getFareScheduledStopPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasBorderPointRef

      public boolean hasBorderPointRef()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 176;
      Specified by:
      hasBorderPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the borderPointRef field is set.
    • getBorderPointRef

      public VersionOfObjectRefStructure getBorderPointRef()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 176;
      Specified by:
      getBorderPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The borderPointRef.
    • getBorderPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBorderPointRefOrBuilder()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 176;
      Specified by:
      getBorderPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • hasVehicleMeetingPointRef

      public boolean hasVehicleMeetingPointRef()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 202;
      Specified by:
      hasVehicleMeetingPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      Whether the vehicleMeetingPointRef field is set.
    • getVehicleMeetingPointRef

      public VersionOfObjectRefStructure getVehicleMeetingPointRef()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 202;
      Specified by:
      getVehicleMeetingPointRef in interface FlexiblePointPropertiesTypeOrBuilder
      Returns:
      The vehicleMeetingPointRef.
    • getVehicleMeetingPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleMeetingPointRefOrBuilder()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 202;
      Specified by:
      getVehicleMeetingPointRefOrBuilder in interface FlexiblePointPropertiesTypeOrBuilder
    • 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 FlexiblePointPropertiesType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static FlexiblePointPropertiesType.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static FlexiblePointPropertiesType getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<FlexiblePointPropertiesType> 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 FlexiblePointPropertiesType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder