Class SimpleValidityConditionType.Builder

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

public static final class SimpleValidityConditionType.Builder extends com.google.protobuf.GeneratedMessage.Builder<SimpleValidityConditionType.Builder> implements SimpleValidityConditionTypeOrBuilder
 OPTIMISATION Simple version of a VALIDITY CONDITION used in order to characterise a given VERSION of a VERSION FRAME. Comprises a simple period.Deprecated.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 355:63]
 
Protobuf type uk.org.netex.www.netex.SimpleValidityConditionType
  • 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<SimpleValidityConditionType.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<SimpleValidityConditionType.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<SimpleValidityConditionType.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

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

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

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

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

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

      public SimpleValidityConditionType.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 SimpleValidityConditionTypeOrBuilder
      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

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

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

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

      public SimpleValidityConditionType.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 = 285;
      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 = 286;
      Specified by:
      getDerivedFromObjectRef in interface SimpleValidityConditionTypeOrBuilder
      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 = 286;
      Specified by:
      getDerivedFromObjectRefBytes in interface SimpleValidityConditionTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public SimpleValidityConditionType.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 = 286;
      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 SimpleValidityConditionTypeOrBuilder
      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 SimpleValidityConditionTypeOrBuilder
      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 SimpleValidityConditionType.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 SimpleValidityConditionType.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 SimpleValidityConditionTypeOrBuilder
    • 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 SimpleValidityConditionTypeOrBuilder
    • 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 SimpleValidityConditionTypeOrBuilder
    • 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 SimpleValidityConditionTypeOrBuilder
    • setValidBetween

      public SimpleValidityConditionType.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 SimpleValidityConditionType.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 SimpleValidityConditionType.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 SimpleValidityConditionType.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 SimpleValidityConditionType.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 SimpleValidityConditionType.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 SimpleValidityConditionType.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 SimpleValidityConditionType.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 SimpleValidityConditionType.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 SimpleValidityConditionTypeOrBuilder
    • 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 SimpleValidityConditionTypeOrBuilder
    • 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 SimpleValidityConditionTypeOrBuilder
      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 SimpleValidityConditionTypeOrBuilder
      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 SimpleValidityConditionType.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 SimpleValidityConditionType.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 SimpleValidityConditionTypeOrBuilder
    • 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 SimpleValidityConditionTypeOrBuilder
      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 SimpleValidityConditionTypeOrBuilder
      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

       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 SimpleValidityConditionType.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 SimpleValidityConditionTypeOrBuilder
    • 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 SimpleValidityConditionTypeOrBuilder
      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 SimpleValidityConditionTypeOrBuilder
      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 SimpleValidityConditionType.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 SimpleValidityConditionType.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 SimpleValidityConditionTypeOrBuilder
    • 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 SimpleValidityConditionTypeOrBuilder
      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 SimpleValidityConditionTypeOrBuilder
      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 SimpleValidityConditionType.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 SimpleValidityConditionTypeOrBuilder
    • hasName

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

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

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

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

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

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

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

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

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

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

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

      public SimpleValidityConditionType.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • mergeDescription

       Description of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • clearDescription

      public SimpleValidityConditionType.Builder clearDescription()
       Description of VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionBuilder

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

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

      public boolean hasConditionedObjectRef()
       Entity to which condition specifically attaches.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 144:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure conditioned_object_ref = 163;
      Specified by:
      hasConditionedObjectRef in interface SimpleValidityConditionTypeOrBuilder
      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 144:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure conditioned_object_ref = 163;
      Specified by:
      getConditionedObjectRef in interface SimpleValidityConditionTypeOrBuilder
      Returns:
      The conditionedObjectRef.
    • setConditionedObjectRef

      public SimpleValidityConditionType.Builder setConditionedObjectRef(VersionOfObjectRefStructure value)
       Entity to which condition specifically attaches.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 144:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure conditioned_object_ref = 163;
    • setConditionedObjectRef

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

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

      public SimpleValidityConditionType.Builder clearConditionedObjectRef()
       Entity to which condition specifically attaches.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 144:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure conditioned_object_ref = 163;
    • getConditionedObjectRefBuilder

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

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

      public boolean hasWithConditionRef()
       CONDITION with which this rule is logically ANDed.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure with_condition_ref = 164;
      Specified by:
      hasWithConditionRef in interface SimpleValidityConditionTypeOrBuilder
      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 149:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure with_condition_ref = 164;
      Specified by:
      getWithConditionRef in interface SimpleValidityConditionTypeOrBuilder
      Returns:
      The withConditionRef.
    • setWithConditionRef

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

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

       CONDITION with which this rule is logically ANDed.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure with_condition_ref = 164;
    • clearWithConditionRef

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

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

      public VersionOfObjectRefStructureOrBuilder getWithConditionRefOrBuilder()
       CONDITION with which this rule is logically ANDed.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure with_condition_ref = 164;
      Specified by:
      getWithConditionRefOrBuilder in interface SimpleValidityConditionTypeOrBuilder
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 376:77]
       
      string id = 281;
      Specified by:
      getId in interface SimpleValidityConditionTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 376:77]
       
      string id = 281;
      Specified by:
      getIdBytes in interface SimpleValidityConditionTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 376:77]
       
      string id = 281;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 376:77]
       
      string id = 281;
      Returns:
      This builder for chaining.
    • setIdBytes

      public SimpleValidityConditionType.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 376:77]
       
      string id = 281;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasFromDate

      public boolean hasFromDate()
       Start date of AVAILABILITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 364:71]
       
      .google.protobuf.Timestamp from_date = 282;
      Specified by:
      hasFromDate in interface SimpleValidityConditionTypeOrBuilder
      Returns:
      Whether the fromDate field is set.
    • getFromDate

      public com.google.protobuf.Timestamp getFromDate()
       Start date of AVAILABILITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 364:71]
       
      .google.protobuf.Timestamp from_date = 282;
      Specified by:
      getFromDate in interface SimpleValidityConditionTypeOrBuilder
      Returns:
      The fromDate.
    • setFromDate

      public SimpleValidityConditionType.Builder setFromDate(com.google.protobuf.Timestamp value)
       Start date of AVAILABILITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 364:71]
       
      .google.protobuf.Timestamp from_date = 282;
    • setFromDate

      public SimpleValidityConditionType.Builder setFromDate(com.google.protobuf.Timestamp.Builder builderForValue)
       Start date of AVAILABILITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 364:71]
       
      .google.protobuf.Timestamp from_date = 282;
    • mergeFromDate

      public SimpleValidityConditionType.Builder mergeFromDate(com.google.protobuf.Timestamp value)
       Start date of AVAILABILITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 364:71]
       
      .google.protobuf.Timestamp from_date = 282;
    • clearFromDate

      public SimpleValidityConditionType.Builder clearFromDate()
       Start date of AVAILABILITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 364:71]
       
      .google.protobuf.Timestamp from_date = 282;
    • getFromDateBuilder

      public com.google.protobuf.Timestamp.Builder getFromDateBuilder()
       Start date of AVAILABILITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 364:71]
       
      .google.protobuf.Timestamp from_date = 282;
    • getFromDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getFromDateOrBuilder()
       Start date of AVAILABILITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 364:71]
       
      .google.protobuf.Timestamp from_date = 282;
      Specified by:
      getFromDateOrBuilder in interface SimpleValidityConditionTypeOrBuilder
    • hasToDate

      public boolean hasToDate()
       End of AVAILABILITY CONDITION. Date is INCLUSIVE.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 369:69]
       
      .google.protobuf.Timestamp to_date = 283;
      Specified by:
      hasToDate in interface SimpleValidityConditionTypeOrBuilder
      Returns:
      Whether the toDate field is set.
    • getToDate

      public com.google.protobuf.Timestamp getToDate()
       End of AVAILABILITY CONDITION. Date is INCLUSIVE.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 369:69]
       
      .google.protobuf.Timestamp to_date = 283;
      Specified by:
      getToDate in interface SimpleValidityConditionTypeOrBuilder
      Returns:
      The toDate.
    • setToDate

      public SimpleValidityConditionType.Builder setToDate(com.google.protobuf.Timestamp value)
       End of AVAILABILITY CONDITION. Date is INCLUSIVE.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 369:69]
       
      .google.protobuf.Timestamp to_date = 283;
    • setToDate

      public SimpleValidityConditionType.Builder setToDate(com.google.protobuf.Timestamp.Builder builderForValue)
       End of AVAILABILITY CONDITION. Date is INCLUSIVE.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 369:69]
       
      .google.protobuf.Timestamp to_date = 283;
    • mergeToDate

      public SimpleValidityConditionType.Builder mergeToDate(com.google.protobuf.Timestamp value)
       End of AVAILABILITY CONDITION. Date is INCLUSIVE.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 369:69]
       
      .google.protobuf.Timestamp to_date = 283;
    • clearToDate

       End of AVAILABILITY CONDITION. Date is INCLUSIVE.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 369:69]
       
      .google.protobuf.Timestamp to_date = 283;
    • getToDateBuilder

      public com.google.protobuf.Timestamp.Builder getToDateBuilder()
       End of AVAILABILITY CONDITION. Date is INCLUSIVE.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 369:69]
       
      .google.protobuf.Timestamp to_date = 283;
    • getToDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getToDateOrBuilder()
       End of AVAILABILITY CONDITION. Date is INCLUSIVE.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 369:69]
       
      .google.protobuf.Timestamp to_date = 283;
      Specified by:
      getToDateOrBuilder in interface SimpleValidityConditionTypeOrBuilder