Class OperatorViewType

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

@Generated public final class OperatorViewType extends com.google.protobuf.GeneratedMessage implements OperatorViewTypeOrBuilder
 Simplified view of OPERATOR. All data except the identifier will be derived through the relationship.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 573:67]
 
Protobuf type uk.org.netex.www.netex.OperatorViewType
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • OPERATOR_REF_FIELD_NUMBER

      public static final int OPERATOR_REF_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • SHORT_NAME_FIELD_NUMBER

      public static final int SHORT_NAME_FIELD_NUMBER
      See Also:
    • TRADING_NAME_FIELD_NUMBER

      public static final int TRADING_NAME_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_NAMES_FIELD_NUMBER

      public static final int ALTERNATIVE_NAMES_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getId

      public String getId()
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Specified by:
      getId in interface OperatorViewTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Specified by:
      getIdBytes in interface OperatorViewTypeOrBuilder
      Returns:
      The bytes for id.
    • 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 = 2;
      Specified by:
      hasBrandingRef in interface OperatorViewTypeOrBuilder
      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 = 2;
      Specified by:
      getBrandingRef in interface OperatorViewTypeOrBuilder
      Returns:
      The brandingRef.
    • 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 = 2;
      Specified by:
      getBrandingRefOrBuilder in interface OperatorViewTypeOrBuilder
    • 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 = 41;
      Specified by:
      hasOperatorRef in interface OperatorViewTypeOrBuilder
      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 = 41;
      Specified by:
      getOperatorRef in interface OperatorViewTypeOrBuilder
      Returns:
      The operatorRef.
    • 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 = 41;
      Specified by:
      getOperatorRefOrBuilder in interface OperatorViewTypeOrBuilder
    • hasName

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

      public MultilingualString getName()
       The name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 226:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
      Specified by:
      getName in interface OperatorViewTypeOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       The name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 226:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
      Specified by:
      getNameOrBuilder in interface OperatorViewTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       A short name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 231:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 43;
      Specified by:
      hasShortName in interface OperatorViewTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       A short name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 231:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 43;
      Specified by:
      getShortName in interface OperatorViewTypeOrBuilder
      Returns:
      The shortName.
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       A short name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 231:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 43;
      Specified by:
      getShortNameOrBuilder in interface OperatorViewTypeOrBuilder
    • hasLegalName

      public boolean hasLegalName()
       The legal name of the ORGANISATION, if different from Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 236:74]
       
      .uk.org.netex.www.netex.MultilingualString legal_name = 44;
      Specified by:
      hasLegalName in interface OperatorViewTypeOrBuilder
      Returns:
      Whether the legalName field is set.
    • getLegalName

      public MultilingualString getLegalName()
       The legal name of the ORGANISATION, if different from Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 236:74]
       
      .uk.org.netex.www.netex.MultilingualString legal_name = 44;
      Specified by:
      getLegalName in interface OperatorViewTypeOrBuilder
      Returns:
      The legalName.
    • getLegalNameOrBuilder

      public MultilingualStringOrBuilder getLegalNameOrBuilder()
       The legal name of the ORGANISATION, if different from Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 236:74]
       
      .uk.org.netex.www.netex.MultilingualString legal_name = 44;
      Specified by:
      getLegalNameOrBuilder in interface OperatorViewTypeOrBuilder
    • hasTradingName

      public boolean hasTradingName()
       The Trading name of the ORGANISATION given to the Public - If different from Name or Legal Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 241:76]
       
      .uk.org.netex.www.netex.MultilingualString trading_name = 45;
      Specified by:
      hasTradingName in interface OperatorViewTypeOrBuilder
      Returns:
      Whether the tradingName field is set.
    • getTradingName

      public MultilingualString getTradingName()
       The Trading name of the ORGANISATION given to the Public - If different from Name or Legal Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 241:76]
       
      .uk.org.netex.www.netex.MultilingualString trading_name = 45;
      Specified by:
      getTradingName in interface OperatorViewTypeOrBuilder
      Returns:
      The tradingName.
    • getTradingNameOrBuilder

      public MultilingualStringOrBuilder getTradingNameOrBuilder()
       The Trading name of the ORGANISATION given to the Public - If different from Name or Legal Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 241:76]
       
      .uk.org.netex.www.netex.MultilingualString trading_name = 45;
      Specified by:
      getTradingNameOrBuilder in interface OperatorViewTypeOrBuilder
    • hasAlternativeNames

      public boolean hasAlternativeNames()
       Alternativie names for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 246:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 46;
      Specified by:
      hasAlternativeNames in interface OperatorViewTypeOrBuilder
      Returns:
      Whether the alternativeNames field is set.
    • getAlternativeNames

      public AlternativeNames_RelStructure getAlternativeNames()
       Alternativie names for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 246:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 46;
      Specified by:
      getAlternativeNames in interface OperatorViewTypeOrBuilder
      Returns:
      The alternativeNames.
    • getAlternativeNamesOrBuilder

      public AlternativeNames_RelStructureOrBuilder getAlternativeNamesOrBuilder()
       Alternativie names for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 246:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 46;
      Specified by:
      getAlternativeNamesOrBuilder in interface OperatorViewTypeOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static OperatorViewType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static OperatorViewType parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

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

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

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

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

      public OperatorViewType.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static OperatorViewType.Builder newBuilder()
    • newBuilder

      public static OperatorViewType.Builder newBuilder(OperatorViewType prototype)
    • toBuilder

      public OperatorViewType.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static OperatorViewType getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<OperatorViewType> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public OperatorViewType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder