Interface PersonNameOrBuilder

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

    public interface PersonNameOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFamilyName()
      The family (last) name of the person.
      com.google.protobuf.ByteString getFamilyNameBytes()
      The family (last) name of the person.
      String getGivenName()
      The given (first) name of the person.
      com.google.protobuf.ByteString getGivenNameBytes()
      The given (first) name of the person.
      String getHonorificPrefix()
      The honorific prefix (such as "Dr." or "Prof.") for this person.
      com.google.protobuf.ByteString getHonorificPrefixBytes()
      The honorific prefix (such as "Dr." or "Prof.") for this person.
      String getHonorificSuffix()
      The honorific suffixes (such as "Jr.") for this person.
      com.google.protobuf.ByteString getHonorificSuffixBytes()
      The honorific suffixes (such as "Jr.") for this person.
      String getMiddleName()
      The middle name or the patronymic of this person.
      com.google.protobuf.ByteString getMiddleNameBytes()
      The middle name or the patronymic of this person.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getHonorificPrefix

        String getHonorificPrefix()
         The honorific prefix (such as "Dr." or "Prof.") for this person.
         
        string honorific_prefix = 1;
        Returns:
        The honorificPrefix.
      • getHonorificPrefixBytes

        com.google.protobuf.ByteString getHonorificPrefixBytes()
         The honorific prefix (such as "Dr." or "Prof.") for this person.
         
        string honorific_prefix = 1;
        Returns:
        The bytes for honorificPrefix.
      • getGivenName

        String getGivenName()
         The given (first) name of the person.
         
        string given_name = 2;
        Returns:
        The givenName.
      • getGivenNameBytes

        com.google.protobuf.ByteString getGivenNameBytes()
         The given (first) name of the person.
         
        string given_name = 2;
        Returns:
        The bytes for givenName.
      • getMiddleName

        String getMiddleName()
         The middle name or the patronymic of this person.
         
        string middle_name = 3;
        Returns:
        The middleName.
      • getMiddleNameBytes

        com.google.protobuf.ByteString getMiddleNameBytes()
         The middle name or the patronymic of this person.
         
        string middle_name = 3;
        Returns:
        The bytes for middleName.
      • getFamilyName

        String getFamilyName()
         The family (last) name of the person.
         
        string family_name = 4;
        Returns:
        The familyName.
      • getFamilyNameBytes

        com.google.protobuf.ByteString getFamilyNameBytes()
         The family (last) name of the person.
         
        string family_name = 4;
        Returns:
        The bytes for familyName.
      • getHonorificSuffix

        String getHonorificSuffix()
         The honorific suffixes (such as "Jr.") for this person.
         
        string honorific_suffix = 5;
        Returns:
        The honorificSuffix.
      • getHonorificSuffixBytes

        com.google.protobuf.ByteString getHonorificSuffixBytes()
         The honorific suffixes (such as "Jr.") for this person.
         
        string honorific_suffix = 5;
        Returns:
        The bytes for honorificSuffix.