Class DepartmentType.Builder

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

public static final class DepartmentType.Builder extends com.google.protobuf.GeneratedMessage.Builder<DepartmentType.Builder> implements DepartmentTypeOrBuilder
 Department of an ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 427:88]
 
Protobuf type uk.org.netex.www.netex.DepartmentType
  • 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<DepartmentType.Builder>
    • clear

      public DepartmentType.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<DepartmentType.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<DepartmentType.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public DepartmentType.Builder mergeFrom(DepartmentType other)
    • isInitialized

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

      public DepartmentType.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<DepartmentType.Builder>
      Throws:
      IOException
    • getOrganisationRefStructureCase

      public DepartmentType.OrganisationRefStructureCase getOrganisationRefStructureCase()
      Specified by:
      getOrganisationRefStructureCase in interface DepartmentTypeOrBuilder
    • clearOrganisationRefStructure

      public DepartmentType.Builder clearOrganisationRefStructure()
    • 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 DepartmentTypeOrBuilder
      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 DepartmentTypeOrBuilder
      Returns:
      The created.
    • setCreated

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

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

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

      public DepartmentType.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 DepartmentTypeOrBuilder
      Returns:
      The status.
    • setStatus

      public DepartmentType.Builder setStatus(StatusEnumeration 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 status to set.
      Returns:
      This builder for chaining.
    • clearStatus

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

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

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

      public DepartmentType.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 = 353;
      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 = 354;
      Specified by:
      getDerivedFromObjectRef in interface DepartmentTypeOrBuilder
      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 = 354;
      Specified by:
      getDerivedFromObjectRefBytes in interface DepartmentTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public DepartmentType.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 = 354;
      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 DepartmentTypeOrBuilder
      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 DepartmentTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

      public DepartmentType.Builder setValidityConditions(ValidityConditions_RelStructure value)
       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 DepartmentType.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

      public DepartmentType.Builder mergeValidityConditions(ValidityConditions_RelStructure value)
       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 DepartmentType.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 DepartmentTypeOrBuilder
    • 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 DepartmentTypeOrBuilder
    • 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 DepartmentTypeOrBuilder
    • 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 DepartmentTypeOrBuilder
    • setValidBetween

      public DepartmentType.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 DepartmentType.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 DepartmentType.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 DepartmentType.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 DepartmentType.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 DepartmentType.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 DepartmentType.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 DepartmentType.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 DepartmentType.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 DepartmentTypeOrBuilder
    • 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 DepartmentTypeOrBuilder
    • 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 DepartmentTypeOrBuilder
      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 DepartmentTypeOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

      public DepartmentType.Builder setAlternativeTexts(AlternativeTexts_RelStructure value)
       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 DepartmentType.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

      public DepartmentType.Builder mergeAlternativeTexts(AlternativeTexts_RelStructure value)
       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 DepartmentType.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 DepartmentTypeOrBuilder
    • 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 DepartmentTypeOrBuilder
      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 DepartmentTypeOrBuilder
      Returns:
      The keyList.
    • setKeyList

      public DepartmentType.Builder setKeyList(KeyListStructure value)
       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 DepartmentType.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

      public DepartmentType.Builder mergeKeyList(KeyListStructure value)
       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 DepartmentType.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 DepartmentTypeOrBuilder
    • 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 DepartmentTypeOrBuilder
      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 DepartmentTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

      public DepartmentType.Builder setExtensions(ExtensionsStructure value)
       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 DepartmentType.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

      public DepartmentType.Builder mergeExtensions(ExtensionsStructure value)
       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 DepartmentType.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 DepartmentTypeOrBuilder
    • 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 DepartmentTypeOrBuilder
      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 DepartmentTypeOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

      public DepartmentType.Builder setBrandingRef(VersionOfObjectRefStructure value)
       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

      public DepartmentType.Builder setBrandingRef(VersionOfObjectRefStructure.Builder builderForValue)
       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

      public DepartmentType.Builder mergeBrandingRef(VersionOfObjectRefStructure value)
       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 DepartmentType.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 DepartmentTypeOrBuilder
    • hasName

      public boolean hasName()
       Name of ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 372:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface DepartmentTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 372:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface DepartmentTypeOrBuilder
      Returns:
      The name.
    • setName

       Name of ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 372:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

      public DepartmentType.Builder setName(MultilingualString.Builder builderForValue)
       Name of ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 372:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

      public DepartmentType.Builder mergeName(MultilingualString value)
       Name of ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 372:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

      public DepartmentType.Builder clearName()
       Name of ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 372:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 372:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 372:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface DepartmentTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 377:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      hasShortName in interface DepartmentTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 377:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortName in interface DepartmentTypeOrBuilder
      Returns:
      The shortName.
    • setShortName

      public DepartmentType.Builder setShortName(MultilingualString value)
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 377:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • setShortName

      public DepartmentType.Builder setShortName(MultilingualString.Builder builderForValue)
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 377:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • mergeShortName

      public DepartmentType.Builder mergeShortName(MultilingualString value)
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 377:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • clearShortName

      public DepartmentType.Builder clearShortName()
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 377:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • getShortNameBuilder

      public MultilingualString.Builder getShortNameBuilder()
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 377:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 377:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortNameOrBuilder in interface DepartmentTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 382:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      hasDescription in interface DepartmentTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 382:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescription in interface DepartmentTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public DepartmentType.Builder setDescription(MultilingualString value)
       Description of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 382:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • setDescription

      public DepartmentType.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 382:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • mergeDescription

      public DepartmentType.Builder mergeDescription(MultilingualString value)
       Description of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 382:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • clearDescription

      public DepartmentType.Builder clearDescription()
       Description of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 382:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 382:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 382:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescriptionOrBuilder in interface DepartmentTypeOrBuilder
    • hasPublicCode

      public boolean hasPublicCode()
       Additional public code used for department.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 387:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 164;
      Specified by:
      hasPublicCode in interface DepartmentTypeOrBuilder
      Returns:
      Whether the publicCode field is set.
    • getPublicCode

      public PrivateCodeStructure getPublicCode()
       Additional public code used for department.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 387:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 164;
      Specified by:
      getPublicCode in interface DepartmentTypeOrBuilder
      Returns:
      The publicCode.
    • setPublicCode

      public DepartmentType.Builder setPublicCode(PrivateCodeStructure value)
       Additional public code used for department.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 387:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 164;
    • setPublicCode

      public DepartmentType.Builder setPublicCode(PrivateCodeStructure.Builder builderForValue)
       Additional public code used for department.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 387:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 164;
    • mergePublicCode

      public DepartmentType.Builder mergePublicCode(PrivateCodeStructure value)
       Additional public code used for department.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 387:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 164;
    • clearPublicCode

      public DepartmentType.Builder clearPublicCode()
       Additional public code used for department.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 387:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 164;
    • getPublicCodeBuilder

      public PrivateCodeStructure.Builder getPublicCodeBuilder()
       Additional public code used for department.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 387:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 164;
    • getPublicCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPublicCodeOrBuilder()
       Additional public code used for department.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 387:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 164;
      Specified by:
      getPublicCodeOrBuilder in interface DepartmentTypeOrBuilder
    • hasPrivateCode

      public boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
      Specified by:
      hasPrivateCode in interface DepartmentTypeOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      public PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
      Specified by:
      getPrivateCode in interface DepartmentTypeOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

      public DepartmentType.Builder setPrivateCode(PrivateCodeStructure value)
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
    • setPrivateCode

      public DepartmentType.Builder setPrivateCode(PrivateCodeStructure.Builder builderForValue)
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
    • mergePrivateCode

      public DepartmentType.Builder mergePrivateCode(PrivateCodeStructure value)
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
    • clearPrivateCode

      public DepartmentType.Builder clearPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
    • getPrivateCodeBuilder

      public PrivateCodeStructure.Builder getPrivateCodeBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
    • getPrivateCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
      Specified by:
      getPrivateCodeOrBuilder in interface DepartmentTypeOrBuilder
    • hasContactDetails

      public boolean hasContactDetails()
       Contact details for ORGANISATION PART for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 393:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 166;
      Specified by:
      hasContactDetails in interface DepartmentTypeOrBuilder
      Returns:
      Whether the contactDetails field is set.
    • getContactDetails

      public ContactStructure getContactDetails()
       Contact details for ORGANISATION PART for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 393:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 166;
      Specified by:
      getContactDetails in interface DepartmentTypeOrBuilder
      Returns:
      The contactDetails.
    • setContactDetails

      public DepartmentType.Builder setContactDetails(ContactStructure value)
       Contact details for ORGANISATION PART for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 393:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 166;
    • setContactDetails

      public DepartmentType.Builder setContactDetails(ContactStructure.Builder builderForValue)
       Contact details for ORGANISATION PART for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 393:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 166;
    • mergeContactDetails

      public DepartmentType.Builder mergeContactDetails(ContactStructure value)
       Contact details for ORGANISATION PART for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 393:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 166;
    • clearContactDetails

      public DepartmentType.Builder clearContactDetails()
       Contact details for ORGANISATION PART for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 393:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 166;
    • getContactDetailsBuilder

      public ContactStructure.Builder getContactDetailsBuilder()
       Contact details for ORGANISATION PART for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 393:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 166;
    • getContactDetailsOrBuilder

      public ContactStructureOrBuilder getContactDetailsOrBuilder()
       Contact details for ORGANISATION PART for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 393:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 166;
      Specified by:
      getContactDetailsOrBuilder in interface DepartmentTypeOrBuilder
    • hasLocation

      public boolean hasLocation()
       Coordinates of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 398:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 167;
      Specified by:
      hasLocation in interface DepartmentTypeOrBuilder
      Returns:
      Whether the location field is set.
    • getLocation

      public LocationStructure getLocation()
       Coordinates of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 398:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 167;
      Specified by:
      getLocation in interface DepartmentTypeOrBuilder
      Returns:
      The location.
    • setLocation

      public DepartmentType.Builder setLocation(LocationStructure value)
       Coordinates of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 398:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 167;
    • setLocation

      public DepartmentType.Builder setLocation(LocationStructure.Builder builderForValue)
       Coordinates of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 398:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 167;
    • mergeLocation

      public DepartmentType.Builder mergeLocation(LocationStructure value)
       Coordinates of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 398:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 167;
    • clearLocation

      public DepartmentType.Builder clearLocation()
       Coordinates of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 398:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 167;
    • getLocationBuilder

      public LocationStructure.Builder getLocationBuilder()
       Coordinates of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 398:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 167;
    • getLocationOrBuilder

      public LocationStructureOrBuilder getLocationOrBuilder()
       Coordinates of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 398:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 167;
      Specified by:
      getLocationOrBuilder in interface DepartmentTypeOrBuilder
    • hasTypeOfOrganisationPartRef

      public boolean hasTypeOfOrganisationPartRef()
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 177;
      Specified by:
      hasTypeOfOrganisationPartRef in interface DepartmentTypeOrBuilder
      Returns:
      Whether the typeOfOrganisationPartRef field is set.
    • getTypeOfOrganisationPartRef

      public TypeOfOrganisationPartRefType getTypeOfOrganisationPartRef()
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 177;
      Specified by:
      getTypeOfOrganisationPartRef in interface DepartmentTypeOrBuilder
      Returns:
      The typeOfOrganisationPartRef.
    • setTypeOfOrganisationPartRef

      public DepartmentType.Builder setTypeOfOrganisationPartRef(TypeOfOrganisationPartRefType value)
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 177;
    • setTypeOfOrganisationPartRef

      public DepartmentType.Builder setTypeOfOrganisationPartRef(TypeOfOrganisationPartRefType.Builder builderForValue)
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 177;
    • mergeTypeOfOrganisationPartRef

      public DepartmentType.Builder mergeTypeOfOrganisationPartRef(TypeOfOrganisationPartRefType value)
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 177;
    • clearTypeOfOrganisationPartRef

      public DepartmentType.Builder clearTypeOfOrganisationPartRef()
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 177;
    • getTypeOfOrganisationPartRefBuilder

      public TypeOfOrganisationPartRefType.Builder getTypeOfOrganisationPartRefBuilder()
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 177;
    • getTypeOfOrganisationPartRefOrBuilder

      public TypeOfOrganisationPartRefTypeOrBuilder getTypeOfOrganisationPartRefOrBuilder()
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 177;
      Specified by:
      getTypeOfOrganisationPartRefOrBuilder in interface DepartmentTypeOrBuilder
    • hasAdministrativeZones

      public boolean hasAdministrativeZones()
       Zones managed by ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 405:98]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure administrative_zones = 178;
      Specified by:
      hasAdministrativeZones in interface DepartmentTypeOrBuilder
      Returns:
      Whether the administrativeZones field is set.
    • getAdministrativeZones

      public AdministrativeZones_RelStructure getAdministrativeZones()
       Zones managed by ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 405:98]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure administrative_zones = 178;
      Specified by:
      getAdministrativeZones in interface DepartmentTypeOrBuilder
      Returns:
      The administrativeZones.
    • setAdministrativeZones

      public DepartmentType.Builder setAdministrativeZones(AdministrativeZones_RelStructure value)
       Zones managed by ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 405:98]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure administrative_zones = 178;
    • setAdministrativeZones

      public DepartmentType.Builder setAdministrativeZones(AdministrativeZones_RelStructure.Builder builderForValue)
       Zones managed by ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 405:98]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure administrative_zones = 178;
    • mergeAdministrativeZones

      public DepartmentType.Builder mergeAdministrativeZones(AdministrativeZones_RelStructure value)
       Zones managed by ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 405:98]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure administrative_zones = 178;
    • clearAdministrativeZones

      public DepartmentType.Builder clearAdministrativeZones()
       Zones managed by ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 405:98]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure administrative_zones = 178;
    • getAdministrativeZonesBuilder

      public AdministrativeZones_RelStructure.Builder getAdministrativeZonesBuilder()
       Zones managed by ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 405:98]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure administrative_zones = 178;
    • getAdministrativeZonesOrBuilder

      public AdministrativeZones_RelStructureOrBuilder getAdministrativeZonesOrBuilder()
       Zones managed by ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 405:98]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure administrative_zones = 178;
      Specified by:
      getAdministrativeZonesOrBuilder in interface DepartmentTypeOrBuilder
    • hasOwnResponsibilitySets

      public boolean hasOwnResponsibilitySets()
       Own RESPONSIBILITY SETs V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 296:99]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure own_responsibility_sets = 179;
      Specified by:
      hasOwnResponsibilitySets in interface DepartmentTypeOrBuilder
      Returns:
      Whether the ownResponsibilitySets field is set.
    • getOwnResponsibilitySets

      public ResponsibilitySets_RelStructure getOwnResponsibilitySets()
       Own RESPONSIBILITY SETs V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 296:99]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure own_responsibility_sets = 179;
      Specified by:
      getOwnResponsibilitySets in interface DepartmentTypeOrBuilder
      Returns:
      The ownResponsibilitySets.
    • setOwnResponsibilitySets

      public DepartmentType.Builder setOwnResponsibilitySets(ResponsibilitySets_RelStructure value)
       Own RESPONSIBILITY SETs V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 296:99]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure own_responsibility_sets = 179;
    • setOwnResponsibilitySets

      public DepartmentType.Builder setOwnResponsibilitySets(ResponsibilitySets_RelStructure.Builder builderForValue)
       Own RESPONSIBILITY SETs V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 296:99]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure own_responsibility_sets = 179;
    • mergeOwnResponsibilitySets

      public DepartmentType.Builder mergeOwnResponsibilitySets(ResponsibilitySets_RelStructure value)
       Own RESPONSIBILITY SETs V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 296:99]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure own_responsibility_sets = 179;
    • clearOwnResponsibilitySets

      public DepartmentType.Builder clearOwnResponsibilitySets()
       Own RESPONSIBILITY SETs V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 296:99]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure own_responsibility_sets = 179;
    • getOwnResponsibilitySetsBuilder

      public ResponsibilitySets_RelStructure.Builder getOwnResponsibilitySetsBuilder()
       Own RESPONSIBILITY SETs V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 296:99]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure own_responsibility_sets = 179;
    • getOwnResponsibilitySetsOrBuilder

      public ResponsibilitySets_RelStructureOrBuilder getOwnResponsibilitySetsOrBuilder()
       Own RESPONSIBILITY SETs V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 296:99]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure own_responsibility_sets = 179;
      Specified by:
      getOwnResponsibilitySetsOrBuilder in interface DepartmentTypeOrBuilder
    • hasDelegatedResponsibilitySets

      public boolean hasDelegatedResponsibilitySets()
       Delegated responsibility SETS.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 301:105]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure delegated_responsibility_sets = 180;
      Specified by:
      hasDelegatedResponsibilitySets in interface DepartmentTypeOrBuilder
      Returns:
      Whether the delegatedResponsibilitySets field is set.
    • getDelegatedResponsibilitySets

      public ResponsibilitySets_RelStructure getDelegatedResponsibilitySets()
       Delegated responsibility SETS.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 301:105]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure delegated_responsibility_sets = 180;
      Specified by:
      getDelegatedResponsibilitySets in interface DepartmentTypeOrBuilder
      Returns:
      The delegatedResponsibilitySets.
    • setDelegatedResponsibilitySets

      public DepartmentType.Builder setDelegatedResponsibilitySets(ResponsibilitySets_RelStructure value)
       Delegated responsibility SETS.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 301:105]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure delegated_responsibility_sets = 180;
    • setDelegatedResponsibilitySets

      public DepartmentType.Builder setDelegatedResponsibilitySets(ResponsibilitySets_RelStructure.Builder builderForValue)
       Delegated responsibility SETS.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 301:105]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure delegated_responsibility_sets = 180;
    • mergeDelegatedResponsibilitySets

      public DepartmentType.Builder mergeDelegatedResponsibilitySets(ResponsibilitySets_RelStructure value)
       Delegated responsibility SETS.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 301:105]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure delegated_responsibility_sets = 180;
    • clearDelegatedResponsibilitySets

      public DepartmentType.Builder clearDelegatedResponsibilitySets()
       Delegated responsibility SETS.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 301:105]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure delegated_responsibility_sets = 180;
    • getDelegatedResponsibilitySetsBuilder

      public ResponsibilitySets_RelStructure.Builder getDelegatedResponsibilitySetsBuilder()
       Delegated responsibility SETS.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 301:105]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure delegated_responsibility_sets = 180;
    • getDelegatedResponsibilitySetsOrBuilder

      public ResponsibilitySets_RelStructureOrBuilder getDelegatedResponsibilitySetsOrBuilder()
       Delegated responsibility SETS.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 301:105]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure delegated_responsibility_sets = 180;
      Specified by:
      getDelegatedResponsibilitySetsOrBuilder in interface DepartmentTypeOrBuilder
    • hasDelegatedFrom

      public boolean hasDelegatedFrom()
       Other ORGANISATIONs that delegate to this   ORGANISATION. (TAP TSI B1.)  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 306:89]
       
      .uk.org.netex.www.netex.OrganisationRefs_RelStructure delegated_from = 181;
      Specified by:
      hasDelegatedFrom in interface DepartmentTypeOrBuilder
      Returns:
      Whether the delegatedFrom field is set.
    • getDelegatedFrom

      public OrganisationRefs_RelStructure getDelegatedFrom()
       Other ORGANISATIONs that delegate to this   ORGANISATION. (TAP TSI B1.)  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 306:89]
       
      .uk.org.netex.www.netex.OrganisationRefs_RelStructure delegated_from = 181;
      Specified by:
      getDelegatedFrom in interface DepartmentTypeOrBuilder
      Returns:
      The delegatedFrom.
    • setDelegatedFrom

      public DepartmentType.Builder setDelegatedFrom(OrganisationRefs_RelStructure value)
       Other ORGANISATIONs that delegate to this   ORGANISATION. (TAP TSI B1.)  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 306:89]
       
      .uk.org.netex.www.netex.OrganisationRefs_RelStructure delegated_from = 181;
    • setDelegatedFrom

      public DepartmentType.Builder setDelegatedFrom(OrganisationRefs_RelStructure.Builder builderForValue)
       Other ORGANISATIONs that delegate to this   ORGANISATION. (TAP TSI B1.)  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 306:89]
       
      .uk.org.netex.www.netex.OrganisationRefs_RelStructure delegated_from = 181;
    • mergeDelegatedFrom

      public DepartmentType.Builder mergeDelegatedFrom(OrganisationRefs_RelStructure value)
       Other ORGANISATIONs that delegate to this   ORGANISATION. (TAP TSI B1.)  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 306:89]
       
      .uk.org.netex.www.netex.OrganisationRefs_RelStructure delegated_from = 181;
    • clearDelegatedFrom

      public DepartmentType.Builder clearDelegatedFrom()
       Other ORGANISATIONs that delegate to this   ORGANISATION. (TAP TSI B1.)  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 306:89]
       
      .uk.org.netex.www.netex.OrganisationRefs_RelStructure delegated_from = 181;
    • getDelegatedFromBuilder

      public OrganisationRefs_RelStructure.Builder getDelegatedFromBuilder()
       Other ORGANISATIONs that delegate to this   ORGANISATION. (TAP TSI B1.)  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 306:89]
       
      .uk.org.netex.www.netex.OrganisationRefs_RelStructure delegated_from = 181;
    • getDelegatedFromOrBuilder

      public OrganisationRefs_RelStructureOrBuilder getDelegatedFromOrBuilder()
       Other ORGANISATIONs that delegate to this   ORGANISATION. (TAP TSI B1.)  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 306:89]
       
      .uk.org.netex.www.netex.OrganisationRefs_RelStructure delegated_from = 181;
      Specified by:
      getDelegatedFromOrBuilder in interface DepartmentTypeOrBuilder
    • hasTypeOfOperationRef

      public boolean hasTypeOfOperationRef()
       Reference to a TYPE OF OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 302:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_operation_ref = 321;
      Specified by:
      hasTypeOfOperationRef in interface DepartmentTypeOrBuilder
      Returns:
      Whether the typeOfOperationRef field is set.
    • getTypeOfOperationRef

      public VersionOfObjectRefStructure getTypeOfOperationRef()
       Reference to a TYPE OF OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 302:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_operation_ref = 321;
      Specified by:
      getTypeOfOperationRef in interface DepartmentTypeOrBuilder
      Returns:
      The typeOfOperationRef.
    • setTypeOfOperationRef

      public DepartmentType.Builder setTypeOfOperationRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 302:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_operation_ref = 321;
    • setTypeOfOperationRef

      public DepartmentType.Builder setTypeOfOperationRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 302:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_operation_ref = 321;
    • mergeTypeOfOperationRef

      public DepartmentType.Builder mergeTypeOfOperationRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 302:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_operation_ref = 321;
    • clearTypeOfOperationRef

      public DepartmentType.Builder clearTypeOfOperationRef()
       Reference to a TYPE OF OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 302:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_operation_ref = 321;
    • getTypeOfOperationRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfOperationRefBuilder()
       Reference to a TYPE OF OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 302:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_operation_ref = 321;
    • getTypeOfOperationRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfOperationRefOrBuilder()
       Reference to a TYPE OF OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 302:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_operation_ref = 321;
      Specified by:
      getTypeOfOperationRefOrBuilder in interface DepartmentTypeOrBuilder
    • hasUnits

      public boolean hasUnits()
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 471:87]
       
      .uk.org.netex.www.netex.OrganisationalUnitRefs_RelStructure units = 322;
      Specified by:
      hasUnits in interface DepartmentTypeOrBuilder
      Returns:
      Whether the units field is set.
    • getUnits

       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 471:87]
       
      .uk.org.netex.www.netex.OrganisationalUnitRefs_RelStructure units = 322;
      Specified by:
      getUnits in interface DepartmentTypeOrBuilder
      Returns:
      The units.
    • setUnits

       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 471:87]
       
      .uk.org.netex.www.netex.OrganisationalUnitRefs_RelStructure units = 322;
    • setUnits

       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 471:87]
       
      .uk.org.netex.www.netex.OrganisationalUnitRefs_RelStructure units = 322;
    • mergeUnits

       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 471:87]
       
      .uk.org.netex.www.netex.OrganisationalUnitRefs_RelStructure units = 322;
    • clearUnits

      public DepartmentType.Builder clearUnits()
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 471:87]
       
      .uk.org.netex.www.netex.OrganisationalUnitRefs_RelStructure units = 322;
    • getUnitsBuilder

       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 471:87]
       
      .uk.org.netex.www.netex.OrganisationalUnitRefs_RelStructure units = 322;
    • getUnitsOrBuilder

       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 471:87]
       
      .uk.org.netex.www.netex.OrganisationalUnitRefs_RelStructure units = 322;
      Specified by:
      getUnitsOrBuilder in interface DepartmentTypeOrBuilder
    • getId

      public String getId()
       [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 448:56]
       
      string id = 351;
      Specified by:
      getId in interface DepartmentTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 448:56]
       
      string id = 351;
      Specified by:
      getIdBytes in interface DepartmentTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public DepartmentType.Builder setId(String value)
       [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 448:56]
       
      string id = 351;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public DepartmentType.Builder clearId()
       [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 448:56]
       
      string id = 351;
      Returns:
      This builder for chaining.
    • setIdBytes

      public DepartmentType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 448:56]
       
      string id = 351;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasOrganisationRef

      public boolean hasOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 168;
      Specified by:
      hasOrganisationRef in interface DepartmentTypeOrBuilder
      Returns:
      Whether the organisationRef field is set.
    • getOrganisationRef

      public VersionOfObjectRefStructure getOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 168;
      Specified by:
      getOrganisationRef in interface DepartmentTypeOrBuilder
      Returns:
      The organisationRef.
    • setOrganisationRef

      public DepartmentType.Builder setOrganisationRef(VersionOfObjectRefStructure value)
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 168;
    • setOrganisationRef

      public DepartmentType.Builder setOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 168;
    • mergeOrganisationRef

      public DepartmentType.Builder mergeOrganisationRef(VersionOfObjectRefStructure value)
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 168;
    • clearOrganisationRef

      public DepartmentType.Builder clearOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 168;
    • getOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getOrganisationRefBuilder()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 168;
    • getOrganisationRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOrganisationRefOrBuilder()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 168;
      Specified by:
      getOrganisationRefOrBuilder in interface DepartmentTypeOrBuilder
    • hasOtherOrganisationRef

      public boolean hasOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 169;
      Specified by:
      hasOtherOrganisationRef in interface DepartmentTypeOrBuilder
      Returns:
      Whether the otherOrganisationRef field is set.
    • getOtherOrganisationRef

      public VersionOfObjectRefStructure getOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 169;
      Specified by:
      getOtherOrganisationRef in interface DepartmentTypeOrBuilder
      Returns:
      The otherOrganisationRef.
    • setOtherOrganisationRef

      public DepartmentType.Builder setOtherOrganisationRef(VersionOfObjectRefStructure value)
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 169;
    • setOtherOrganisationRef

      public DepartmentType.Builder setOtherOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 169;
    • mergeOtherOrganisationRef

      public DepartmentType.Builder mergeOtherOrganisationRef(VersionOfObjectRefStructure value)
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 169;
    • clearOtherOrganisationRef

      public DepartmentType.Builder clearOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 169;
    • getOtherOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getOtherOrganisationRefBuilder()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 169;
    • getOtherOrganisationRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOtherOrganisationRefOrBuilder()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 169;
      Specified by:
      getOtherOrganisationRefOrBuilder in interface DepartmentTypeOrBuilder
    • hasTravelAgentRef

      public boolean hasTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 170;
      Specified by:
      hasTravelAgentRef in interface DepartmentTypeOrBuilder
      Returns:
      Whether the travelAgentRef field is set.
    • getTravelAgentRef

      public VersionOfObjectRefStructure getTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 170;
      Specified by:
      getTravelAgentRef in interface DepartmentTypeOrBuilder
      Returns:
      The travelAgentRef.
    • setTravelAgentRef

      public DepartmentType.Builder setTravelAgentRef(VersionOfObjectRefStructure value)
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 170;
    • setTravelAgentRef

      public DepartmentType.Builder setTravelAgentRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 170;
    • mergeTravelAgentRef

      public DepartmentType.Builder mergeTravelAgentRef(VersionOfObjectRefStructure value)
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 170;
    • clearTravelAgentRef

      public DepartmentType.Builder clearTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 170;
    • getTravelAgentRefBuilder

      public VersionOfObjectRefStructure.Builder getTravelAgentRefBuilder()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 170;
    • getTravelAgentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTravelAgentRefOrBuilder()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 170;
      Specified by:
      getTravelAgentRefOrBuilder in interface DepartmentTypeOrBuilder
    • hasServicedOrganisationRef

      public boolean hasServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 171;
      Specified by:
      hasServicedOrganisationRef in interface DepartmentTypeOrBuilder
      Returns:
      Whether the servicedOrganisationRef field is set.
    • getServicedOrganisationRef

      public VersionOfObjectRefStructure getServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 171;
      Specified by:
      getServicedOrganisationRef in interface DepartmentTypeOrBuilder
      Returns:
      The servicedOrganisationRef.
    • setServicedOrganisationRef

      public DepartmentType.Builder setServicedOrganisationRef(VersionOfObjectRefStructure value)
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 171;
    • setServicedOrganisationRef

      public DepartmentType.Builder setServicedOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 171;
    • mergeServicedOrganisationRef

      public DepartmentType.Builder mergeServicedOrganisationRef(VersionOfObjectRefStructure value)
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 171;
    • clearServicedOrganisationRef

      public DepartmentType.Builder clearServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 171;
    • getServicedOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getServicedOrganisationRefBuilder()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 171;
    • getServicedOrganisationRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServicedOrganisationRefOrBuilder()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 171;
      Specified by:
      getServicedOrganisationRefOrBuilder in interface DepartmentTypeOrBuilder
    • hasManagementAgentRef

      public boolean hasManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 172;
      Specified by:
      hasManagementAgentRef in interface DepartmentTypeOrBuilder
      Returns:
      Whether the managementAgentRef field is set.
    • getManagementAgentRef

      public VersionOfObjectRefStructure getManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 172;
      Specified by:
      getManagementAgentRef in interface DepartmentTypeOrBuilder
      Returns:
      The managementAgentRef.
    • setManagementAgentRef

      public DepartmentType.Builder setManagementAgentRef(VersionOfObjectRefStructure value)
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 172;
    • setManagementAgentRef

      public DepartmentType.Builder setManagementAgentRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 172;
    • mergeManagementAgentRef

      public DepartmentType.Builder mergeManagementAgentRef(VersionOfObjectRefStructure value)
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 172;
    • clearManagementAgentRef

      public DepartmentType.Builder clearManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 172;
    • getManagementAgentRefBuilder

      public VersionOfObjectRefStructure.Builder getManagementAgentRefBuilder()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 172;
    • getManagementAgentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getManagementAgentRefOrBuilder()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 172;
      Specified by:
      getManagementAgentRefOrBuilder in interface DepartmentTypeOrBuilder
    • hasGeneralOrganisationRef

      public boolean hasGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 173;
      Specified by:
      hasGeneralOrganisationRef in interface DepartmentTypeOrBuilder
      Returns:
      Whether the generalOrganisationRef field is set.
    • getGeneralOrganisationRef

      public VersionOfObjectRefStructure getGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 173;
      Specified by:
      getGeneralOrganisationRef in interface DepartmentTypeOrBuilder
      Returns:
      The generalOrganisationRef.
    • setGeneralOrganisationRef

      public DepartmentType.Builder setGeneralOrganisationRef(VersionOfObjectRefStructure value)
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 173;
    • setGeneralOrganisationRef

      public DepartmentType.Builder setGeneralOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 173;
    • mergeGeneralOrganisationRef

      public DepartmentType.Builder mergeGeneralOrganisationRef(VersionOfObjectRefStructure value)
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 173;
    • clearGeneralOrganisationRef

      public DepartmentType.Builder clearGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 173;
    • getGeneralOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getGeneralOrganisationRefBuilder()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 173;
    • getGeneralOrganisationRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getGeneralOrganisationRefOrBuilder()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 173;
      Specified by:
      getGeneralOrganisationRefOrBuilder in interface DepartmentTypeOrBuilder
    • hasOperatorRef

      public boolean hasOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 174;
      Specified by:
      hasOperatorRef in interface DepartmentTypeOrBuilder
      Returns:
      Whether the operatorRef field is set.
    • getOperatorRef

      public VersionOfObjectRefStructure getOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 174;
      Specified by:
      getOperatorRef in interface DepartmentTypeOrBuilder
      Returns:
      The operatorRef.
    • setOperatorRef

      public DepartmentType.Builder setOperatorRef(VersionOfObjectRefStructure value)
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 174;
    • setOperatorRef

      public DepartmentType.Builder setOperatorRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 174;
    • mergeOperatorRef

      public DepartmentType.Builder mergeOperatorRef(VersionOfObjectRefStructure value)
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 174;
    • clearOperatorRef

      public DepartmentType.Builder clearOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 174;
    • getOperatorRefBuilder

      public VersionOfObjectRefStructure.Builder getOperatorRefBuilder()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 174;
    • getOperatorRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOperatorRefOrBuilder()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 174;
      Specified by:
      getOperatorRefOrBuilder in interface DepartmentTypeOrBuilder
    • hasAuthorityRef

      public boolean hasAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 175;
      Specified by:
      hasAuthorityRef in interface DepartmentTypeOrBuilder
      Returns:
      Whether the authorityRef field is set.
    • getAuthorityRef

      public VersionOfObjectRefStructure getAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 175;
      Specified by:
      getAuthorityRef in interface DepartmentTypeOrBuilder
      Returns:
      The authorityRef.
    • setAuthorityRef

      public DepartmentType.Builder setAuthorityRef(VersionOfObjectRefStructure value)
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 175;
    • setAuthorityRef

      public DepartmentType.Builder setAuthorityRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 175;
    • mergeAuthorityRef

      public DepartmentType.Builder mergeAuthorityRef(VersionOfObjectRefStructure value)
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 175;
    • clearAuthorityRef

      public DepartmentType.Builder clearAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 175;
    • getAuthorityRefBuilder

      public VersionOfObjectRefStructure.Builder getAuthorityRefBuilder()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 175;
    • getAuthorityRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getAuthorityRefOrBuilder()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 175;
      Specified by:
      getAuthorityRefOrBuilder in interface DepartmentTypeOrBuilder
    • hasRetailConsortiumRef

      public boolean hasRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 176;
      Specified by:
      hasRetailConsortiumRef in interface DepartmentTypeOrBuilder
      Returns:
      Whether the retailConsortiumRef field is set.
    • getRetailConsortiumRef

      public VersionOfObjectRefStructure getRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 176;
      Specified by:
      getRetailConsortiumRef in interface DepartmentTypeOrBuilder
      Returns:
      The retailConsortiumRef.
    • setRetailConsortiumRef

      public DepartmentType.Builder setRetailConsortiumRef(VersionOfObjectRefStructure value)
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 176;
    • setRetailConsortiumRef

      public DepartmentType.Builder setRetailConsortiumRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 176;
    • mergeRetailConsortiumRef

      public DepartmentType.Builder mergeRetailConsortiumRef(VersionOfObjectRefStructure value)
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 176;
    • clearRetailConsortiumRef

      public DepartmentType.Builder clearRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 176;
    • getRetailConsortiumRefBuilder

      public VersionOfObjectRefStructure.Builder getRetailConsortiumRefBuilder()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 176;
    • getRetailConsortiumRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRetailConsortiumRefOrBuilder()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 176;
      Specified by:
      getRetailConsortiumRefOrBuilder in interface DepartmentTypeOrBuilder
    • hasOnlineServiceOperatorRef

      public boolean hasOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 342;
      Specified by:
      hasOnlineServiceOperatorRef in interface DepartmentTypeOrBuilder
      Returns:
      Whether the onlineServiceOperatorRef field is set.
    • getOnlineServiceOperatorRef

      public VersionOfObjectRefStructure getOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 342;
      Specified by:
      getOnlineServiceOperatorRef in interface DepartmentTypeOrBuilder
      Returns:
      The onlineServiceOperatorRef.
    • setOnlineServiceOperatorRef

      public DepartmentType.Builder setOnlineServiceOperatorRef(VersionOfObjectRefStructure value)
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 342;
    • setOnlineServiceOperatorRef

      public DepartmentType.Builder setOnlineServiceOperatorRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 342;
    • mergeOnlineServiceOperatorRef

      public DepartmentType.Builder mergeOnlineServiceOperatorRef(VersionOfObjectRefStructure value)
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 342;
    • clearOnlineServiceOperatorRef

      public DepartmentType.Builder clearOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 342;
    • getOnlineServiceOperatorRefBuilder

      public VersionOfObjectRefStructure.Builder getOnlineServiceOperatorRefBuilder()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 342;
    • getOnlineServiceOperatorRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOnlineServiceOperatorRefOrBuilder()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 342;
      Specified by:
      getOnlineServiceOperatorRefOrBuilder in interface DepartmentTypeOrBuilder