Interface NoticeAssignmentViewTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NoticeAssignmentViewType, NoticeAssignmentViewType.Builder

@Generated public interface NoticeAssignmentViewTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasBrandingRef

      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;
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      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;
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

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

      int getOrder()
       Order of Assignment.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 279:52]
       
      int32 order = 21;
      Returns:
      The order.
    • hasName

      boolean hasName()
       Name of ASSIGNMENT.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 270:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 41;
      Returns:
      Whether the name field is set.
    • getName

       Name of ASSIGNMENT.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 270:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 41;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of ASSIGNMENT.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 270:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 41;
    • hasNoticeRef

      boolean hasNoticeRef()
       Reference to a NOTICE i.e. footnote, note,  announcement or other informational text element.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 64:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure notice_ref = 42;
      Returns:
      Whether the noticeRef field is set.
    • getNoticeRef

       Reference to a NOTICE i.e. footnote, note,  announcement or other informational text element.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 64:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure notice_ref = 42;
      Returns:
      The noticeRef.
    • getNoticeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getNoticeRefOrBuilder()
       Reference to a NOTICE i.e. footnote, note,  announcement or other informational text element.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 64:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure notice_ref = 42;
    • getMark

      String getMark()
       Mark associated with NOTICE.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 201:61]
       
      string mark = 43;
      Returns:
      The mark.
    • getMarkBytes

      com.google.protobuf.ByteString getMarkBytes()
       Mark associated with NOTICE.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 201:61]
       
      string mark = 43;
      Returns:
      The bytes for mark.
    • getMarkUrl

      String getMarkUrl()
       URL for image associated with NOTICE.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 206:64]
       
      string mark_url = 44;
      Returns:
      The markUrl.
    • getMarkUrlBytes

      com.google.protobuf.ByteString getMarkUrlBytes()
       URL for image associated with NOTICE.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 206:64]
       
      string mark_url = 44;
      Returns:
      The bytes for markUrl.
    • getPublicityChannelValue

      int getPublicityChannelValue()
       How NOTICE is to be publicised. Default is all.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 211:104]
       
      .uk.org.netex.www.netex.PublicityChannelEnumeration publicity_channel = 45;
      Returns:
      The enum numeric value on the wire for publicityChannel.
    • getPublicityChannel

      PublicityChannelEnumeration getPublicityChannel()
       How NOTICE is to be publicised. Default is all.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 211:104]
       
      .uk.org.netex.www.netex.PublicityChannelEnumeration publicity_channel = 45;
      Returns:
      The publicityChannel.
    • getAdvertised

      boolean getAdvertised()
       Whether NOTICE is advertised to public.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 216:68]
       
      bool advertised = 46;
      Returns:
      The advertised.
    • hasText

      boolean hasText()
       Text content of NOTICe.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 153:69]
       
      .uk.org.netex.www.netex.MultilingualString text = 51;
      Returns:
      Whether the text field is set.
    • getText

       Text content of NOTICe.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 153:69]
       
      .uk.org.netex.www.netex.MultilingualString text = 51;
      Returns:
      The text.
    • getTextOrBuilder

      MultilingualStringOrBuilder getTextOrBuilder()
       Text content of NOTICe.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 153:69]
       
      .uk.org.netex.www.netex.MultilingualString text = 51;
    • getPublicCode

      String getPublicCode()
       Alternative code associated with Notice.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 158:77]
       
      string public_code = 52;
      Returns:
      The publicCode.
    • getPublicCodeBytes

      com.google.protobuf.ByteString getPublicCodeBytes()
       Alternative code associated with Notice.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 158:77]
       
      string public_code = 52;
      Returns:
      The bytes for publicCode.
    • getShortCode

      String getShortCode()
       Alternative short code associated with Notice.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 163:76]
       
      string short_code = 53;
      Returns:
      The shortCode.
    • getShortCodeBytes

      com.google.protobuf.ByteString getShortCodeBytes()
       Alternative short code associated with Notice.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 163:76]
       
      string short_code = 53;
      Returns:
      The bytes for shortCode.
    • hasPrivateCode

      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 = 54;
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      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 = 54;
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      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 = 54;
    • hasTypeOfNoticeRef

      boolean hasTypeOfNoticeRef()
       Reference to a TYPE OF NOTICe.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 151:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_notice_ref = 55;
      Returns:
      Whether the typeOfNoticeRef field is set.
    • getTypeOfNoticeRef

      VersionOfObjectRefStructure getTypeOfNoticeRef()
       Reference to a TYPE OF NOTICe.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 151:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_notice_ref = 55;
      Returns:
      The typeOfNoticeRef.
    • getTypeOfNoticeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfNoticeRefOrBuilder()
       Reference to a TYPE OF NOTICe.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 151:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_notice_ref = 55;
    • getCanBeAdvertised

      boolean getCanBeAdvertised()
       Whether NOTICE is advertised to public. This may be overridden on an assignment.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 170:73]
       
      bool can_be_advertised = 56;
      Returns:
      The canBeAdvertised.
    • getId

      String getId()
       Identifier of Object of which this is a view.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 254:61]
       
      string id = 81;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of Object of which this is a view.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 254:61]
       
      string id = 81;
      Returns:
      The bytes for id.