Class ContactDetailsStructure

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

@Generated public final class ContactDetailsStructure extends com.google.protobuf.GeneratedMessage implements ContactDetailsStructureOrBuilder
 Type for contact details.  [netex_framework/netex_utility/netex_utility_contact.xsd at 60:67]
 
Protobuf type uk.org.netex.www.netex.ContactDetailsStructure
See Also:
  • Field Details

  • 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
    • hasContactPerson

      public boolean hasContactPerson()
       Name of contact person.  [netex_framework/netex_utility/netex_utility_contact.xsd at 65:78]
       
      .uk.org.netex.www.netex.MultilingualString contact_person = 1;
      Specified by:
      hasContactPerson in interface ContactDetailsStructureOrBuilder
      Returns:
      Whether the contactPerson field is set.
    • getContactPerson

      public MultilingualString getContactPerson()
       Name of contact person.  [netex_framework/netex_utility/netex_utility_contact.xsd at 65:78]
       
      .uk.org.netex.www.netex.MultilingualString contact_person = 1;
      Specified by:
      getContactPerson in interface ContactDetailsStructureOrBuilder
      Returns:
      The contactPerson.
    • getContactPersonOrBuilder

      public MultilingualStringOrBuilder getContactPersonOrBuilder()
       Name of contact person.  [netex_framework/netex_utility/netex_utility_contact.xsd at 65:78]
       
      .uk.org.netex.www.netex.MultilingualString contact_person = 1;
      Specified by:
      getContactPersonOrBuilder in interface ContactDetailsStructureOrBuilder
    • getEmail

      public String getEmail()
       The email address of the contact.  [netex_framework/netex_utility/netex_utility_contact.xsd at 70:68]
       
      string email = 2;
      Specified by:
      getEmail in interface ContactDetailsStructureOrBuilder
      Returns:
      The email.
    • getEmailBytes

      public com.google.protobuf.ByteString getEmailBytes()
       The email address of the contact.  [netex_framework/netex_utility/netex_utility_contact.xsd at 70:68]
       
      string email = 2;
      Specified by:
      getEmailBytes in interface ContactDetailsStructureOrBuilder
      Returns:
      The bytes for email.
    • getPhone

      public String getPhone()
       Contact telephone number.  [netex_framework/netex_utility/netex_utility_contact.xsd at 75:61]
       
      string phone = 3;
      Specified by:
      getPhone in interface ContactDetailsStructureOrBuilder
      Returns:
      The phone.
    • getPhoneBytes

      public com.google.protobuf.ByteString getPhoneBytes()
       Contact telephone number.  [netex_framework/netex_utility/netex_utility_contact.xsd at 75:61]
       
      string phone = 3;
      Specified by:
      getPhoneBytes in interface ContactDetailsStructureOrBuilder
      Returns:
      The bytes for phone.
    • getFax

      public String getFax()
       Contact fax number.  [netex_framework/netex_utility/netex_utility_contact.xsd at 80:59]
       
      string fax = 4;
      Specified by:
      getFax in interface ContactDetailsStructureOrBuilder
      Returns:
      The fax.
    • getFaxBytes

      public com.google.protobuf.ByteString getFaxBytes()
       Contact fax number.  [netex_framework/netex_utility/netex_utility_contact.xsd at 80:59]
       
      string fax = 4;
      Specified by:
      getFaxBytes in interface ContactDetailsStructureOrBuilder
      Returns:
      The bytes for fax.
    • getUrl

      public String getUrl()
       The web site address of the contact.  [netex_framework/netex_utility/netex_utility_contact.xsd at 85:60]
       
      string url = 5;
      Specified by:
      getUrl in interface ContactDetailsStructureOrBuilder
      Returns:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
       The web site address of the contact.  [netex_framework/netex_utility/netex_utility_contact.xsd at 85:60]
       
      string url = 5;
      Specified by:
      getUrlBytes in interface ContactDetailsStructureOrBuilder
      Returns:
      The bytes for url.
    • hasFurtherDetails

      public boolean hasFurtherDetails()
       Further details about contact process.  [netex_framework/netex_utility/netex_utility_contact.xsd at 90:79]
       
      .uk.org.netex.www.netex.MultilingualString further_details = 6;
      Specified by:
      hasFurtherDetails in interface ContactDetailsStructureOrBuilder
      Returns:
      Whether the furtherDetails field is set.
    • getFurtherDetails

      public MultilingualString getFurtherDetails()
       Further details about contact process.  [netex_framework/netex_utility/netex_utility_contact.xsd at 90:79]
       
      .uk.org.netex.www.netex.MultilingualString further_details = 6;
      Specified by:
      getFurtherDetails in interface ContactDetailsStructureOrBuilder
      Returns:
      The furtherDetails.
    • getFurtherDetailsOrBuilder

      public MultilingualStringOrBuilder getFurtherDetailsOrBuilder()
       Further details about contact process.  [netex_framework/netex_utility/netex_utility_contact.xsd at 90:79]
       
      .uk.org.netex.www.netex.MultilingualString further_details = 6;
      Specified by:
      getFurtherDetailsOrBuilder in interface ContactDetailsStructureOrBuilder
    • 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 ContactDetailsStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ContactDetailsStructure.Builder newBuilder()
    • newBuilder

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

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

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

      public static ContactDetailsStructure getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<ContactDetailsStructure> 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 ContactDetailsStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder