Class CodespaceAssignmentType

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

@Generated public final class CodespaceAssignmentType extends com.google.protobuf.GeneratedMessage implements CodespaceAssignmentTypeOrBuilder
 Assignment of use of a CODESPACE to identify data within a given ZONE.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 718:94]
 
Protobuf type uk.org.netex.www.netex.CodespaceAssignmentType
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:
    • CODESPACE_REF_FIELD_NUMBER

      public static final int CODESPACE_REF_FIELD_NUMBER
      See Also:
    • CODESPACE_FIELD_NUMBER

      public static final int CODESPACE_FIELD_NUMBER
      See Also:
    • ADMINISTRATIVE_ZONE_REF_FIELD_NUMBER

      public static final int ADMINISTRATIVE_ZONE_REF_FIELD_NUMBER
      See Also:
    • START_DATE_FIELD_NUMBER

      public static final int START_DATE_FIELD_NUMBER
      See Also:
    • END_DATE_FIELD_NUMBER

      public static final int END_DATE_FIELD_NUMBER
      See Also:
    • NAME_OF_CLASS_FIELD_NUMBER

      public static final int NAME_OF_CLASS_FIELD_NUMBER
      See Also:
    • CODE_PREFIX_FIELD_NUMBER

      public static final int CODE_PREFIX_FIELD_NUMBER
      See Also:
    • START_VALUE_FIELD_NUMBER

      public static final int START_VALUE_FIELD_NUMBER
      See Also:
    • END_VALUE_FIELD_NUMBER

      public static final int END_VALUE_FIELD_NUMBER
      See Also:
    • MAXIMUM_LENGTH_FIELD_NUMBER

      public static final int MAXIMUM_LENGTH_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • TYPE_OF_CODESPACE_ASSIGNMENT_REF_FIELD_NUMBER

      public static final int TYPE_OF_CODESPACE_ASSIGNMENT_REF_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_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
    • 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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
    • 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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
    • 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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
      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 = 223;
      Specified by:
      getDerivedFromVersionRef in interface CodespaceAssignmentTypeOrBuilder
      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 = 223;
      Specified by:
      getDerivedFromVersionRefBytes in interface CodespaceAssignmentTypeOrBuilder
      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 = 224;
      Specified by:
      getDerivedFromObjectRef in interface CodespaceAssignmentTypeOrBuilder
      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 = 224;
      Specified by:
      getDerivedFromObjectRefBytes in interface CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
    • 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 CodespaceAssignmentTypeOrBuilder
    • 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 CodespaceAssignmentTypeOrBuilder
    • 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 CodespaceAssignmentTypeOrBuilder
    • 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 CodespaceAssignmentTypeOrBuilder
    • 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 CodespaceAssignmentTypeOrBuilder
    • 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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
    • 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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
      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 CodespaceAssignmentTypeOrBuilder
    • hasCodespaceRef

      public boolean hasCodespaceRef()
       Reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 161;
      Specified by:
      hasCodespaceRef in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      Whether the codespaceRef field is set.
    • getCodespaceRef

      public VersionOfObjectRefStructure getCodespaceRef()
       Reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 161;
      Specified by:
      getCodespaceRef in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The codespaceRef.
    • getCodespaceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getCodespaceRefOrBuilder()
       Reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 161;
      Specified by:
      getCodespaceRefOrBuilder in interface CodespaceAssignmentTypeOrBuilder
    • hasCodespace

      public boolean hasCodespace()
       A system for uniquely identifying objects of a given type. Used for the distributed management of objects from many different sources. For example eachregion of a country may be given a different codespace to use when allocating stop identifieres which will be unique within a country.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 71:49]
       
      .uk.org.netex.www.netex.CodespaceType codespace = 162;
      Specified by:
      hasCodespace in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      Whether the codespace field is set.
    • getCodespace

      public CodespaceType getCodespace()
       A system for uniquely identifying objects of a given type. Used for the distributed management of objects from many different sources. For example eachregion of a country may be given a different codespace to use when allocating stop identifieres which will be unique within a country.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 71:49]
       
      .uk.org.netex.www.netex.CodespaceType codespace = 162;
      Specified by:
      getCodespace in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The codespace.
    • getCodespaceOrBuilder

      public CodespaceTypeOrBuilder getCodespaceOrBuilder()
       A system for uniquely identifying objects of a given type. Used for the distributed management of objects from many different sources. For example eachregion of a country may be given a different codespace to use when allocating stop identifieres which will be unique within a country.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 71:49]
       
      .uk.org.netex.www.netex.CodespaceType codespace = 162;
      Specified by:
      getCodespaceOrBuilder in interface CodespaceAssignmentTypeOrBuilder
    • hasAdministrativeZoneRef

      public boolean hasAdministrativeZoneRef()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 171;
      Specified by:
      hasAdministrativeZoneRef in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      Whether the administrativeZoneRef field is set.
    • getAdministrativeZoneRef

      public AdministrativeZoneRefType getAdministrativeZoneRef()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 171;
      Specified by:
      getAdministrativeZoneRef in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The administrativeZoneRef.
    • getAdministrativeZoneRefOrBuilder

      public AdministrativeZoneRefTypeOrBuilder getAdministrativeZoneRefOrBuilder()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 171;
      Specified by:
      getAdministrativeZoneRefOrBuilder in interface CodespaceAssignmentTypeOrBuilder
    • hasStartDate

      public boolean hasStartDate()
       Start date for effectiveness of CODESPACE ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 760:64]
       
      .google.type.Date start_date = 172;
      Specified by:
      hasStartDate in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      Whether the startDate field is set.
    • getStartDate

      public com.google.type.Date getStartDate()
       Start date for effectiveness of CODESPACE ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 760:64]
       
      .google.type.Date start_date = 172;
      Specified by:
      getStartDate in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The startDate.
    • getStartDateOrBuilder

      public com.google.type.DateOrBuilder getStartDateOrBuilder()
       Start date for effectiveness of CODESPACE ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 760:64]
       
      .google.type.Date start_date = 172;
      Specified by:
      getStartDateOrBuilder in interface CodespaceAssignmentTypeOrBuilder
    • hasEndDate

      public boolean hasEndDate()
       End date for effectiveness of CODESPACE ASSIGNMENT. Date is INCLUSIVE.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 765:62]
       
      .google.type.Date end_date = 173;
      Specified by:
      hasEndDate in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      Whether the endDate field is set.
    • getEndDate

      public com.google.type.Date getEndDate()
       End date for effectiveness of CODESPACE ASSIGNMENT. Date is INCLUSIVE.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 765:62]
       
      .google.type.Date end_date = 173;
      Specified by:
      getEndDate in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The endDate.
    • getEndDateOrBuilder

      public com.google.type.DateOrBuilder getEndDateOrBuilder()
       End date for effectiveness of CODESPACE ASSIGNMENT. Date is INCLUSIVE.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 765:62]
       
      .google.type.Date end_date = 173;
      Specified by:
      getEndDateOrBuilder in interface CodespaceAssignmentTypeOrBuilder
    • getNameOfClass

      public String getNameOfClass()
       Name of class whose names are being assigned.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 770:69]
       
      string name_of_class = 1;
      Specified by:
      getNameOfClass in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The nameOfClass.
    • getNameOfClassBytes

      public com.google.protobuf.ByteString getNameOfClassBytes()
       Name of class whose names are being assigned.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 770:69]
       
      string name_of_class = 1;
      Specified by:
      getNameOfClassBytes in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The bytes for nameOfClass.
    • getCodePrefixList

      public com.google.protobuf.ProtocolStringList getCodePrefixList()
       Code prefix assigned uniquely to zone. Used to allocate new ids If CODESPACE also specified, used within CODESPACE. Only this ADMINISTRATIVE ZONE may allocate codes beginning with these prefixes.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 775:99]
       
      repeated string code_prefix = 175;
      Specified by:
      getCodePrefixList in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      A list containing the codePrefix.
    • getCodePrefixCount

      public int getCodePrefixCount()
       Code prefix assigned uniquely to zone. Used to allocate new ids If CODESPACE also specified, used within CODESPACE. Only this ADMINISTRATIVE ZONE may allocate codes beginning with these prefixes.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 775:99]
       
      repeated string code_prefix = 175;
      Specified by:
      getCodePrefixCount in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The count of codePrefix.
    • getCodePrefix

      public String getCodePrefix(int index)
       Code prefix assigned uniquely to zone. Used to allocate new ids If CODESPACE also specified, used within CODESPACE. Only this ADMINISTRATIVE ZONE may allocate codes beginning with these prefixes.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 775:99]
       
      repeated string code_prefix = 175;
      Specified by:
      getCodePrefix in interface CodespaceAssignmentTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The codePrefix at the given index.
    • getCodePrefixBytes

      public com.google.protobuf.ByteString getCodePrefixBytes(int index)
       Code prefix assigned uniquely to zone. Used to allocate new ids If CODESPACE also specified, used within CODESPACE. Only this ADMINISTRATIVE ZONE may allocate codes beginning with these prefixes.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 775:99]
       
      repeated string code_prefix = 175;
      Specified by:
      getCodePrefixBytes in interface CodespaceAssignmentTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the codePrefix at the given index.
    • getStartValue

      public String getStartValue()
       Start range for codes allocateed by Organisation under this CODESPACE ASSIGNMENT. +V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 805:77]
       
      string start_value = 176;
      Specified by:
      getStartValue in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The startValue.
    • getStartValueBytes

      public com.google.protobuf.ByteString getStartValueBytes()
       Start range for codes allocateed by Organisation under this CODESPACE ASSIGNMENT. +V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 805:77]
       
      string start_value = 176;
      Specified by:
      getStartValueBytes in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The bytes for startValue.
    • getEndValue

      public String getEndValue()
       End range for codes allocateed by Organisation under this CODESPACE ASSIGNMENT. +V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 810:75]
       
      string end_value = 177;
      Specified by:
      getEndValue in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The endValue.
    • getEndValueBytes

      public com.google.protobuf.ByteString getEndValueBytes()
       End range for codes allocateed by Organisation under this CODESPACE ASSIGNMENT. +V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 810:75]
       
      string end_value = 177;
      Specified by:
      getEndValueBytes in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The bytes for endValue.
    • getMaximumLength

      public int getMaximumLength()
       Maximum Length for code. +V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 787:71]
       
      int32 maximum_length = 191;
      Specified by:
      getMaximumLength in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The maximumLength.
    • hasDescription

      public boolean hasDescription()
       Description of CODESPACE ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 792:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 192;
      Specified by:
      hasDescription in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of CODESPACE ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 792:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 192;
      Specified by:
      getDescription in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of CODESPACE ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 792:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 192;
      Specified by:
      getDescriptionOrBuilder in interface CodespaceAssignmentTypeOrBuilder
    • hasTypeOfCodespaceAssignmentRef

      public boolean hasTypeOfCodespaceAssignmentRef()
       Reference to a TYPE OF CODESPACE ASSIGNMENT. +v1.1  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 201:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_codespace_assignment_ref = 193;
      Specified by:
      hasTypeOfCodespaceAssignmentRef in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      Whether the typeOfCodespaceAssignmentRef field is set.
    • getTypeOfCodespaceAssignmentRef

      public VersionOfObjectRefStructure getTypeOfCodespaceAssignmentRef()
       Reference to a TYPE OF CODESPACE ASSIGNMENT. +v1.1  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 201:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_codespace_assignment_ref = 193;
      Specified by:
      getTypeOfCodespaceAssignmentRef in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The typeOfCodespaceAssignmentRef.
    • getTypeOfCodespaceAssignmentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfCodespaceAssignmentRefOrBuilder()
       Reference to a TYPE OF CODESPACE ASSIGNMENT. +v1.1  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 201:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_codespace_assignment_ref = 193;
      Specified by:
      getTypeOfCodespaceAssignmentRefOrBuilder in interface CodespaceAssignmentTypeOrBuilder
    • getId

      public String getId()
       [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 733:80]
       
      string id = 221;
      Specified by:
      getId in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 733:80]
       
      string id = 221;
      Specified by:
      getIdBytes in interface CodespaceAssignmentTypeOrBuilder
      Returns:
      The bytes for id.
    • 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 CodespaceAssignmentType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static CodespaceAssignmentType.Builder newBuilder()
    • newBuilder

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

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

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

      public static CodespaceAssignmentType getDefaultInstance()
    • parser

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

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