Class CodespaceAssignment_VersionedChildStructure

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

@Generated public final class CodespaceAssignment_VersionedChildStructure extends com.google.protobuf.GeneratedMessage implements CodespaceAssignment_VersionedChildStructureOrBuilder
 Type for a CODESPACE ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 738:87]
 
Protobuf type uk.org.netex.www.netex.CodespaceAssignment_VersionedChildStructure
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • 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:
  • 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
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getId in interface CodespaceAssignment_VersionedChildStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getIdBytes in interface CodespaceAssignment_VersionedChildStructureOrBuilder
      Returns:
      The bytes for id.
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 = 195;
      Specified by:
      getDerivedFromVersionRef in interface CodespaceAssignment_VersionedChildStructureOrBuilder
      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 = 195;
      Specified by:
      getDerivedFromVersionRefBytes in interface CodespaceAssignment_VersionedChildStructureOrBuilder
      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 = 196;
      Specified by:
      getDerivedFromObjectRef in interface CodespaceAssignment_VersionedChildStructureOrBuilder
      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 = 196;
      Specified by:
      getDerivedFromObjectRefBytes in interface CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
      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 CodespaceAssignment_VersionedChildStructureOrBuilder
    • 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 CodespaceAssignment_VersionedChildStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      Throws:
      IOException
    • parseFrom

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

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

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

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

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

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

    • newBuilder

    • toBuilder

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

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

      public static CodespaceAssignment_VersionedChildStructure getDefaultInstance()
    • parser

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

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