Class ValidityRuleParameterType.Builder

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

public static final class ValidityRuleParameterType.Builder extends com.google.protobuf.GeneratedMessage.Builder<ValidityRuleParameterType.Builder> implements ValidityRuleParameterTypeOrBuilder
 A user defined VALIDITY CONDITION used by a rule for selecting versions. E.g. river level > 1,5 m and bad weather.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 257:100]
 
Protobuf type uk.org.netex.www.netex.ValidityRuleParameterType
  • 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<ValidityRuleParameterType.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<ValidityRuleParameterType.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<ValidityRuleParameterType.Builder>
    • getDefaultInstanceForType

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

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

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

      public ValidityRuleParameterType.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<ValidityRuleParameterType.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<ValidityRuleParameterType.Builder>
    • mergeFrom

      public ValidityRuleParameterType.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<ValidityRuleParameterType.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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterTypeOrBuilder
      Returns:
      The created.
    • setCreated

      public ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterTypeOrBuilder
    • 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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterTypeOrBuilder
      Returns:
      The changed.
    • setChanged

      public ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterTypeOrBuilder
    • 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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

      public ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterTypeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public ValidityRuleParameterType.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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterType.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 = 346;
      Specified by:
      getDerivedFromVersionRef in interface ValidityRuleParameterTypeOrBuilder
      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 = 346;
      Specified by:
      getDerivedFromVersionRefBytes in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

      public ValidityRuleParameterType.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 = 346;
      Parameters:
      value - The derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromVersionRef

      public ValidityRuleParameterType.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 = 346;
      Returns:
      This builder for chaining.
    • setDerivedFromVersionRefBytes

      public ValidityRuleParameterType.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 = 346;
      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 = 347;
      Specified by:
      getDerivedFromObjectRef in interface ValidityRuleParameterTypeOrBuilder
      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 = 347;
      Specified by:
      getDerivedFromObjectRefBytes in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

      public ValidityRuleParameterType.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 = 347;
      Parameters:
      value - The derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromObjectRef

      public ValidityRuleParameterType.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 = 347;
      Returns:
      This builder for chaining.
    • setDerivedFromObjectRefBytes

      public ValidityRuleParameterType.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 = 347;
      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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterTypeOrBuilder
    • 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 ValidityRuleParameterTypeOrBuilder
    • 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 ValidityRuleParameterTypeOrBuilder
    • 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 ValidityRuleParameterTypeOrBuilder
    • setValidBetween

      public ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterTypeOrBuilder
    • 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 ValidityRuleParameterTypeOrBuilder
    • 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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterTypeOrBuilder
    • 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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterTypeOrBuilder
    • 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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterType.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 ValidityRuleParameterType.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 ValidityRuleParameterTypeOrBuilder
    • 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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterTypeOrBuilder
      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 ValidityRuleParameterType.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 ValidityRuleParameterTypeOrBuilder
    • hasRuleObjectRef

      public boolean hasRuleObjectRef()
       Entity on which Rules based - Trigger value is taken from it.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 316:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rule_object_ref = 261;
      Specified by:
      hasRuleObjectRef in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      Whether the ruleObjectRef field is set.
    • getRuleObjectRef

      public VersionOfObjectRefStructure getRuleObjectRef()
       Entity on which Rules based - Trigger value is taken from it.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 316:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rule_object_ref = 261;
      Specified by:
      getRuleObjectRef in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The ruleObjectRef.
    • setRuleObjectRef

       Entity on which Rules based - Trigger value is taken from it.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 316:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rule_object_ref = 261;
    • setRuleObjectRef

       Entity on which Rules based - Trigger value is taken from it.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 316:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rule_object_ref = 261;
    • mergeRuleObjectRef

       Entity on which Rules based - Trigger value is taken from it.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 316:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rule_object_ref = 261;
    • clearRuleObjectRef

      public ValidityRuleParameterType.Builder clearRuleObjectRef()
       Entity on which Rules based - Trigger value is taken from it.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 316:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rule_object_ref = 261;
    • getRuleObjectRefBuilder

      public VersionOfObjectRefStructure.Builder getRuleObjectRefBuilder()
       Entity on which Rules based - Trigger value is taken from it.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 316:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rule_object_ref = 261;
    • getRuleObjectRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRuleObjectRefOrBuilder()
       Entity on which Rules based - Trigger value is taken from it.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 316:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rule_object_ref = 261;
      Specified by:
      getRuleObjectRefOrBuilder in interface ValidityRuleParameterTypeOrBuilder
    • getAttributeName

      public String getAttributeName()
       Name of an Attribute of the referenced ENTITY which provides Trigger value.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 323:59]
       
      string attribute_name = 262;
      Specified by:
      getAttributeName in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The attributeName.
    • getAttributeNameBytes

      public com.google.protobuf.ByteString getAttributeNameBytes()
       Name of an Attribute of the referenced ENTITY which provides Trigger value.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 323:59]
       
      string attribute_name = 262;
      Specified by:
      getAttributeNameBytes in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The bytes for attributeName.
    • setAttributeName

      public ValidityRuleParameterType.Builder setAttributeName(String value)
       Name of an Attribute of the referenced ENTITY which provides Trigger value.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 323:59]
       
      string attribute_name = 262;
      Parameters:
      value - The attributeName to set.
      Returns:
      This builder for chaining.
    • clearAttributeName

      public ValidityRuleParameterType.Builder clearAttributeName()
       Name of an Attribute of the referenced ENTITY which provides Trigger value.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 323:59]
       
      string attribute_name = 262;
      Returns:
      This builder for chaining.
    • setAttributeNameBytes

      public ValidityRuleParameterType.Builder setAttributeNameBytes(com.google.protobuf.ByteString value)
       Name of an Attribute of the referenced ENTITY which provides Trigger value.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 323:59]
       
      string attribute_name = 262;
      Parameters:
      value - The bytes for attributeName to set.
      Returns:
      This builder for chaining.
    • getComparisonOperatorValue

      public int getComparisonOperatorValue()
       Comparison operator to be used when comparing the referenced attribute of  to the Attribute Value : EQ, NE,GE, GT, LE,LT (equal, not equal, greater equal, greater than, lower equal, lower than).  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 328:80]
       
      .uk.org.netex.www.netex.RelativeOperatorEnumeration comparison_operator = 263;
      Specified by:
      getComparisonOperatorValue in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The enum numeric value on the wire for comparisonOperator.
    • setComparisonOperatorValue

      public ValidityRuleParameterType.Builder setComparisonOperatorValue(int value)
       Comparison operator to be used when comparing the referenced attribute of  to the Attribute Value : EQ, NE,GE, GT, LE,LT (equal, not equal, greater equal, greater than, lower equal, lower than).  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 328:80]
       
      .uk.org.netex.www.netex.RelativeOperatorEnumeration comparison_operator = 263;
      Parameters:
      value - The enum numeric value on the wire for comparisonOperator to set.
      Returns:
      This builder for chaining.
    • getComparisonOperator

      public RelativeOperatorEnumeration getComparisonOperator()
       Comparison operator to be used when comparing the referenced attribute of  to the Attribute Value : EQ, NE,GE, GT, LE,LT (equal, not equal, greater equal, greater than, lower equal, lower than).  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 328:80]
       
      .uk.org.netex.www.netex.RelativeOperatorEnumeration comparison_operator = 263;
      Specified by:
      getComparisonOperator in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The comparisonOperator.
    • setComparisonOperator

      public ValidityRuleParameterType.Builder setComparisonOperator(RelativeOperatorEnumeration value)
       Comparison operator to be used when comparing the referenced attribute of  to the Attribute Value : EQ, NE,GE, GT, LE,LT (equal, not equal, greater equal, greater than, lower equal, lower than).  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 328:80]
       
      .uk.org.netex.www.netex.RelativeOperatorEnumeration comparison_operator = 263;
      Parameters:
      value - The comparisonOperator to set.
      Returns:
      This builder for chaining.
    • clearComparisonOperator

      public ValidityRuleParameterType.Builder clearComparisonOperator()
       Comparison operator to be used when comparing the referenced attribute of  to the Attribute Value : EQ, NE,GE, GT, LE,LT (equal, not equal, greater equal, greater than, lower equal, lower than).  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 328:80]
       
      .uk.org.netex.www.netex.RelativeOperatorEnumeration comparison_operator = 263;
      Returns:
      This builder for chaining.
    • getAttributeValue

      public String getAttributeValue()
       Value of attribute of ENTITY.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 334:61]
       
      string attribute_value = 264;
      Specified by:
      getAttributeValue in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The attributeValue.
    • getAttributeValueBytes

      public com.google.protobuf.ByteString getAttributeValueBytes()
       Value of attribute of ENTITY.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 334:61]
       
      string attribute_value = 264;
      Specified by:
      getAttributeValueBytes in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The bytes for attributeValue.
    • setAttributeValue

      public ValidityRuleParameterType.Builder setAttributeValue(String value)
       Value of attribute of ENTITY.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 334:61]
       
      string attribute_value = 264;
      Parameters:
      value - The attributeValue to set.
      Returns:
      This builder for chaining.
    • clearAttributeValue

      public ValidityRuleParameterType.Builder clearAttributeValue()
       Value of attribute of ENTITY.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 334:61]
       
      string attribute_value = 264;
      Returns:
      This builder for chaining.
    • setAttributeValueBytes

      public ValidityRuleParameterType.Builder setAttributeValueBytes(com.google.protobuf.ByteString value)
       Value of attribute of ENTITY.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 334:61]
       
      string attribute_value = 264;
      Parameters:
      value - The bytes for attributeValue to set.
      Returns:
      This builder for chaining.
    • getMethod

      public String getMethod()
       Method for computing an attribute. By default this will be as simple operator. Some systems may support additional means of comparison.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 339:53]
       
      string method = 265;
      Specified by:
      getMethod in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The method.
    • getMethodBytes

      public com.google.protobuf.ByteString getMethodBytes()
       Method for computing an attribute. By default this will be as simple operator. Some systems may support additional means of comparison.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 339:53]
       
      string method = 265;
      Specified by:
      getMethodBytes in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The bytes for method.
    • setMethod

      public ValidityRuleParameterType.Builder setMethod(String value)
       Method for computing an attribute. By default this will be as simple operator. Some systems may support additional means of comparison.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 339:53]
       
      string method = 265;
      Parameters:
      value - The method to set.
      Returns:
      This builder for chaining.
    • clearMethod

      public ValidityRuleParameterType.Builder clearMethod()
       Method for computing an attribute. By default this will be as simple operator. Some systems may support additional means of comparison.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 339:53]
       
      string method = 265;
      Returns:
      This builder for chaining.
    • setMethodBytes

      public ValidityRuleParameterType.Builder setMethodBytes(com.google.protobuf.ByteString value)
       Method for computing an attribute. By default this will be as simple operator. Some systems may support additional means of comparison.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 339:53]
       
      string method = 265;
      Parameters:
      value - The bytes for method to set.
      Returns:
      This builder for chaining.
    • getIsValid

      public boolean getIsValid()
       If the referenced element is currently valid.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 346:52]
       
      bool is_valid = 281;
      Specified by:
      getIsValid in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The isValid.
    • setIsValid

      public ValidityRuleParameterType.Builder setIsValid(boolean value)
       If the referenced element is currently valid.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 346:52]
       
      bool is_valid = 281;
      Parameters:
      value - The isValid to set.
      Returns:
      This builder for chaining.
    • clearIsValid

      public ValidityRuleParameterType.Builder clearIsValid()
       If the referenced element is currently valid.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 346:52]
       
      bool is_valid = 281;
      Returns:
      This builder for chaining.
    • getId

      public String getId()
       [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 294:82]
       
      string id = 321;
      Specified by:
      getId in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 294:82]
       
      string id = 321;
      Specified by:
      getIdBytes in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

       [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 294:82]
       
      string id = 321;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 294:82]
       
      string id = 321;
      Returns:
      This builder for chaining.
    • setIdBytes

      public ValidityRuleParameterType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 294:82]
       
      string id = 321;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasName

      public boolean hasName()
       Name of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 269:73]
       
      .uk.org.netex.www.netex.MultilingualString name = 341;
      Specified by:
      hasName in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 269:73]
       
      .uk.org.netex.www.netex.MultilingualString name = 341;
      Specified by:
      getName in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The name.
    • setName

       Name of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 269:73]
       
      .uk.org.netex.www.netex.MultilingualString name = 341;
    • setName

       Name of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 269:73]
       
      .uk.org.netex.www.netex.MultilingualString name = 341;
    • mergeName

       Name of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 269:73]
       
      .uk.org.netex.www.netex.MultilingualString name = 341;
    • clearName

       Name of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 269:73]
       
      .uk.org.netex.www.netex.MultilingualString name = 341;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 269:73]
       
      .uk.org.netex.www.netex.MultilingualString name = 341;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 269:73]
       
      .uk.org.netex.www.netex.MultilingualString name = 341;
      Specified by:
      getNameOrBuilder in interface ValidityRuleParameterTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 274:80]
       
      .uk.org.netex.www.netex.MultilingualString description = 342;
      Specified by:
      hasDescription in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 274:80]
       
      .uk.org.netex.www.netex.MultilingualString description = 342;
      Specified by:
      getDescription in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The description.
    • setDescription

       Description of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 274:80]
       
      .uk.org.netex.www.netex.MultilingualString description = 342;
    • setDescription

      public ValidityRuleParameterType.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 274:80]
       
      .uk.org.netex.www.netex.MultilingualString description = 342;
    • mergeDescription

      public ValidityRuleParameterType.Builder mergeDescription(MultilingualString value)
       Description of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 274:80]
       
      .uk.org.netex.www.netex.MultilingualString description = 342;
    • clearDescription

      public ValidityRuleParameterType.Builder clearDescription()
       Description of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 274:80]
       
      .uk.org.netex.www.netex.MultilingualString description = 342;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 274:80]
       
      .uk.org.netex.www.netex.MultilingualString description = 342;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 274:80]
       
      .uk.org.netex.www.netex.MultilingualString description = 342;
      Specified by:
      getDescriptionOrBuilder in interface ValidityRuleParameterTypeOrBuilder
    • hasConditionedObjectRef

      public boolean hasConditionedObjectRef()
       Entity to which condition specifically attaches.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 279:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure conditioned_object_ref = 343;
      Specified by:
      hasConditionedObjectRef in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      Whether the conditionedObjectRef field is set.
    • getConditionedObjectRef

      public VersionOfObjectRefStructure getConditionedObjectRef()
       Entity to which condition specifically attaches.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 279:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure conditioned_object_ref = 343;
      Specified by:
      getConditionedObjectRef in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The conditionedObjectRef.
    • setConditionedObjectRef

      public ValidityRuleParameterType.Builder setConditionedObjectRef(VersionOfObjectRefStructure value)
       Entity to which condition specifically attaches.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 279:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure conditioned_object_ref = 343;
    • setConditionedObjectRef

      public ValidityRuleParameterType.Builder setConditionedObjectRef(VersionOfObjectRefStructure.Builder builderForValue)
       Entity to which condition specifically attaches.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 279:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure conditioned_object_ref = 343;
    • mergeConditionedObjectRef

      public ValidityRuleParameterType.Builder mergeConditionedObjectRef(VersionOfObjectRefStructure value)
       Entity to which condition specifically attaches.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 279:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure conditioned_object_ref = 343;
    • clearConditionedObjectRef

      public ValidityRuleParameterType.Builder clearConditionedObjectRef()
       Entity to which condition specifically attaches.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 279:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure conditioned_object_ref = 343;
    • getConditionedObjectRefBuilder

      public VersionOfObjectRefStructure.Builder getConditionedObjectRefBuilder()
       Entity to which condition specifically attaches.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 279:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure conditioned_object_ref = 343;
    • getConditionedObjectRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getConditionedObjectRefOrBuilder()
       Entity to which condition specifically attaches.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 279:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure conditioned_object_ref = 343;
      Specified by:
      getConditionedObjectRefOrBuilder in interface ValidityRuleParameterTypeOrBuilder
    • hasWithConditionRef

      public boolean hasWithConditionRef()
       CONDITION with which this rule is logically ANDed.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 284:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure with_condition_ref = 344;
      Specified by:
      hasWithConditionRef in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      Whether the withConditionRef field is set.
    • getWithConditionRef

      public VersionOfObjectRefStructure getWithConditionRef()
       CONDITION with which this rule is logically ANDed.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 284:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure with_condition_ref = 344;
      Specified by:
      getWithConditionRef in interface ValidityRuleParameterTypeOrBuilder
      Returns:
      The withConditionRef.
    • setWithConditionRef

       CONDITION with which this rule is logically ANDed.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 284:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure with_condition_ref = 344;
    • setWithConditionRef

      public ValidityRuleParameterType.Builder setWithConditionRef(VersionOfObjectRefStructure.Builder builderForValue)
       CONDITION with which this rule is logically ANDed.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 284:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure with_condition_ref = 344;
    • mergeWithConditionRef

      public ValidityRuleParameterType.Builder mergeWithConditionRef(VersionOfObjectRefStructure value)
       CONDITION with which this rule is logically ANDed.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 284:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure with_condition_ref = 344;
    • clearWithConditionRef

      public ValidityRuleParameterType.Builder clearWithConditionRef()
       CONDITION with which this rule is logically ANDed.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 284:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure with_condition_ref = 344;
    • getWithConditionRefBuilder

      public VersionOfObjectRefStructure.Builder getWithConditionRefBuilder()
       CONDITION with which this rule is logically ANDed.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 284:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure with_condition_ref = 344;
    • getWithConditionRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getWithConditionRefOrBuilder()
       CONDITION with which this rule is logically ANDed.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 284:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure with_condition_ref = 344;
      Specified by:
      getWithConditionRefOrBuilder in interface ValidityRuleParameterTypeOrBuilder