Class OperationalContextType

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

@Generated public final class OperationalContextType extends com.google.protobuf.GeneratedMessage implements OperationalContextTypeOrBuilder
 Characterization of a set of operational objects, such as timing or links determined either by a DEPARTMENT or by an ORGANISATIONAL UNIT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 450:79]
 
Protobuf type uk.org.netex.www.netex.OperationalContextType
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:
    • KEY_LIST_FIELD_NUMBER

      public static final int KEY_LIST_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • SHORT_NAME_FIELD_NUMBER

      public static final int SHORT_NAME_FIELD_NUMBER
      See Also:
    • PRIVATE_CODE_FIELD_NUMBER

      public static final int PRIVATE_CODE_FIELD_NUMBER
      See Also:
    • VEHICLE_MODE_FIELD_NUMBER

      public static final int VEHICLE_MODE_FIELD_NUMBER
      See Also:
    • TRANSPORT_SUBMODE_FIELD_NUMBER

      public static final int TRANSPORT_SUBMODE_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • ORGANISATION_PART_REF_FIELD_NUMBER

      public static final int ORGANISATION_PART_REF_FIELD_NUMBER
      See Also:
    • DEPARTMENT_REF_FIELD_NUMBER

      public static final int DEPARTMENT_REF_FIELD_NUMBER
      See Also:
    • ORGANISATIONAL_UNIT_REF_FIELD_NUMBER

      public static final int ORGANISATIONAL_UNIT_REF_FIELD_NUMBER
      See Also:
    • CONTROL_CENTRE_REF_FIELD_NUMBER

      public static final int CONTROL_CENTRE_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
    • getOrganisationPartRefStructureCase

      public OperationalContextType.OrganisationPartRefStructureCase getOrganisationPartRefStructureCase()
      Specified by:
      getOrganisationPartRefStructureCase in interface OperationalContextTypeOrBuilder
    • 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 OperationalContextTypeOrBuilder
      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 OperationalContextTypeOrBuilder
      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 OperationalContextTypeOrBuilder
    • 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 OperationalContextTypeOrBuilder
      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 OperationalContextTypeOrBuilder
      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 OperationalContextTypeOrBuilder
    • 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 OperationalContextTypeOrBuilder
      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 OperationalContextTypeOrBuilder
      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 OperationalContextTypeOrBuilder
      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 OperationalContextTypeOrBuilder
      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 = 203;
      Specified by:
      getDerivedFromVersionRef in interface OperationalContextTypeOrBuilder
      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 = 203;
      Specified by:
      getDerivedFromVersionRefBytes in interface OperationalContextTypeOrBuilder
      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 = 204;
      Specified by:
      getDerivedFromObjectRef in interface OperationalContextTypeOrBuilder
      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 = 204;
      Specified by:
      getDerivedFromObjectRefBytes in interface OperationalContextTypeOrBuilder
      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 OperationalContextTypeOrBuilder
      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 OperationalContextTypeOrBuilder
      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 OperationalContextTypeOrBuilder
    • 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 OperationalContextTypeOrBuilder
    • 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 OperationalContextTypeOrBuilder
    • 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 OperationalContextTypeOrBuilder
    • 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 OperationalContextTypeOrBuilder
    • 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 OperationalContextTypeOrBuilder
    • 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 OperationalContextTypeOrBuilder
      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 OperationalContextTypeOrBuilder
      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 OperationalContextTypeOrBuilder
    • hasKeyList

      public boolean hasKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      hasKeyList in interface OperationalContextTypeOrBuilder
      Returns:
      Whether the keyList field is set.
    • getKeyList

      public KeyListStructure getKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyList in interface OperationalContextTypeOrBuilder
      Returns:
      The keyList.
    • getKeyListOrBuilder

      public KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyListOrBuilder in interface OperationalContextTypeOrBuilder
    • 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 = 72;
      Specified by:
      hasExtensions in interface OperationalContextTypeOrBuilder
      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 = 72;
      Specified by:
      getExtensions in interface OperationalContextTypeOrBuilder
      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 = 72;
      Specified by:
      getExtensionsOrBuilder in interface OperationalContextTypeOrBuilder
    • hasBrandingRef

      public boolean hasBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      hasBrandingRef in interface OperationalContextTypeOrBuilder
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      public VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRef in interface OperationalContextTypeOrBuilder
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRefOrBuilder in interface OperationalContextTypeOrBuilder
    • hasName

      public boolean hasName()
       The name of the OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 494:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface OperationalContextTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       The name of the OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 494:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface OperationalContextTypeOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       The name of the OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 494:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface OperationalContextTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       A short name of the OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 499:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      hasShortName in interface OperationalContextTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       A short name of the OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 499:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortName in interface OperationalContextTypeOrBuilder
      Returns:
      The shortName.
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       A short name of the OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 499:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortNameOrBuilder in interface OperationalContextTypeOrBuilder
    • hasPrivateCode

      public boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 163;
      Specified by:
      hasPrivateCode in interface OperationalContextTypeOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      public PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 163;
      Specified by:
      getPrivateCode in interface OperationalContextTypeOrBuilder
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 163;
      Specified by:
      getPrivateCodeOrBuilder in interface OperationalContextTypeOrBuilder
    • getVehicleModeValue

      public int getVehicleModeValue()
       Vehicle mode to which context applies.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 506:95]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration vehicle_mode = 168;
      Specified by:
      getVehicleModeValue in interface OperationalContextTypeOrBuilder
      Returns:
      The enum numeric value on the wire for vehicleMode.
    • getVehicleMode

      public AllVehicleModesOfTransportEnumeration getVehicleMode()
       Vehicle mode to which context applies.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 506:95]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration vehicle_mode = 168;
      Specified by:
      getVehicleMode in interface OperationalContextTypeOrBuilder
      Returns:
      The vehicleMode.
    • hasTransportSubmode

      public boolean hasTransportSubmode()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 169;
      Specified by:
      hasTransportSubmode in interface OperationalContextTypeOrBuilder
      Returns:
      Whether the transportSubmode field is set.
    • getTransportSubmode

      public TransportSubmodeStructure getTransportSubmode()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 169;
      Specified by:
      getTransportSubmode in interface OperationalContextTypeOrBuilder
      Returns:
      The transportSubmode.
    • getTransportSubmodeOrBuilder

      public TransportSubmodeStructureOrBuilder getTransportSubmodeOrBuilder()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 169;
      Specified by:
      getTransportSubmodeOrBuilder in interface OperationalContextTypeOrBuilder
    • getId

      public String getId()
       Identifier of  OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 468:63]
       
      string id = 201;
      Specified by:
      getId in interface OperationalContextTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of  OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 468:63]
       
      string id = 201;
      Specified by:
      getIdBytes in interface OperationalContextTypeOrBuilder
      Returns:
      The bytes for id.
    • hasOrganisationPartRef

      public boolean hasOrganisationPartRef()
       Reference to an ORGANISATION PART.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 230:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_part_ref = 164;
      Specified by:
      hasOrganisationPartRef in interface OperationalContextTypeOrBuilder
      Returns:
      Whether the organisationPartRef field is set.
    • getOrganisationPartRef

      public VersionOfObjectRefStructure getOrganisationPartRef()
       Reference to an ORGANISATION PART.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 230:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_part_ref = 164;
      Specified by:
      getOrganisationPartRef in interface OperationalContextTypeOrBuilder
      Returns:
      The organisationPartRef.
    • getOrganisationPartRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOrganisationPartRefOrBuilder()
       Reference to an ORGANISATION PART.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 230:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_part_ref = 164;
      Specified by:
      getOrganisationPartRefOrBuilder in interface OperationalContextTypeOrBuilder
    • hasDepartmentRef

      public boolean hasDepartmentRef()
       Reference to a DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 102:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure department_ref = 165;
      Specified by:
      hasDepartmentRef in interface OperationalContextTypeOrBuilder
      Returns:
      Whether the departmentRef field is set.
    • getDepartmentRef

      public VersionOfObjectRefStructure getDepartmentRef()
       Reference to a DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 102:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure department_ref = 165;
      Specified by:
      getDepartmentRef in interface OperationalContextTypeOrBuilder
      Returns:
      The departmentRef.
    • getDepartmentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDepartmentRefOrBuilder()
       Reference to a DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 102:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure department_ref = 165;
      Specified by:
      getDepartmentRefOrBuilder in interface OperationalContextTypeOrBuilder
    • hasOrganisationalUnitRef

      public boolean hasOrganisationalUnitRef()
       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 166;
      Specified by:
      hasOrganisationalUnitRef in interface OperationalContextTypeOrBuilder
      Returns:
      Whether the organisationalUnitRef field is set.
    • getOrganisationalUnitRef

      public VersionOfObjectRefStructure getOrganisationalUnitRef()
       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 166;
      Specified by:
      getOrganisationalUnitRef in interface OperationalContextTypeOrBuilder
      Returns:
      The organisationalUnitRef.
    • getOrganisationalUnitRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOrganisationalUnitRefOrBuilder()
       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 166;
      Specified by:
      getOrganisationalUnitRefOrBuilder in interface OperationalContextTypeOrBuilder
    • hasControlCentreRef

      public boolean hasControlCentreRef()
       Reference to a CONTROL CENTRE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 342:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure control_centre_ref = 167;
      Specified by:
      hasControlCentreRef in interface OperationalContextTypeOrBuilder
      Returns:
      Whether the controlCentreRef field is set.
    • getControlCentreRef

      public VersionOfObjectRefStructure getControlCentreRef()
       Reference to a CONTROL CENTRE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 342:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure control_centre_ref = 167;
      Specified by:
      getControlCentreRef in interface OperationalContextTypeOrBuilder
      Returns:
      The controlCentreRef.
    • getControlCentreRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getControlCentreRefOrBuilder()
       Reference to a CONTROL CENTRE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 342:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure control_centre_ref = 167;
      Specified by:
      getControlCentreRefOrBuilder in interface OperationalContextTypeOrBuilder
    • 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 OperationalContextType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static OperationalContextType.Builder newBuilder()
    • newBuilder

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

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

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

      public static OperationalContextType getDefaultInstance()
    • parser

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

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