// Generated by the protocol buffer compiler. DO NOT EDIT! // source: taihe_register.proto package com.ywt.gapi.taihe.register; /** * Protobuf type {@code com.ywt.gapi.taihe.register.CreateMedicalCardRequest} */ public final class CreateMedicalCardRequest extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:com.ywt.gapi.taihe.register.CreateMedicalCardRequest) CreateMedicalCardRequestOrBuilder { private static final long serialVersionUID = 0L; // Use CreateMedicalCardRequest.newBuilder() to construct. private CreateMedicalCardRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private CreateMedicalCardRequest() { phoneNo_ = ""; idNo_ = ""; patientName_ = ""; city_ = ""; address_ = ""; isInsu_ = ""; hospitalId_ = 0; userId_ = 0; relationship_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CreateMedicalCardRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); phoneNo_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); idNo_ = s; break; } case 26: { java.lang.String s = input.readStringRequireUtf8(); patientName_ = s; break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); city_ = s; break; } case 42: { java.lang.String s = input.readStringRequireUtf8(); address_ = s; break; } case 50: { java.lang.String s = input.readStringRequireUtf8(); isInsu_ = s; break; } case 56: { hospitalId_ = input.readInt32(); break; } case 64: { userId_ = input.readInt32(); break; } case 72: { relationship_ = input.readInt32(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.ywt.gapi.taihe.register.TaiheRegister.internal_static_com_ywt_gapi_taihe_register_CreateMedicalCardRequest_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.ywt.gapi.taihe.register.TaiheRegister.internal_static_com_ywt_gapi_taihe_register_CreateMedicalCardRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.ywt.gapi.taihe.register.CreateMedicalCardRequest.class, com.ywt.gapi.taihe.register.CreateMedicalCardRequest.Builder.class); } public static final int PHONENO_FIELD_NUMBER = 1; private volatile java.lang.Object phoneNo_; /** *
   *手机号
   * 
* * string phoneNo = 1; */ public java.lang.String getPhoneNo() { java.lang.Object ref = phoneNo_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); phoneNo_ = s; return s; } } /** *
   *手机号
   * 
* * string phoneNo = 1; */ public com.google.protobuf.ByteString getPhoneNoBytes() { java.lang.Object ref = phoneNo_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); phoneNo_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int IDNO_FIELD_NUMBER = 2; private volatile java.lang.Object idNo_; /** *
   *身份证号
   * 
* * string idNo = 2; */ public java.lang.String getIdNo() { java.lang.Object ref = idNo_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idNo_ = s; return s; } } /** *
   *身份证号
   * 
* * string idNo = 2; */ public com.google.protobuf.ByteString getIdNoBytes() { java.lang.Object ref = idNo_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); idNo_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int PATIENTNAME_FIELD_NUMBER = 3; private volatile java.lang.Object patientName_; /** *
   *患者姓名
   * 
* * string patientName = 3; */ public java.lang.String getPatientName() { java.lang.Object ref = patientName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); patientName_ = s; return s; } } /** *
   *患者姓名
   * 
* * string patientName = 3; */ public com.google.protobuf.ByteString getPatientNameBytes() { java.lang.Object ref = patientName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); patientName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int CITY_FIELD_NUMBER = 4; private volatile java.lang.Object city_; /** *
   *在线建卡市区
   * 
* * string city = 4; */ public java.lang.String getCity() { java.lang.Object ref = city_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); city_ = s; return s; } } /** *
   *在线建卡市区
   * 
* * string city = 4; */ public com.google.protobuf.ByteString getCityBytes() { java.lang.Object ref = city_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); city_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ADDRESS_FIELD_NUMBER = 5; private volatile java.lang.Object address_; /** *
   *详细地址
   * 
* * string address = 5; */ public java.lang.String getAddress() { java.lang.Object ref = address_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); address_ = s; return s; } } /** *
   *详细地址
   * 
* * string address = 5; */ public com.google.protobuf.ByteString getAddressBytes() { java.lang.Object ref = address_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); address_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ISINSU_FIELD_NUMBER = 6; private volatile java.lang.Object isInsu_; /** *
   *建卡患者是否是医保  1 :广州医保 空值:非医保
   * 
* * string isInsu = 6; */ public java.lang.String getIsInsu() { java.lang.Object ref = isInsu_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); isInsu_ = s; return s; } } /** *
   *建卡患者是否是医保  1 :广州医保 空值:非医保
   * 
* * string isInsu = 6; */ public com.google.protobuf.ByteString getIsInsuBytes() { java.lang.Object ref = isInsu_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); isInsu_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int HOSPITALID_FIELD_NUMBER = 7; private int hospitalId_; /** * int32 hospitalId = 7; */ public int getHospitalId() { return hospitalId_; } public static final int USERID_FIELD_NUMBER = 8; private int userId_; /** * int32 userId = 8; */ public int getUserId() { return userId_; } public static final int RELATIONSHIP_FIELD_NUMBER = 9; private int relationship_; /** *
   * 关系:1-本人,6-父母,7-子女,5-其他
   * 
* * int32 relationship = 9; */ public int getRelationship() { return relationship_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getPhoneNoBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, phoneNo_); } if (!getIdNoBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, idNo_); } if (!getPatientNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, patientName_); } if (!getCityBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, city_); } if (!getAddressBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, address_); } if (!getIsInsuBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, isInsu_); } if (hospitalId_ != 0) { output.writeInt32(7, hospitalId_); } if (userId_ != 0) { output.writeInt32(8, userId_); } if (relationship_ != 0) { output.writeInt32(9, relationship_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getPhoneNoBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, phoneNo_); } if (!getIdNoBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, idNo_); } if (!getPatientNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, patientName_); } if (!getCityBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, city_); } if (!getAddressBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, address_); } if (!getIsInsuBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, isInsu_); } if (hospitalId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(7, hospitalId_); } if (userId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(8, userId_); } if (relationship_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(9, relationship_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.ywt.gapi.taihe.register.CreateMedicalCardRequest)) { return super.equals(obj); } com.ywt.gapi.taihe.register.CreateMedicalCardRequest other = (com.ywt.gapi.taihe.register.CreateMedicalCardRequest) obj; boolean result = true; result = result && getPhoneNo() .equals(other.getPhoneNo()); result = result && getIdNo() .equals(other.getIdNo()); result = result && getPatientName() .equals(other.getPatientName()); result = result && getCity() .equals(other.getCity()); result = result && getAddress() .equals(other.getAddress()); result = result && getIsInsu() .equals(other.getIsInsu()); result = result && (getHospitalId() == other.getHospitalId()); result = result && (getUserId() == other.getUserId()); result = result && (getRelationship() == other.getRelationship()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + PHONENO_FIELD_NUMBER; hash = (53 * hash) + getPhoneNo().hashCode(); hash = (37 * hash) + IDNO_FIELD_NUMBER; hash = (53 * hash) + getIdNo().hashCode(); hash = (37 * hash) + PATIENTNAME_FIELD_NUMBER; hash = (53 * hash) + getPatientName().hashCode(); hash = (37 * hash) + CITY_FIELD_NUMBER; hash = (53 * hash) + getCity().hashCode(); hash = (37 * hash) + ADDRESS_FIELD_NUMBER; hash = (53 * hash) + getAddress().hashCode(); hash = (37 * hash) + ISINSU_FIELD_NUMBER; hash = (53 * hash) + getIsInsu().hashCode(); hash = (37 * hash) + HOSPITALID_FIELD_NUMBER; hash = (53 * hash) + getHospitalId(); hash = (37 * hash) + USERID_FIELD_NUMBER; hash = (53 * hash) + getUserId(); hash = (37 * hash) + RELATIONSHIP_FIELD_NUMBER; hash = (53 * hash) + getRelationship(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.ywt.gapi.taihe.register.CreateMedicalCardRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code com.ywt.gapi.taihe.register.CreateMedicalCardRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:com.ywt.gapi.taihe.register.CreateMedicalCardRequest) com.ywt.gapi.taihe.register.CreateMedicalCardRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.ywt.gapi.taihe.register.TaiheRegister.internal_static_com_ywt_gapi_taihe_register_CreateMedicalCardRequest_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.ywt.gapi.taihe.register.TaiheRegister.internal_static_com_ywt_gapi_taihe_register_CreateMedicalCardRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.ywt.gapi.taihe.register.CreateMedicalCardRequest.class, com.ywt.gapi.taihe.register.CreateMedicalCardRequest.Builder.class); } // Construct using com.ywt.gapi.taihe.register.CreateMedicalCardRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); phoneNo_ = ""; idNo_ = ""; patientName_ = ""; city_ = ""; address_ = ""; isInsu_ = ""; hospitalId_ = 0; userId_ = 0; relationship_ = 0; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.ywt.gapi.taihe.register.TaiheRegister.internal_static_com_ywt_gapi_taihe_register_CreateMedicalCardRequest_descriptor; } public com.ywt.gapi.taihe.register.CreateMedicalCardRequest getDefaultInstanceForType() { return com.ywt.gapi.taihe.register.CreateMedicalCardRequest.getDefaultInstance(); } public com.ywt.gapi.taihe.register.CreateMedicalCardRequest build() { com.ywt.gapi.taihe.register.CreateMedicalCardRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.ywt.gapi.taihe.register.CreateMedicalCardRequest buildPartial() { com.ywt.gapi.taihe.register.CreateMedicalCardRequest result = new com.ywt.gapi.taihe.register.CreateMedicalCardRequest(this); result.phoneNo_ = phoneNo_; result.idNo_ = idNo_; result.patientName_ = patientName_; result.city_ = city_; result.address_ = address_; result.isInsu_ = isInsu_; result.hospitalId_ = hospitalId_; result.userId_ = userId_; result.relationship_ = relationship_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.ywt.gapi.taihe.register.CreateMedicalCardRequest) { return mergeFrom((com.ywt.gapi.taihe.register.CreateMedicalCardRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.ywt.gapi.taihe.register.CreateMedicalCardRequest other) { if (other == com.ywt.gapi.taihe.register.CreateMedicalCardRequest.getDefaultInstance()) return this; if (!other.getPhoneNo().isEmpty()) { phoneNo_ = other.phoneNo_; onChanged(); } if (!other.getIdNo().isEmpty()) { idNo_ = other.idNo_; onChanged(); } if (!other.getPatientName().isEmpty()) { patientName_ = other.patientName_; onChanged(); } if (!other.getCity().isEmpty()) { city_ = other.city_; onChanged(); } if (!other.getAddress().isEmpty()) { address_ = other.address_; onChanged(); } if (!other.getIsInsu().isEmpty()) { isInsu_ = other.isInsu_; onChanged(); } if (other.getHospitalId() != 0) { setHospitalId(other.getHospitalId()); } if (other.getUserId() != 0) { setUserId(other.getUserId()); } if (other.getRelationship() != 0) { setRelationship(other.getRelationship()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.ywt.gapi.taihe.register.CreateMedicalCardRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.ywt.gapi.taihe.register.CreateMedicalCardRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object phoneNo_ = ""; /** *
     *手机号
     * 
* * string phoneNo = 1; */ public java.lang.String getPhoneNo() { java.lang.Object ref = phoneNo_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); phoneNo_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *手机号
     * 
* * string phoneNo = 1; */ public com.google.protobuf.ByteString getPhoneNoBytes() { java.lang.Object ref = phoneNo_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); phoneNo_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *手机号
     * 
* * string phoneNo = 1; */ public Builder setPhoneNo( java.lang.String value) { if (value == null) { throw new NullPointerException(); } phoneNo_ = value; onChanged(); return this; } /** *
     *手机号
     * 
* * string phoneNo = 1; */ public Builder clearPhoneNo() { phoneNo_ = getDefaultInstance().getPhoneNo(); onChanged(); return this; } /** *
     *手机号
     * 
* * string phoneNo = 1; */ public Builder setPhoneNoBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); phoneNo_ = value; onChanged(); return this; } private java.lang.Object idNo_ = ""; /** *
     *身份证号
     * 
* * string idNo = 2; */ public java.lang.String getIdNo() { java.lang.Object ref = idNo_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idNo_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *身份证号
     * 
* * string idNo = 2; */ public com.google.protobuf.ByteString getIdNoBytes() { java.lang.Object ref = idNo_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); idNo_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *身份证号
     * 
* * string idNo = 2; */ public Builder setIdNo( java.lang.String value) { if (value == null) { throw new NullPointerException(); } idNo_ = value; onChanged(); return this; } /** *
     *身份证号
     * 
* * string idNo = 2; */ public Builder clearIdNo() { idNo_ = getDefaultInstance().getIdNo(); onChanged(); return this; } /** *
     *身份证号
     * 
* * string idNo = 2; */ public Builder setIdNoBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); idNo_ = value; onChanged(); return this; } private java.lang.Object patientName_ = ""; /** *
     *患者姓名
     * 
* * string patientName = 3; */ public java.lang.String getPatientName() { java.lang.Object ref = patientName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); patientName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *患者姓名
     * 
* * string patientName = 3; */ public com.google.protobuf.ByteString getPatientNameBytes() { java.lang.Object ref = patientName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); patientName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *患者姓名
     * 
* * string patientName = 3; */ public Builder setPatientName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } patientName_ = value; onChanged(); return this; } /** *
     *患者姓名
     * 
* * string patientName = 3; */ public Builder clearPatientName() { patientName_ = getDefaultInstance().getPatientName(); onChanged(); return this; } /** *
     *患者姓名
     * 
* * string patientName = 3; */ public Builder setPatientNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); patientName_ = value; onChanged(); return this; } private java.lang.Object city_ = ""; /** *
     *在线建卡市区
     * 
* * string city = 4; */ public java.lang.String getCity() { java.lang.Object ref = city_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); city_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *在线建卡市区
     * 
* * string city = 4; */ public com.google.protobuf.ByteString getCityBytes() { java.lang.Object ref = city_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); city_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *在线建卡市区
     * 
* * string city = 4; */ public Builder setCity( java.lang.String value) { if (value == null) { throw new NullPointerException(); } city_ = value; onChanged(); return this; } /** *
     *在线建卡市区
     * 
* * string city = 4; */ public Builder clearCity() { city_ = getDefaultInstance().getCity(); onChanged(); return this; } /** *
     *在线建卡市区
     * 
* * string city = 4; */ public Builder setCityBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); city_ = value; onChanged(); return this; } private java.lang.Object address_ = ""; /** *
     *详细地址
     * 
* * string address = 5; */ public java.lang.String getAddress() { java.lang.Object ref = address_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); address_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *详细地址
     * 
* * string address = 5; */ public com.google.protobuf.ByteString getAddressBytes() { java.lang.Object ref = address_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); address_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *详细地址
     * 
* * string address = 5; */ public Builder setAddress( java.lang.String value) { if (value == null) { throw new NullPointerException(); } address_ = value; onChanged(); return this; } /** *
     *详细地址
     * 
* * string address = 5; */ public Builder clearAddress() { address_ = getDefaultInstance().getAddress(); onChanged(); return this; } /** *
     *详细地址
     * 
* * string address = 5; */ public Builder setAddressBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); address_ = value; onChanged(); return this; } private java.lang.Object isInsu_ = ""; /** *
     *建卡患者是否是医保  1 :广州医保 空值:非医保
     * 
* * string isInsu = 6; */ public java.lang.String getIsInsu() { java.lang.Object ref = isInsu_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); isInsu_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *建卡患者是否是医保  1 :广州医保 空值:非医保
     * 
* * string isInsu = 6; */ public com.google.protobuf.ByteString getIsInsuBytes() { java.lang.Object ref = isInsu_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); isInsu_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *建卡患者是否是医保  1 :广州医保 空值:非医保
     * 
* * string isInsu = 6; */ public Builder setIsInsu( java.lang.String value) { if (value == null) { throw new NullPointerException(); } isInsu_ = value; onChanged(); return this; } /** *
     *建卡患者是否是医保  1 :广州医保 空值:非医保
     * 
* * string isInsu = 6; */ public Builder clearIsInsu() { isInsu_ = getDefaultInstance().getIsInsu(); onChanged(); return this; } /** *
     *建卡患者是否是医保  1 :广州医保 空值:非医保
     * 
* * string isInsu = 6; */ public Builder setIsInsuBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); isInsu_ = value; onChanged(); return this; } private int hospitalId_ ; /** * int32 hospitalId = 7; */ public int getHospitalId() { return hospitalId_; } /** * int32 hospitalId = 7; */ public Builder setHospitalId(int value) { hospitalId_ = value; onChanged(); return this; } /** * int32 hospitalId = 7; */ public Builder clearHospitalId() { hospitalId_ = 0; onChanged(); return this; } private int userId_ ; /** * int32 userId = 8; */ public int getUserId() { return userId_; } /** * int32 userId = 8; */ public Builder setUserId(int value) { userId_ = value; onChanged(); return this; } /** * int32 userId = 8; */ public Builder clearUserId() { userId_ = 0; onChanged(); return this; } private int relationship_ ; /** *
     * 关系:1-本人,6-父母,7-子女,5-其他
     * 
* * int32 relationship = 9; */ public int getRelationship() { return relationship_; } /** *
     * 关系:1-本人,6-父母,7-子女,5-其他
     * 
* * int32 relationship = 9; */ public Builder setRelationship(int value) { relationship_ = value; onChanged(); return this; } /** *
     * 关系:1-本人,6-父母,7-子女,5-其他
     * 
* * int32 relationship = 9; */ public Builder clearRelationship() { relationship_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:com.ywt.gapi.taihe.register.CreateMedicalCardRequest) } // @@protoc_insertion_point(class_scope:com.ywt.gapi.taihe.register.CreateMedicalCardRequest) private static final com.ywt.gapi.taihe.register.CreateMedicalCardRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.ywt.gapi.taihe.register.CreateMedicalCardRequest(); } public static com.ywt.gapi.taihe.register.CreateMedicalCardRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CreateMedicalCardRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CreateMedicalCardRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public com.ywt.gapi.taihe.register.CreateMedicalCardRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }