Class TypeOfProductCategoryType.Builder

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

public static final class TypeOfProductCategoryType.Builder extends com.google.protobuf.GeneratedMessage.Builder<TypeOfProductCategoryType.Builder> implements TypeOfProductCategoryTypeOrBuilder
 Classification of a PRODUCT CATEGORY.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 344:93]
 
Protobuf type uk.org.netex.www.netex.TypeOfProductCategoryType
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<TypeOfProductCategoryType.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<TypeOfProductCategoryType.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<TypeOfProductCategoryType.Builder>
    • getDefaultInstanceForType

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

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

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

      public TypeOfProductCategoryType.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TypeOfProductCategoryType.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<TypeOfProductCategoryType.Builder>
    • mergeFrom

      public TypeOfProductCategoryType.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TypeOfProductCategoryType.Builder>
      Throws:
      IOException
    • 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 TypeOfProductCategoryTypeOrBuilder
      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 TypeOfProductCategoryTypeOrBuilder
      Returns:
      The created.
    • setCreated

      public TypeOfProductCategoryType.Builder setCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • setCreated

      public TypeOfProductCategoryType.Builder setCreated(com.google.protobuf.Timestamp.Builder builderForValue)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • mergeCreated

      public TypeOfProductCategoryType.Builder mergeCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • clearCreated

      public TypeOfProductCategoryType.Builder clearCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • getCreatedBuilder

      public com.google.protobuf.Timestamp.Builder getCreatedBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • 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 TypeOfProductCategoryTypeOrBuilder
    • 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 TypeOfProductCategoryTypeOrBuilder
      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 TypeOfProductCategoryTypeOrBuilder
      Returns:
      The changed.
    • setChanged

      public TypeOfProductCategoryType.Builder setChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • setChanged

      public TypeOfProductCategoryType.Builder setChanged(com.google.protobuf.Timestamp.Builder builderForValue)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • mergeChanged

      public TypeOfProductCategoryType.Builder mergeChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • clearChanged

      public TypeOfProductCategoryType.Builder clearChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • getChangedBuilder

      public com.google.protobuf.Timestamp.Builder getChangedBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • 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 TypeOfProductCategoryTypeOrBuilder
    • 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 TypeOfProductCategoryTypeOrBuilder
      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 TypeOfProductCategoryTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

      public TypeOfProductCategoryType.Builder setVersion(String value)
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Parameters:
      value - The version to set.
      Returns:
      This builder for chaining.
    • clearVersion

      public TypeOfProductCategoryType.Builder clearVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      This builder for chaining.
    • setVersionBytes

      public TypeOfProductCategoryType.Builder setVersionBytes(com.google.protobuf.ByteString value)
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Parameters:
      value - The bytes for version to set.
      Returns:
      This builder for chaining.
    • 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 TypeOfProductCategoryTypeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public TypeOfProductCategoryType.Builder setStatusValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for status to set.
      Returns:
      This builder for chaining.
    • 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 TypeOfProductCategoryTypeOrBuilder
      Returns:
      The status.
    • setStatus

       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;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

      public TypeOfProductCategoryType.Builder clearStatus()
       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;
      Returns:
      This builder for chaining.
    • 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 = 403;
      Specified by:
      getDerivedFromVersionRef in interface TypeOfProductCategoryTypeOrBuilder
      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 = 403;
      Specified by:
      getDerivedFromVersionRefBytes in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

      public TypeOfProductCategoryType.Builder setDerivedFromVersionRef(String value)
       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 = 403;
      Parameters:
      value - The derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromVersionRef

      public TypeOfProductCategoryType.Builder clearDerivedFromVersionRef()
       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 = 403;
      Returns:
      This builder for chaining.
    • setDerivedFromVersionRefBytes

      public TypeOfProductCategoryType.Builder setDerivedFromVersionRefBytes(com.google.protobuf.ByteString value)
       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 = 403;
      Parameters:
      value - The bytes for derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • 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 = 404;
      Specified by:
      getDerivedFromObjectRef in interface TypeOfProductCategoryTypeOrBuilder
      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 = 404;
      Specified by:
      getDerivedFromObjectRefBytes in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

      public TypeOfProductCategoryType.Builder setDerivedFromObjectRef(String value)
       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 = 404;
      Parameters:
      value - The derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromObjectRef

      public TypeOfProductCategoryType.Builder clearDerivedFromObjectRef()
       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 = 404;
      Returns:
      This builder for chaining.
    • setDerivedFromObjectRefBytes

      public TypeOfProductCategoryType.Builder setDerivedFromObjectRefBytes(com.google.protobuf.ByteString value)
       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 = 404;
      Parameters:
      value - The bytes for derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • 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 TypeOfProductCategoryTypeOrBuilder
      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 TypeOfProductCategoryTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

       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;
    • setValidityConditions

      public TypeOfProductCategoryType.Builder setValidityConditions(ValidityConditions_RelStructure.Builder builderForValue)
       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;
    • mergeValidityConditions

       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;
    • clearValidityConditions

      public TypeOfProductCategoryType.Builder clearValidityConditions()
       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;
    • getValidityConditionsBuilder

      public ValidityConditions_RelStructure.Builder getValidityConditionsBuilder()
       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;
    • 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 TypeOfProductCategoryTypeOrBuilder
    • 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 TypeOfProductCategoryTypeOrBuilder
    • 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 TypeOfProductCategoryTypeOrBuilder
    • 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 TypeOfProductCategoryTypeOrBuilder
    • setValidBetween

      public TypeOfProductCategoryType.Builder setValidBetween(int index, ValidBetweenType value)
       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;
    • setValidBetween

      public TypeOfProductCategoryType.Builder setValidBetween(int index, ValidBetweenType.Builder builderForValue)
       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;
    • addValidBetween

      public TypeOfProductCategoryType.Builder addValidBetween(ValidBetweenType value)
       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;
    • addValidBetween

      public TypeOfProductCategoryType.Builder addValidBetween(int index, ValidBetweenType value)
       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;
    • addValidBetween

      public TypeOfProductCategoryType.Builder addValidBetween(ValidBetweenType.Builder builderForValue)
       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;
    • addValidBetween

      public TypeOfProductCategoryType.Builder addValidBetween(int index, ValidBetweenType.Builder builderForValue)
       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;
    • addAllValidBetween

      public TypeOfProductCategoryType.Builder addAllValidBetween(Iterable<? extends ValidBetweenType> values)
       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;
    • clearValidBetween

      public TypeOfProductCategoryType.Builder clearValidBetween()
       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;
    • removeValidBetween

      public TypeOfProductCategoryType.Builder removeValidBetween(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;
    • getValidBetweenBuilder

      public ValidBetweenType.Builder getValidBetweenBuilder(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;
    • 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 TypeOfProductCategoryTypeOrBuilder
    • 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 TypeOfProductCategoryTypeOrBuilder
    • addValidBetweenBuilder

      public ValidBetweenType.Builder addValidBetweenBuilder()
       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;
    • addValidBetweenBuilder

      public ValidBetweenType.Builder addValidBetweenBuilder(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;
    • getValidBetweenBuilderList

      public List<ValidBetweenType.Builder> getValidBetweenBuilderList()
       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;
    • 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 TypeOfProductCategoryTypeOrBuilder
      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 TypeOfProductCategoryTypeOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

       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;
    • setAlternativeTexts

      public TypeOfProductCategoryType.Builder setAlternativeTexts(AlternativeTexts_RelStructure.Builder builderForValue)
       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;
    • mergeAlternativeTexts

       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;
    • clearAlternativeTexts

      public TypeOfProductCategoryType.Builder clearAlternativeTexts()
       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;
    • getAlternativeTextsBuilder

      public AlternativeTexts_RelStructure.Builder getAlternativeTextsBuilder()
       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;
    • 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 TypeOfProductCategoryTypeOrBuilder
    • 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 TypeOfProductCategoryTypeOrBuilder
      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 TypeOfProductCategoryTypeOrBuilder
      Returns:
      The keyList.
    • setKeyList

       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;
    • setKeyList

      public TypeOfProductCategoryType.Builder setKeyList(KeyListStructure.Builder builderForValue)
       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;
    • mergeKeyList

       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;
    • clearKeyList

      public TypeOfProductCategoryType.Builder clearKeyList()
       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;
    • getKeyListBuilder

      public KeyListStructure.Builder getKeyListBuilder()
       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;
    • 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 TypeOfProductCategoryTypeOrBuilder
    • 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 TypeOfProductCategoryTypeOrBuilder
      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 TypeOfProductCategoryTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

       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;
    • setExtensions

      public TypeOfProductCategoryType.Builder setExtensions(ExtensionsStructure.Builder builderForValue)
       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;
    • mergeExtensions

       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;
    • clearExtensions

      public TypeOfProductCategoryType.Builder clearExtensions()
       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;
    • getExtensionsBuilder

      public ExtensionsStructure.Builder getExtensionsBuilder()
       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;
    • 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 TypeOfProductCategoryTypeOrBuilder
    • 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 TypeOfProductCategoryTypeOrBuilder
      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 TypeOfProductCategoryTypeOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • setBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • mergeBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • clearBrandingRef

      public TypeOfProductCategoryType.Builder clearBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • getBrandingRefBuilder

      public VersionOfObjectRefStructure.Builder getBrandingRefBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • 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 TypeOfProductCategoryTypeOrBuilder
    • hasName

      public boolean hasName()
       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The name.
    • setName

       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface TypeOfProductCategoryTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      hasShortName in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortName in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The shortName.
    • setShortName

       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • setShortName

      public TypeOfProductCategoryType.Builder setShortName(MultilingualString.Builder builderForValue)
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • mergeShortName

       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • clearShortName

      public TypeOfProductCategoryType.Builder clearShortName()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • getShortNameBuilder

      public MultilingualString.Builder getShortNameBuilder()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortNameOrBuilder in interface TypeOfProductCategoryTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      hasDescription in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescription in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The description.
    • setDescription

       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • setDescription

      public TypeOfProductCategoryType.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • mergeDescription

      public TypeOfProductCategoryType.Builder mergeDescription(MultilingualString value)
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • clearDescription

      public TypeOfProductCategoryType.Builder clearDescription()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescriptionOrBuilder in interface TypeOfProductCategoryTypeOrBuilder
    • getImage

      public String getImage()
       Default image for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 135:62]
       
      string image = 164;
      Specified by:
      getImage in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The image.
    • getImageBytes

      public com.google.protobuf.ByteString getImageBytes()
       Default image for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 135:62]
       
      string image = 164;
      Specified by:
      getImageBytes in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The bytes for image.
    • setImage

      public TypeOfProductCategoryType.Builder setImage(String value)
       Default image for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 135:62]
       
      string image = 164;
      Parameters:
      value - The image to set.
      Returns:
      This builder for chaining.
    • clearImage

      public TypeOfProductCategoryType.Builder clearImage()
       Default image for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 135:62]
       
      string image = 164;
      Returns:
      This builder for chaining.
    • setImageBytes

      public TypeOfProductCategoryType.Builder setImageBytes(com.google.protobuf.ByteString value)
       Default image for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 135:62]
       
      string image = 164;
      Parameters:
      value - The bytes for image to set.
      Returns:
      This builder for chaining.
    • getUrl

      public String getUrl()
       Default URL for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 140:60]
       
      string url = 165;
      Specified by:
      getUrl in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
       Default URL for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 140:60]
       
      string url = 165;
      Specified by:
      getUrlBytes in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The bytes for url.
    • setUrl

       Default URL for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 140:60]
       
      string url = 165;
      Parameters:
      value - The url to set.
      Returns:
      This builder for chaining.
    • clearUrl

       Default URL for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 140:60]
       
      string url = 165;
      Returns:
      This builder for chaining.
    • setUrlBytes

      public TypeOfProductCategoryType.Builder setUrlBytes(com.google.protobuf.ByteString value)
       Default URL for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 140:60]
       
      string url = 165;
      Parameters:
      value - The bytes for url to set.
      Returns:
      This builder for chaining.
    • 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 = 166;
      Specified by:
      hasPrivateCode in interface TypeOfProductCategoryTypeOrBuilder
      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 = 166;
      Specified by:
      getPrivateCode in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

       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 = 166;
    • setPrivateCode

      public TypeOfProductCategoryType.Builder setPrivateCode(PrivateCodeStructure.Builder builderForValue)
       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 = 166;
    • mergePrivateCode

       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 = 166;
    • clearPrivateCode

      public TypeOfProductCategoryType.Builder clearPrivateCode()
       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 = 166;
    • getPrivateCodeBuilder

      public PrivateCodeStructure.Builder getPrivateCodeBuilder()
       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 = 166;
    • 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 = 166;
      Specified by:
      getPrivateCodeOrBuilder in interface TypeOfProductCategoryTypeOrBuilder
    • getNameOfClassifiedEntityClass

      public String getNameOfClassifiedEntityClass()
       Name of Class of the ENTITY. Allows reflection. Fixed for each ENTITY type.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 226:89]
       
      string name_of_classified_entity_class = 191;
      Specified by:
      getNameOfClassifiedEntityClass in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The nameOfClassifiedEntityClass.
    • getNameOfClassifiedEntityClassBytes

      public com.google.protobuf.ByteString getNameOfClassifiedEntityClassBytes()
       Name of Class of the ENTITY. Allows reflection. Fixed for each ENTITY type.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 226:89]
       
      string name_of_classified_entity_class = 191;
      Specified by:
      getNameOfClassifiedEntityClassBytes in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The bytes for nameOfClassifiedEntityClass.
    • setNameOfClassifiedEntityClass

      public TypeOfProductCategoryType.Builder setNameOfClassifiedEntityClass(String value)
       Name of Class of the ENTITY. Allows reflection. Fixed for each ENTITY type.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 226:89]
       
      string name_of_classified_entity_class = 191;
      Parameters:
      value - The nameOfClassifiedEntityClass to set.
      Returns:
      This builder for chaining.
    • clearNameOfClassifiedEntityClass

      public TypeOfProductCategoryType.Builder clearNameOfClassifiedEntityClass()
       Name of Class of the ENTITY. Allows reflection. Fixed for each ENTITY type.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 226:89]
       
      string name_of_classified_entity_class = 191;
      Returns:
      This builder for chaining.
    • setNameOfClassifiedEntityClassBytes

      public TypeOfProductCategoryType.Builder setNameOfClassifiedEntityClassBytes(com.google.protobuf.ByteString value)
       Name of Class of the ENTITY. Allows reflection. Fixed for each ENTITY type.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 226:89]
       
      string name_of_classified_entity_class = 191;
      Parameters:
      value - The bytes for nameOfClassifiedEntityClass to set.
      Returns:
      This builder for chaining.
    • hasExternalProductCategoryRef

      public boolean hasExternalProductCategoryRef()
       An alternative code that uniquely identifies the PRODUCT CATEGORY. Specifically for use in AVMS systems that require an alias, if code is different from main identifier. For VDV compatibility.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 391:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 371;
      Specified by:
      hasExternalProductCategoryRef in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      Whether the externalProductCategoryRef field is set.
    • getExternalProductCategoryRef

      public VersionOfObjectRefStructure getExternalProductCategoryRef()
       An alternative code that uniquely identifies the PRODUCT CATEGORY. Specifically for use in AVMS systems that require an alias, if code is different from main identifier. For VDV compatibility.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 391:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 371;
      Specified by:
      getExternalProductCategoryRef in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The externalProductCategoryRef.
    • setExternalProductCategoryRef

      public TypeOfProductCategoryType.Builder setExternalProductCategoryRef(VersionOfObjectRefStructure value)
       An alternative code that uniquely identifies the PRODUCT CATEGORY. Specifically for use in AVMS systems that require an alias, if code is different from main identifier. For VDV compatibility.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 391:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 371;
    • setExternalProductCategoryRef

      public TypeOfProductCategoryType.Builder setExternalProductCategoryRef(VersionOfObjectRefStructure.Builder builderForValue)
       An alternative code that uniquely identifies the PRODUCT CATEGORY. Specifically for use in AVMS systems that require an alias, if code is different from main identifier. For VDV compatibility.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 391:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 371;
    • mergeExternalProductCategoryRef

      public TypeOfProductCategoryType.Builder mergeExternalProductCategoryRef(VersionOfObjectRefStructure value)
       An alternative code that uniquely identifies the PRODUCT CATEGORY. Specifically for use in AVMS systems that require an alias, if code is different from main identifier. For VDV compatibility.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 391:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 371;
    • clearExternalProductCategoryRef

      public TypeOfProductCategoryType.Builder clearExternalProductCategoryRef()
       An alternative code that uniquely identifies the PRODUCT CATEGORY. Specifically for use in AVMS systems that require an alias, if code is different from main identifier. For VDV compatibility.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 391:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 371;
    • getExternalProductCategoryRefBuilder

      public VersionOfObjectRefStructure.Builder getExternalProductCategoryRefBuilder()
       An alternative code that uniquely identifies the PRODUCT CATEGORY. Specifically for use in AVMS systems that require an alias, if code is different from main identifier. For VDV compatibility.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 391:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 371;
    • getExternalProductCategoryRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getExternalProductCategoryRefOrBuilder()
       An alternative code that uniquely identifies the PRODUCT CATEGORY. Specifically for use in AVMS systems that require an alias, if code is different from main identifier. For VDV compatibility.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 391:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 371;
      Specified by:
      getExternalProductCategoryRefOrBuilder in interface TypeOfProductCategoryTypeOrBuilder
    • getId

      public String getId()
       Reference to a TYPE OF PRODUCT CATEGORY.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 365:66]
       
      string id = 401;
      Specified by:
      getId in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Reference to a TYPE OF PRODUCT CATEGORY.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 365:66]
       
      string id = 401;
      Specified by:
      getIdBytes in interface TypeOfProductCategoryTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

       Reference to a TYPE OF PRODUCT CATEGORY.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 365:66]
       
      string id = 401;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Reference to a TYPE OF PRODUCT CATEGORY.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 365:66]
       
      string id = 401;
      Returns:
      This builder for chaining.
    • setIdBytes

      public TypeOfProductCategoryType.Builder setIdBytes(com.google.protobuf.ByteString value)
       Reference to a TYPE OF PRODUCT CATEGORY.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 365:66]
       
      string id = 401;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.