Class GetAddrStreetListRequest.AddrStreetItem

  • Enclosing class:
    GetAddrStreetListRequest

    public class GetAddrStreetListRequest.AddrStreetItem
    extends ru.clinicainfo.custom.CustomCheckDataItem
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String fullAddr
      Адрес улицы
      java.lang.String streetCode
      Код улицы
      java.lang.String streetName
      Название улицы
      java.lang.String streetType
      Сокращение типа улицы
    • Constructor Summary

      Constructors 
      Constructor Description
      AddrStreetItem()  
    • Method Summary

      • Methods inherited from class ru.clinicainfo.custom.CustomCheckDataItem

        getCheckData, getCheckList, setCheckData, setCheckList
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • streetCode

        public java.lang.String streetCode
        Код улицы
      • streetName

        public java.lang.String streetName
        Название улицы
      • streetType

        public java.lang.String streetType
        Сокращение типа улицы
      • fullAddr

        public java.lang.String fullAddr
        Адрес улицы
    • Constructor Detail

      • AddrStreetItem

        public AddrStreetItem()