Class: PortfolioManager::Xml::DesignBaseType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::DesignBaseType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}designBaseType
Defined Under Namespace
Classes: EstimatedEnergyList, PropertyUses, Target
Instance Attribute Summary collapse
- #drinkingWaterInfluentFlow ⇒ SOAP::SOAPDecimal
- #estimatedEnergyList ⇒ PortfolioManager::Xml::DesignBaseType::EstimatedEnergyList
- #itSiteEnergy ⇒ SOAP::SOAPDecimal
- #propertyUses ⇒ PortfolioManager::Xml::DesignBaseType::PropertyUses
- #target ⇒ PortfolioManager::Xml::DesignBaseType::Target
- #wasteWaterInfluentFlow ⇒ SOAP::SOAPDecimal
Instance Method Summary collapse
-
#initialize(propertyUses = nil, drinkingWaterInfluentFlow = nil, wasteWaterInfluentFlow = nil, itSiteEnergy = nil, estimatedEnergyList = nil, target = nil) ⇒ DesignBaseType
constructor
A new instance of DesignBaseType.
Constructor Details
#initialize(propertyUses = nil, drinkingWaterInfluentFlow = nil, wasteWaterInfluentFlow = nil, itSiteEnergy = nil, estimatedEnergyList = nil, target = nil) ⇒ DesignBaseType
Returns a new instance of DesignBaseType.
6954 6955 6956 6957 6958 6959 6960 6961 |
# File 'lib/portfolio_manager/xml.rb', line 6954 def initialize(propertyUses = nil, drinkingWaterInfluentFlow = nil, wasteWaterInfluentFlow = nil, itSiteEnergy = nil, estimatedEnergyList = nil, target = nil) @propertyUses = propertyUses @drinkingWaterInfluentFlow = drinkingWaterInfluentFlow @wasteWaterInfluentFlow = wasteWaterInfluentFlow @itSiteEnergy = itSiteEnergy @estimatedEnergyList = estimatedEnergyList @target = target end |
Instance Attribute Details
#drinkingWaterInfluentFlow ⇒ SOAP::SOAPDecimal
6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 |
# File 'lib/portfolio_manager/xml.rb', line 6561 class DesignBaseType # inner class for member: propertyUses # {}propertyUses # @!attribute [rw] prison # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] refrigeratedWarehouse # @return [PortfolioManager::Xml::RefrigeratedWarehouseType] # @!attribute [rw] retail # @return [PortfolioManager::Xml::RetailType] # @!attribute [rw] hospital # @return [PortfolioManager::Xml::HospitalType] # @!attribute [rw] medicalOffice # @return [PortfolioManager::Xml::MedicalOfficeType] # @!attribute [rw] dataCenter # @return [PortfolioManager::Xml::DataCenterType] # @!attribute [rw] courthouse # @return [PortfolioManager::Xml::CourthouseType] # @!attribute [rw] singleFamilyHome # @return [PortfolioManager::Xml::SingleFamilyHomeType] # @!attribute [rw] nonRefrigeratedWarehouse # @return [PortfolioManager::Xml::NonRefrigeratedWarehouseType] # @!attribute [rw] multifamilyHousing # @return [PortfolioManager::Xml::MultifamilyHousingType] # @!attribute [rw] office # @return [PortfolioManager::Xml::OfficeType] # @!attribute [rw] wholesaleClubSupercenter # @return [PortfolioManager::Xml::WholesaleClubSupercenterType] # @!attribute [rw] selfStorageFacility # @return [PortfolioManager::Xml::SelfStorageFacilityType] # @!attribute [rw] seniorLivingCommunity # @return [PortfolioManager::Xml::SeniorLivingCommunityType] # @!attribute [rw] residentialCareFacility # @return [PortfolioManager::Xml::ResidentialCareFacilityType] # @!attribute [rw] swimmingPool # @return [PortfolioManager::Xml::SwimmingPoolType] # @!attribute [rw] residenceHallDormitory # @return [PortfolioManager::Xml::ResidenceHallDormitoryType] # @!attribute [rw] wastewaterTreatmentPlant # @return [PortfolioManager::Xml::WastewaterTreatmentPlantType] # @!attribute [rw] distributionCenter # @return [PortfolioManager::Xml::DistributionCenterType] # @!attribute [rw] worshipFacility # @return [PortfolioManager::Xml::WorshipFacilityType] # @!attribute [rw] financialOffice # @return [PortfolioManager::Xml::FinancialOfficeType] # @!attribute [rw] drinkingWaterTreatmentAndDistribution # @return [PortfolioManager::Xml::DrinkingWaterTreatmentAndDistributionType] # @!attribute [rw] parking # @return [PortfolioManager::Xml::ParkingType] # @!attribute [rw] supermarket # @return [PortfolioManager::Xml::SupermarketType] # @!attribute [rw] barracks # @return [PortfolioManager::Xml::BarracksType] # @!attribute [rw] hotel # @return [PortfolioManager::Xml::HotelType] # @!attribute [rw] k12School # @return [PortfolioManager::Xml::K12SchoolType] # @!attribute [rw] bankBranch # @return [PortfolioManager::Xml::BankBranchType] # @!attribute [rw] collegeUniversity # @return [PortfolioManager::Xml::CollegeUniversityType] # @!attribute [rw] indoorArena # @return [PortfolioManager::Xml::IndoorArenaType] # @!attribute [rw] otherStadium # @return [PortfolioManager::Xml::OtherStadiumType] # @!attribute [rw] stadiumClosed # @return [PortfolioManager::Xml::StadiumClosedType] # @!attribute [rw] stadiumOpen # @return [PortfolioManager::Xml::StadiumOpenType] # @!attribute [rw] manufacturingIndustrialPlant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] ambulatorySurgicalCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] bowlingAlley # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherPublicServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherLodgingResidential # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] casino # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] personalServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] mailingCenterPostOffice # @return [PortfolioManager::Xml::MailingCenterPostOfficeType] # @!attribute [rw] library # @return [PortfolioManager::Xml::LibraryType] # @!attribute [rw] otherSpecialityHospital # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] conventionCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] veterinaryOffice # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] urgentCareClinicOtherOutpatient # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] energyPowerStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] barNightclub # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherUtility # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] zoo # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] vehicleDealership # @return [PortfolioManager::Xml::VehicleDealershipType] # @!attribute [rw] museum # @return [PortfolioManager::Xml::MuseumType] # @!attribute [rw] otherRecreation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherRestaurantBar # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] lifestyleCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] policeStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] preschoolDaycare # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] raceTrack # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fastFoodRestaurant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] laboratory # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] convenienceStoreWithoutGasStation # @return [PortfolioManager::Xml::ConvenienceStoreWithoutGasStationType] # @!attribute [rw] repairServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherTechnologyScience # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fireStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] foodSales # @return [PortfolioManager::Xml::FoodSalesType] # @!attribute [rw] performingArts # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] outpatientRehabilitationPhysicalTherapy # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] stripMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] rollerRink # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherEducation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fitnessCenterHealthClubGym # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] aquarium # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] foodService # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] restaurant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] enclosedMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] iceCurlingRink # @return [PortfolioManager::Xml::IceCurlingRinkType] # @!attribute [rw] adultEducation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherEntertainmentPublicAssembly # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] movieTheater # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] transportationTerminalStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] vocationalSchool # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] socialMeetingHall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] convenienceStoreWithGasStation # @return [PortfolioManager::Xml::ConvenienceStoreWithGasStationType] # @!attribute [rw] other # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] electricVehicleChargingStation # @return [PortfolioManager::Xml::EvChargingStationType] class PropertyUses attr_accessor :prison attr_accessor :refrigeratedWarehouse attr_accessor :retail attr_accessor :hospital attr_accessor :medicalOffice attr_accessor :dataCenter attr_accessor :courthouse attr_accessor :singleFamilyHome attr_accessor :nonRefrigeratedWarehouse attr_accessor :multifamilyHousing attr_accessor :office attr_accessor :wholesaleClubSupercenter attr_accessor :selfStorageFacility attr_accessor :seniorLivingCommunity attr_accessor :residentialCareFacility attr_accessor :swimmingPool attr_accessor :residenceHallDormitory attr_accessor :wastewaterTreatmentPlant attr_accessor :distributionCenter attr_accessor :worshipFacility attr_accessor :financialOffice attr_accessor :drinkingWaterTreatmentAndDistribution attr_accessor :parking attr_accessor :supermarket attr_accessor :barracks attr_accessor :hotel attr_accessor :k12School attr_accessor :bankBranch attr_accessor :collegeUniversity attr_accessor :indoorArena attr_accessor :otherStadium attr_accessor :stadiumClosed attr_accessor :stadiumOpen attr_accessor :manufacturingIndustrialPlant attr_accessor :ambulatorySurgicalCenter attr_accessor :bowlingAlley attr_accessor :otherPublicServices attr_accessor :otherLodgingResidential attr_accessor :casino attr_accessor :personalServices attr_accessor :mailingCenterPostOffice attr_accessor :library attr_accessor :otherSpecialityHospital attr_accessor :conventionCenter attr_accessor :veterinaryOffice attr_accessor :urgentCareClinicOtherOutpatient attr_accessor :energyPowerStation attr_accessor :otherServices attr_accessor :barNightclub attr_accessor :otherUtility attr_accessor :zoo attr_accessor :vehicleDealership attr_accessor :museum attr_accessor :otherRecreation attr_accessor :otherRestaurantBar attr_accessor :lifestyleCenter attr_accessor :policeStation attr_accessor :preschoolDaycare attr_accessor :raceTrack attr_accessor :fastFoodRestaurant attr_accessor :laboratory attr_accessor :convenienceStoreWithoutGasStation attr_accessor :repairServices attr_accessor :otherTechnologyScience attr_accessor :fireStation attr_accessor :foodSales attr_accessor :performingArts attr_accessor :outpatientRehabilitationPhysicalTherapy attr_accessor :stripMall attr_accessor :rollerRink attr_accessor :otherEducation attr_accessor :fitnessCenterHealthClubGym attr_accessor :aquarium attr_accessor :foodService attr_accessor :restaurant attr_accessor :enclosedMall attr_accessor :iceCurlingRink attr_accessor :adultEducation attr_accessor :otherEntertainmentPublicAssembly attr_accessor :movieTheater attr_accessor :transportationTerminalStation attr_accessor :vocationalSchool attr_accessor :socialMeetingHall attr_accessor :otherMall attr_accessor :convenienceStoreWithGasStation attr_accessor :other attr_accessor :electricVehicleChargingStation def initialize(prison = [], refrigeratedWarehouse = [], retail = [], hospital = [], medicalOffice = [], dataCenter = [], courthouse = [], singleFamilyHome = [], nonRefrigeratedWarehouse = [], multifamilyHousing = [], office = [], wholesaleClubSupercenter = [], selfStorageFacility = [], seniorLivingCommunity = [], residentialCareFacility = [], swimmingPool = [], residenceHallDormitory = [], wastewaterTreatmentPlant = [], distributionCenter = [], worshipFacility = [], financialOffice = [], drinkingWaterTreatmentAndDistribution = [], parking = [], supermarket = [], = [], hotel = [], k12School = [], bankBranch = [], collegeUniversity = [], indoorArena = [], otherStadium = [], stadiumClosed = [], stadiumOpen = [], manufacturingIndustrialPlant = [], ambulatorySurgicalCenter = [], bowlingAlley = [], otherPublicServices = [], otherLodgingResidential = [], casino = [], personalServices = [], mailingCenterPostOffice = [], library = [], otherSpecialityHospital = [], conventionCenter = [], veterinaryOffice = [], urgentCareClinicOtherOutpatient = [], energyPowerStation = [], otherServices = [], = [], otherUtility = [], zoo = [], vehicleDealership = [], museum = [], otherRecreation = [], otherRestaurantBar = [], lifestyleCenter = [], policeStation = [], preschoolDaycare = [], raceTrack = [], fastFoodRestaurant = [], laboratory = [], convenienceStoreWithoutGasStation = [], repairServices = [], otherTechnologyScience = [], fireStation = [], foodSales = [], performingArts = [], outpatientRehabilitationPhysicalTherapy = [], stripMall = [], rollerRink = [], otherEducation = [], fitnessCenterHealthClubGym = [], aquarium = [], foodService = [], restaurant = [], enclosedMall = [], iceCurlingRink = [], adultEducation = [], otherEntertainmentPublicAssembly = [], movieTheater = [], transportationTerminalStation = [], vocationalSchool = [], = [], otherMall = [], convenienceStoreWithGasStation = [], other = [], electricVehicleChargingStation = []) @prison = prison @refrigeratedWarehouse = refrigeratedWarehouse @retail = retail @hospital = hospital @medicalOffice = medicalOffice @dataCenter = dataCenter @courthouse = courthouse @singleFamilyHome = singleFamilyHome @nonRefrigeratedWarehouse = nonRefrigeratedWarehouse @multifamilyHousing = multifamilyHousing @office = office @wholesaleClubSupercenter = wholesaleClubSupercenter @selfStorageFacility = selfStorageFacility @seniorLivingCommunity = seniorLivingCommunity @residentialCareFacility = residentialCareFacility @swimmingPool = swimmingPool @residenceHallDormitory = residenceHallDormitory @wastewaterTreatmentPlant = wastewaterTreatmentPlant @distributionCenter = distributionCenter @worshipFacility = worshipFacility @financialOffice = financialOffice @drinkingWaterTreatmentAndDistribution = drinkingWaterTreatmentAndDistribution @parking = parking @supermarket = supermarket @barracks = @hotel = hotel @k12School = k12School @bankBranch = bankBranch @collegeUniversity = collegeUniversity @indoorArena = indoorArena @otherStadium = otherStadium @stadiumClosed = stadiumClosed @stadiumOpen = stadiumOpen @manufacturingIndustrialPlant = manufacturingIndustrialPlant @ambulatorySurgicalCenter = ambulatorySurgicalCenter @bowlingAlley = bowlingAlley @otherPublicServices = otherPublicServices @otherLodgingResidential = otherLodgingResidential @casino = casino @personalServices = personalServices @mailingCenterPostOffice = mailingCenterPostOffice @library = library @otherSpecialityHospital = otherSpecialityHospital @conventionCenter = conventionCenter @veterinaryOffice = veterinaryOffice @urgentCareClinicOtherOutpatient = urgentCareClinicOtherOutpatient @energyPowerStation = energyPowerStation @otherServices = otherServices @barNightclub = @otherUtility = otherUtility @zoo = zoo @vehicleDealership = vehicleDealership @museum = museum @otherRecreation = otherRecreation @otherRestaurantBar = otherRestaurantBar @lifestyleCenter = lifestyleCenter @policeStation = policeStation @preschoolDaycare = preschoolDaycare @raceTrack = raceTrack @fastFoodRestaurant = fastFoodRestaurant @laboratory = laboratory @convenienceStoreWithoutGasStation = convenienceStoreWithoutGasStation @repairServices = repairServices @otherTechnologyScience = otherTechnologyScience @fireStation = fireStation @foodSales = foodSales @performingArts = performingArts @outpatientRehabilitationPhysicalTherapy = outpatientRehabilitationPhysicalTherapy @stripMall = stripMall @rollerRink = rollerRink @otherEducation = otherEducation @fitnessCenterHealthClubGym = fitnessCenterHealthClubGym @aquarium = aquarium @foodService = foodService @restaurant = restaurant @enclosedMall = enclosedMall @iceCurlingRink = iceCurlingRink @adultEducation = adultEducation @otherEntertainmentPublicAssembly = otherEntertainmentPublicAssembly @movieTheater = movieTheater @transportationTerminalStation = transportationTerminalStation @vocationalSchool = vocationalSchool @socialMeetingHall = @otherMall = otherMall @convenienceStoreWithGasStation = convenienceStoreWithGasStation @other = other @electricVehicleChargingStation = electricVehicleChargingStation end end # inner class for member: estimatedEnergyList # {}estimatedEnergyList # @!attribute [rw] entries # @return [PortfolioManager::Xml::EstimatedEnergyListType] class EstimatedEnergyList attr_accessor :entries def initialize(entries = nil) @entries = entries end end # inner class for member: target # {}target # @!attribute [rw] targetTypeScore # @return [PortfolioManager::Xml::TargetTypeScoreType] # @!attribute [rw] targetTypePercentage # @return [PortfolioManager::Xml::TargetTypePercentageType] class Target attr_accessor :targetTypeScore attr_accessor :targetTypePercentage def initialize(targetTypeScore = nil, targetTypePercentage = nil) @targetTypeScore = targetTypeScore @targetTypePercentage = targetTypePercentage end end attr_accessor :propertyUses attr_accessor :drinkingWaterInfluentFlow attr_accessor :wasteWaterInfluentFlow attr_accessor :itSiteEnergy attr_accessor :estimatedEnergyList attr_accessor :target def initialize(propertyUses = nil, drinkingWaterInfluentFlow = nil, wasteWaterInfluentFlow = nil, itSiteEnergy = nil, estimatedEnergyList = nil, target = nil) @propertyUses = propertyUses @drinkingWaterInfluentFlow = drinkingWaterInfluentFlow @wasteWaterInfluentFlow = wasteWaterInfluentFlow @itSiteEnergy = itSiteEnergy @estimatedEnergyList = estimatedEnergyList @target = target end end |
#estimatedEnergyList ⇒ PortfolioManager::Xml::DesignBaseType::EstimatedEnergyList
6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 |
# File 'lib/portfolio_manager/xml.rb', line 6561 class DesignBaseType # inner class for member: propertyUses # {}propertyUses # @!attribute [rw] prison # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] refrigeratedWarehouse # @return [PortfolioManager::Xml::RefrigeratedWarehouseType] # @!attribute [rw] retail # @return [PortfolioManager::Xml::RetailType] # @!attribute [rw] hospital # @return [PortfolioManager::Xml::HospitalType] # @!attribute [rw] medicalOffice # @return [PortfolioManager::Xml::MedicalOfficeType] # @!attribute [rw] dataCenter # @return [PortfolioManager::Xml::DataCenterType] # @!attribute [rw] courthouse # @return [PortfolioManager::Xml::CourthouseType] # @!attribute [rw] singleFamilyHome # @return [PortfolioManager::Xml::SingleFamilyHomeType] # @!attribute [rw] nonRefrigeratedWarehouse # @return [PortfolioManager::Xml::NonRefrigeratedWarehouseType] # @!attribute [rw] multifamilyHousing # @return [PortfolioManager::Xml::MultifamilyHousingType] # @!attribute [rw] office # @return [PortfolioManager::Xml::OfficeType] # @!attribute [rw] wholesaleClubSupercenter # @return [PortfolioManager::Xml::WholesaleClubSupercenterType] # @!attribute [rw] selfStorageFacility # @return [PortfolioManager::Xml::SelfStorageFacilityType] # @!attribute [rw] seniorLivingCommunity # @return [PortfolioManager::Xml::SeniorLivingCommunityType] # @!attribute [rw] residentialCareFacility # @return [PortfolioManager::Xml::ResidentialCareFacilityType] # @!attribute [rw] swimmingPool # @return [PortfolioManager::Xml::SwimmingPoolType] # @!attribute [rw] residenceHallDormitory # @return [PortfolioManager::Xml::ResidenceHallDormitoryType] # @!attribute [rw] wastewaterTreatmentPlant # @return [PortfolioManager::Xml::WastewaterTreatmentPlantType] # @!attribute [rw] distributionCenter # @return [PortfolioManager::Xml::DistributionCenterType] # @!attribute [rw] worshipFacility # @return [PortfolioManager::Xml::WorshipFacilityType] # @!attribute [rw] financialOffice # @return [PortfolioManager::Xml::FinancialOfficeType] # @!attribute [rw] drinkingWaterTreatmentAndDistribution # @return [PortfolioManager::Xml::DrinkingWaterTreatmentAndDistributionType] # @!attribute [rw] parking # @return [PortfolioManager::Xml::ParkingType] # @!attribute [rw] supermarket # @return [PortfolioManager::Xml::SupermarketType] # @!attribute [rw] barracks # @return [PortfolioManager::Xml::BarracksType] # @!attribute [rw] hotel # @return [PortfolioManager::Xml::HotelType] # @!attribute [rw] k12School # @return [PortfolioManager::Xml::K12SchoolType] # @!attribute [rw] bankBranch # @return [PortfolioManager::Xml::BankBranchType] # @!attribute [rw] collegeUniversity # @return [PortfolioManager::Xml::CollegeUniversityType] # @!attribute [rw] indoorArena # @return [PortfolioManager::Xml::IndoorArenaType] # @!attribute [rw] otherStadium # @return [PortfolioManager::Xml::OtherStadiumType] # @!attribute [rw] stadiumClosed # @return [PortfolioManager::Xml::StadiumClosedType] # @!attribute [rw] stadiumOpen # @return [PortfolioManager::Xml::StadiumOpenType] # @!attribute [rw] manufacturingIndustrialPlant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] ambulatorySurgicalCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] bowlingAlley # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherPublicServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherLodgingResidential # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] casino # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] personalServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] mailingCenterPostOffice # @return [PortfolioManager::Xml::MailingCenterPostOfficeType] # @!attribute [rw] library # @return [PortfolioManager::Xml::LibraryType] # @!attribute [rw] otherSpecialityHospital # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] conventionCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] veterinaryOffice # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] urgentCareClinicOtherOutpatient # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] energyPowerStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] barNightclub # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherUtility # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] zoo # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] vehicleDealership # @return [PortfolioManager::Xml::VehicleDealershipType] # @!attribute [rw] museum # @return [PortfolioManager::Xml::MuseumType] # @!attribute [rw] otherRecreation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherRestaurantBar # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] lifestyleCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] policeStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] preschoolDaycare # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] raceTrack # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fastFoodRestaurant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] laboratory # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] convenienceStoreWithoutGasStation # @return [PortfolioManager::Xml::ConvenienceStoreWithoutGasStationType] # @!attribute [rw] repairServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherTechnologyScience # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fireStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] foodSales # @return [PortfolioManager::Xml::FoodSalesType] # @!attribute [rw] performingArts # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] outpatientRehabilitationPhysicalTherapy # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] stripMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] rollerRink # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherEducation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fitnessCenterHealthClubGym # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] aquarium # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] foodService # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] restaurant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] enclosedMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] iceCurlingRink # @return [PortfolioManager::Xml::IceCurlingRinkType] # @!attribute [rw] adultEducation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherEntertainmentPublicAssembly # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] movieTheater # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] transportationTerminalStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] vocationalSchool # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] socialMeetingHall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] convenienceStoreWithGasStation # @return [PortfolioManager::Xml::ConvenienceStoreWithGasStationType] # @!attribute [rw] other # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] electricVehicleChargingStation # @return [PortfolioManager::Xml::EvChargingStationType] class PropertyUses attr_accessor :prison attr_accessor :refrigeratedWarehouse attr_accessor :retail attr_accessor :hospital attr_accessor :medicalOffice attr_accessor :dataCenter attr_accessor :courthouse attr_accessor :singleFamilyHome attr_accessor :nonRefrigeratedWarehouse attr_accessor :multifamilyHousing attr_accessor :office attr_accessor :wholesaleClubSupercenter attr_accessor :selfStorageFacility attr_accessor :seniorLivingCommunity attr_accessor :residentialCareFacility attr_accessor :swimmingPool attr_accessor :residenceHallDormitory attr_accessor :wastewaterTreatmentPlant attr_accessor :distributionCenter attr_accessor :worshipFacility attr_accessor :financialOffice attr_accessor :drinkingWaterTreatmentAndDistribution attr_accessor :parking attr_accessor :supermarket attr_accessor :barracks attr_accessor :hotel attr_accessor :k12School attr_accessor :bankBranch attr_accessor :collegeUniversity attr_accessor :indoorArena attr_accessor :otherStadium attr_accessor :stadiumClosed attr_accessor :stadiumOpen attr_accessor :manufacturingIndustrialPlant attr_accessor :ambulatorySurgicalCenter attr_accessor :bowlingAlley attr_accessor :otherPublicServices attr_accessor :otherLodgingResidential attr_accessor :casino attr_accessor :personalServices attr_accessor :mailingCenterPostOffice attr_accessor :library attr_accessor :otherSpecialityHospital attr_accessor :conventionCenter attr_accessor :veterinaryOffice attr_accessor :urgentCareClinicOtherOutpatient attr_accessor :energyPowerStation attr_accessor :otherServices attr_accessor :barNightclub attr_accessor :otherUtility attr_accessor :zoo attr_accessor :vehicleDealership attr_accessor :museum attr_accessor :otherRecreation attr_accessor :otherRestaurantBar attr_accessor :lifestyleCenter attr_accessor :policeStation attr_accessor :preschoolDaycare attr_accessor :raceTrack attr_accessor :fastFoodRestaurant attr_accessor :laboratory attr_accessor :convenienceStoreWithoutGasStation attr_accessor :repairServices attr_accessor :otherTechnologyScience attr_accessor :fireStation attr_accessor :foodSales attr_accessor :performingArts attr_accessor :outpatientRehabilitationPhysicalTherapy attr_accessor :stripMall attr_accessor :rollerRink attr_accessor :otherEducation attr_accessor :fitnessCenterHealthClubGym attr_accessor :aquarium attr_accessor :foodService attr_accessor :restaurant attr_accessor :enclosedMall attr_accessor :iceCurlingRink attr_accessor :adultEducation attr_accessor :otherEntertainmentPublicAssembly attr_accessor :movieTheater attr_accessor :transportationTerminalStation attr_accessor :vocationalSchool attr_accessor :socialMeetingHall attr_accessor :otherMall attr_accessor :convenienceStoreWithGasStation attr_accessor :other attr_accessor :electricVehicleChargingStation def initialize(prison = [], refrigeratedWarehouse = [], retail = [], hospital = [], medicalOffice = [], dataCenter = [], courthouse = [], singleFamilyHome = [], nonRefrigeratedWarehouse = [], multifamilyHousing = [], office = [], wholesaleClubSupercenter = [], selfStorageFacility = [], seniorLivingCommunity = [], residentialCareFacility = [], swimmingPool = [], residenceHallDormitory = [], wastewaterTreatmentPlant = [], distributionCenter = [], worshipFacility = [], financialOffice = [], drinkingWaterTreatmentAndDistribution = [], parking = [], supermarket = [], = [], hotel = [], k12School = [], bankBranch = [], collegeUniversity = [], indoorArena = [], otherStadium = [], stadiumClosed = [], stadiumOpen = [], manufacturingIndustrialPlant = [], ambulatorySurgicalCenter = [], bowlingAlley = [], otherPublicServices = [], otherLodgingResidential = [], casino = [], personalServices = [], mailingCenterPostOffice = [], library = [], otherSpecialityHospital = [], conventionCenter = [], veterinaryOffice = [], urgentCareClinicOtherOutpatient = [], energyPowerStation = [], otherServices = [], = [], otherUtility = [], zoo = [], vehicleDealership = [], museum = [], otherRecreation = [], otherRestaurantBar = [], lifestyleCenter = [], policeStation = [], preschoolDaycare = [], raceTrack = [], fastFoodRestaurant = [], laboratory = [], convenienceStoreWithoutGasStation = [], repairServices = [], otherTechnologyScience = [], fireStation = [], foodSales = [], performingArts = [], outpatientRehabilitationPhysicalTherapy = [], stripMall = [], rollerRink = [], otherEducation = [], fitnessCenterHealthClubGym = [], aquarium = [], foodService = [], restaurant = [], enclosedMall = [], iceCurlingRink = [], adultEducation = [], otherEntertainmentPublicAssembly = [], movieTheater = [], transportationTerminalStation = [], vocationalSchool = [], = [], otherMall = [], convenienceStoreWithGasStation = [], other = [], electricVehicleChargingStation = []) @prison = prison @refrigeratedWarehouse = refrigeratedWarehouse @retail = retail @hospital = hospital @medicalOffice = medicalOffice @dataCenter = dataCenter @courthouse = courthouse @singleFamilyHome = singleFamilyHome @nonRefrigeratedWarehouse = nonRefrigeratedWarehouse @multifamilyHousing = multifamilyHousing @office = office @wholesaleClubSupercenter = wholesaleClubSupercenter @selfStorageFacility = selfStorageFacility @seniorLivingCommunity = seniorLivingCommunity @residentialCareFacility = residentialCareFacility @swimmingPool = swimmingPool @residenceHallDormitory = residenceHallDormitory @wastewaterTreatmentPlant = wastewaterTreatmentPlant @distributionCenter = distributionCenter @worshipFacility = worshipFacility @financialOffice = financialOffice @drinkingWaterTreatmentAndDistribution = drinkingWaterTreatmentAndDistribution @parking = parking @supermarket = supermarket @barracks = @hotel = hotel @k12School = k12School @bankBranch = bankBranch @collegeUniversity = collegeUniversity @indoorArena = indoorArena @otherStadium = otherStadium @stadiumClosed = stadiumClosed @stadiumOpen = stadiumOpen @manufacturingIndustrialPlant = manufacturingIndustrialPlant @ambulatorySurgicalCenter = ambulatorySurgicalCenter @bowlingAlley = bowlingAlley @otherPublicServices = otherPublicServices @otherLodgingResidential = otherLodgingResidential @casino = casino @personalServices = personalServices @mailingCenterPostOffice = mailingCenterPostOffice @library = library @otherSpecialityHospital = otherSpecialityHospital @conventionCenter = conventionCenter @veterinaryOffice = veterinaryOffice @urgentCareClinicOtherOutpatient = urgentCareClinicOtherOutpatient @energyPowerStation = energyPowerStation @otherServices = otherServices @barNightclub = @otherUtility = otherUtility @zoo = zoo @vehicleDealership = vehicleDealership @museum = museum @otherRecreation = otherRecreation @otherRestaurantBar = otherRestaurantBar @lifestyleCenter = lifestyleCenter @policeStation = policeStation @preschoolDaycare = preschoolDaycare @raceTrack = raceTrack @fastFoodRestaurant = fastFoodRestaurant @laboratory = laboratory @convenienceStoreWithoutGasStation = convenienceStoreWithoutGasStation @repairServices = repairServices @otherTechnologyScience = otherTechnologyScience @fireStation = fireStation @foodSales = foodSales @performingArts = performingArts @outpatientRehabilitationPhysicalTherapy = outpatientRehabilitationPhysicalTherapy @stripMall = stripMall @rollerRink = rollerRink @otherEducation = otherEducation @fitnessCenterHealthClubGym = fitnessCenterHealthClubGym @aquarium = aquarium @foodService = foodService @restaurant = restaurant @enclosedMall = enclosedMall @iceCurlingRink = iceCurlingRink @adultEducation = adultEducation @otherEntertainmentPublicAssembly = otherEntertainmentPublicAssembly @movieTheater = movieTheater @transportationTerminalStation = transportationTerminalStation @vocationalSchool = vocationalSchool @socialMeetingHall = @otherMall = otherMall @convenienceStoreWithGasStation = convenienceStoreWithGasStation @other = other @electricVehicleChargingStation = electricVehicleChargingStation end end # inner class for member: estimatedEnergyList # {}estimatedEnergyList # @!attribute [rw] entries # @return [PortfolioManager::Xml::EstimatedEnergyListType] class EstimatedEnergyList attr_accessor :entries def initialize(entries = nil) @entries = entries end end # inner class for member: target # {}target # @!attribute [rw] targetTypeScore # @return [PortfolioManager::Xml::TargetTypeScoreType] # @!attribute [rw] targetTypePercentage # @return [PortfolioManager::Xml::TargetTypePercentageType] class Target attr_accessor :targetTypeScore attr_accessor :targetTypePercentage def initialize(targetTypeScore = nil, targetTypePercentage = nil) @targetTypeScore = targetTypeScore @targetTypePercentage = targetTypePercentage end end attr_accessor :propertyUses attr_accessor :drinkingWaterInfluentFlow attr_accessor :wasteWaterInfluentFlow attr_accessor :itSiteEnergy attr_accessor :estimatedEnergyList attr_accessor :target def initialize(propertyUses = nil, drinkingWaterInfluentFlow = nil, wasteWaterInfluentFlow = nil, itSiteEnergy = nil, estimatedEnergyList = nil, target = nil) @propertyUses = propertyUses @drinkingWaterInfluentFlow = drinkingWaterInfluentFlow @wasteWaterInfluentFlow = wasteWaterInfluentFlow @itSiteEnergy = itSiteEnergy @estimatedEnergyList = estimatedEnergyList @target = target end end |
#itSiteEnergy ⇒ SOAP::SOAPDecimal
6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 |
# File 'lib/portfolio_manager/xml.rb', line 6561 class DesignBaseType # inner class for member: propertyUses # {}propertyUses # @!attribute [rw] prison # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] refrigeratedWarehouse # @return [PortfolioManager::Xml::RefrigeratedWarehouseType] # @!attribute [rw] retail # @return [PortfolioManager::Xml::RetailType] # @!attribute [rw] hospital # @return [PortfolioManager::Xml::HospitalType] # @!attribute [rw] medicalOffice # @return [PortfolioManager::Xml::MedicalOfficeType] # @!attribute [rw] dataCenter # @return [PortfolioManager::Xml::DataCenterType] # @!attribute [rw] courthouse # @return [PortfolioManager::Xml::CourthouseType] # @!attribute [rw] singleFamilyHome # @return [PortfolioManager::Xml::SingleFamilyHomeType] # @!attribute [rw] nonRefrigeratedWarehouse # @return [PortfolioManager::Xml::NonRefrigeratedWarehouseType] # @!attribute [rw] multifamilyHousing # @return [PortfolioManager::Xml::MultifamilyHousingType] # @!attribute [rw] office # @return [PortfolioManager::Xml::OfficeType] # @!attribute [rw] wholesaleClubSupercenter # @return [PortfolioManager::Xml::WholesaleClubSupercenterType] # @!attribute [rw] selfStorageFacility # @return [PortfolioManager::Xml::SelfStorageFacilityType] # @!attribute [rw] seniorLivingCommunity # @return [PortfolioManager::Xml::SeniorLivingCommunityType] # @!attribute [rw] residentialCareFacility # @return [PortfolioManager::Xml::ResidentialCareFacilityType] # @!attribute [rw] swimmingPool # @return [PortfolioManager::Xml::SwimmingPoolType] # @!attribute [rw] residenceHallDormitory # @return [PortfolioManager::Xml::ResidenceHallDormitoryType] # @!attribute [rw] wastewaterTreatmentPlant # @return [PortfolioManager::Xml::WastewaterTreatmentPlantType] # @!attribute [rw] distributionCenter # @return [PortfolioManager::Xml::DistributionCenterType] # @!attribute [rw] worshipFacility # @return [PortfolioManager::Xml::WorshipFacilityType] # @!attribute [rw] financialOffice # @return [PortfolioManager::Xml::FinancialOfficeType] # @!attribute [rw] drinkingWaterTreatmentAndDistribution # @return [PortfolioManager::Xml::DrinkingWaterTreatmentAndDistributionType] # @!attribute [rw] parking # @return [PortfolioManager::Xml::ParkingType] # @!attribute [rw] supermarket # @return [PortfolioManager::Xml::SupermarketType] # @!attribute [rw] barracks # @return [PortfolioManager::Xml::BarracksType] # @!attribute [rw] hotel # @return [PortfolioManager::Xml::HotelType] # @!attribute [rw] k12School # @return [PortfolioManager::Xml::K12SchoolType] # @!attribute [rw] bankBranch # @return [PortfolioManager::Xml::BankBranchType] # @!attribute [rw] collegeUniversity # @return [PortfolioManager::Xml::CollegeUniversityType] # @!attribute [rw] indoorArena # @return [PortfolioManager::Xml::IndoorArenaType] # @!attribute [rw] otherStadium # @return [PortfolioManager::Xml::OtherStadiumType] # @!attribute [rw] stadiumClosed # @return [PortfolioManager::Xml::StadiumClosedType] # @!attribute [rw] stadiumOpen # @return [PortfolioManager::Xml::StadiumOpenType] # @!attribute [rw] manufacturingIndustrialPlant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] ambulatorySurgicalCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] bowlingAlley # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherPublicServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherLodgingResidential # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] casino # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] personalServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] mailingCenterPostOffice # @return [PortfolioManager::Xml::MailingCenterPostOfficeType] # @!attribute [rw] library # @return [PortfolioManager::Xml::LibraryType] # @!attribute [rw] otherSpecialityHospital # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] conventionCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] veterinaryOffice # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] urgentCareClinicOtherOutpatient # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] energyPowerStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] barNightclub # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherUtility # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] zoo # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] vehicleDealership # @return [PortfolioManager::Xml::VehicleDealershipType] # @!attribute [rw] museum # @return [PortfolioManager::Xml::MuseumType] # @!attribute [rw] otherRecreation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherRestaurantBar # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] lifestyleCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] policeStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] preschoolDaycare # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] raceTrack # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fastFoodRestaurant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] laboratory # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] convenienceStoreWithoutGasStation # @return [PortfolioManager::Xml::ConvenienceStoreWithoutGasStationType] # @!attribute [rw] repairServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherTechnologyScience # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fireStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] foodSales # @return [PortfolioManager::Xml::FoodSalesType] # @!attribute [rw] performingArts # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] outpatientRehabilitationPhysicalTherapy # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] stripMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] rollerRink # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherEducation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fitnessCenterHealthClubGym # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] aquarium # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] foodService # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] restaurant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] enclosedMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] iceCurlingRink # @return [PortfolioManager::Xml::IceCurlingRinkType] # @!attribute [rw] adultEducation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherEntertainmentPublicAssembly # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] movieTheater # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] transportationTerminalStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] vocationalSchool # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] socialMeetingHall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] convenienceStoreWithGasStation # @return [PortfolioManager::Xml::ConvenienceStoreWithGasStationType] # @!attribute [rw] other # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] electricVehicleChargingStation # @return [PortfolioManager::Xml::EvChargingStationType] class PropertyUses attr_accessor :prison attr_accessor :refrigeratedWarehouse attr_accessor :retail attr_accessor :hospital attr_accessor :medicalOffice attr_accessor :dataCenter attr_accessor :courthouse attr_accessor :singleFamilyHome attr_accessor :nonRefrigeratedWarehouse attr_accessor :multifamilyHousing attr_accessor :office attr_accessor :wholesaleClubSupercenter attr_accessor :selfStorageFacility attr_accessor :seniorLivingCommunity attr_accessor :residentialCareFacility attr_accessor :swimmingPool attr_accessor :residenceHallDormitory attr_accessor :wastewaterTreatmentPlant attr_accessor :distributionCenter attr_accessor :worshipFacility attr_accessor :financialOffice attr_accessor :drinkingWaterTreatmentAndDistribution attr_accessor :parking attr_accessor :supermarket attr_accessor :barracks attr_accessor :hotel attr_accessor :k12School attr_accessor :bankBranch attr_accessor :collegeUniversity attr_accessor :indoorArena attr_accessor :otherStadium attr_accessor :stadiumClosed attr_accessor :stadiumOpen attr_accessor :manufacturingIndustrialPlant attr_accessor :ambulatorySurgicalCenter attr_accessor :bowlingAlley attr_accessor :otherPublicServices attr_accessor :otherLodgingResidential attr_accessor :casino attr_accessor :personalServices attr_accessor :mailingCenterPostOffice attr_accessor :library attr_accessor :otherSpecialityHospital attr_accessor :conventionCenter attr_accessor :veterinaryOffice attr_accessor :urgentCareClinicOtherOutpatient attr_accessor :energyPowerStation attr_accessor :otherServices attr_accessor :barNightclub attr_accessor :otherUtility attr_accessor :zoo attr_accessor :vehicleDealership attr_accessor :museum attr_accessor :otherRecreation attr_accessor :otherRestaurantBar attr_accessor :lifestyleCenter attr_accessor :policeStation attr_accessor :preschoolDaycare attr_accessor :raceTrack attr_accessor :fastFoodRestaurant attr_accessor :laboratory attr_accessor :convenienceStoreWithoutGasStation attr_accessor :repairServices attr_accessor :otherTechnologyScience attr_accessor :fireStation attr_accessor :foodSales attr_accessor :performingArts attr_accessor :outpatientRehabilitationPhysicalTherapy attr_accessor :stripMall attr_accessor :rollerRink attr_accessor :otherEducation attr_accessor :fitnessCenterHealthClubGym attr_accessor :aquarium attr_accessor :foodService attr_accessor :restaurant attr_accessor :enclosedMall attr_accessor :iceCurlingRink attr_accessor :adultEducation attr_accessor :otherEntertainmentPublicAssembly attr_accessor :movieTheater attr_accessor :transportationTerminalStation attr_accessor :vocationalSchool attr_accessor :socialMeetingHall attr_accessor :otherMall attr_accessor :convenienceStoreWithGasStation attr_accessor :other attr_accessor :electricVehicleChargingStation def initialize(prison = [], refrigeratedWarehouse = [], retail = [], hospital = [], medicalOffice = [], dataCenter = [], courthouse = [], singleFamilyHome = [], nonRefrigeratedWarehouse = [], multifamilyHousing = [], office = [], wholesaleClubSupercenter = [], selfStorageFacility = [], seniorLivingCommunity = [], residentialCareFacility = [], swimmingPool = [], residenceHallDormitory = [], wastewaterTreatmentPlant = [], distributionCenter = [], worshipFacility = [], financialOffice = [], drinkingWaterTreatmentAndDistribution = [], parking = [], supermarket = [], = [], hotel = [], k12School = [], bankBranch = [], collegeUniversity = [], indoorArena = [], otherStadium = [], stadiumClosed = [], stadiumOpen = [], manufacturingIndustrialPlant = [], ambulatorySurgicalCenter = [], bowlingAlley = [], otherPublicServices = [], otherLodgingResidential = [], casino = [], personalServices = [], mailingCenterPostOffice = [], library = [], otherSpecialityHospital = [], conventionCenter = [], veterinaryOffice = [], urgentCareClinicOtherOutpatient = [], energyPowerStation = [], otherServices = [], = [], otherUtility = [], zoo = [], vehicleDealership = [], museum = [], otherRecreation = [], otherRestaurantBar = [], lifestyleCenter = [], policeStation = [], preschoolDaycare = [], raceTrack = [], fastFoodRestaurant = [], laboratory = [], convenienceStoreWithoutGasStation = [], repairServices = [], otherTechnologyScience = [], fireStation = [], foodSales = [], performingArts = [], outpatientRehabilitationPhysicalTherapy = [], stripMall = [], rollerRink = [], otherEducation = [], fitnessCenterHealthClubGym = [], aquarium = [], foodService = [], restaurant = [], enclosedMall = [], iceCurlingRink = [], adultEducation = [], otherEntertainmentPublicAssembly = [], movieTheater = [], transportationTerminalStation = [], vocationalSchool = [], = [], otherMall = [], convenienceStoreWithGasStation = [], other = [], electricVehicleChargingStation = []) @prison = prison @refrigeratedWarehouse = refrigeratedWarehouse @retail = retail @hospital = hospital @medicalOffice = medicalOffice @dataCenter = dataCenter @courthouse = courthouse @singleFamilyHome = singleFamilyHome @nonRefrigeratedWarehouse = nonRefrigeratedWarehouse @multifamilyHousing = multifamilyHousing @office = office @wholesaleClubSupercenter = wholesaleClubSupercenter @selfStorageFacility = selfStorageFacility @seniorLivingCommunity = seniorLivingCommunity @residentialCareFacility = residentialCareFacility @swimmingPool = swimmingPool @residenceHallDormitory = residenceHallDormitory @wastewaterTreatmentPlant = wastewaterTreatmentPlant @distributionCenter = distributionCenter @worshipFacility = worshipFacility @financialOffice = financialOffice @drinkingWaterTreatmentAndDistribution = drinkingWaterTreatmentAndDistribution @parking = parking @supermarket = supermarket @barracks = @hotel = hotel @k12School = k12School @bankBranch = bankBranch @collegeUniversity = collegeUniversity @indoorArena = indoorArena @otherStadium = otherStadium @stadiumClosed = stadiumClosed @stadiumOpen = stadiumOpen @manufacturingIndustrialPlant = manufacturingIndustrialPlant @ambulatorySurgicalCenter = ambulatorySurgicalCenter @bowlingAlley = bowlingAlley @otherPublicServices = otherPublicServices @otherLodgingResidential = otherLodgingResidential @casino = casino @personalServices = personalServices @mailingCenterPostOffice = mailingCenterPostOffice @library = library @otherSpecialityHospital = otherSpecialityHospital @conventionCenter = conventionCenter @veterinaryOffice = veterinaryOffice @urgentCareClinicOtherOutpatient = urgentCareClinicOtherOutpatient @energyPowerStation = energyPowerStation @otherServices = otherServices @barNightclub = @otherUtility = otherUtility @zoo = zoo @vehicleDealership = vehicleDealership @museum = museum @otherRecreation = otherRecreation @otherRestaurantBar = otherRestaurantBar @lifestyleCenter = lifestyleCenter @policeStation = policeStation @preschoolDaycare = preschoolDaycare @raceTrack = raceTrack @fastFoodRestaurant = fastFoodRestaurant @laboratory = laboratory @convenienceStoreWithoutGasStation = convenienceStoreWithoutGasStation @repairServices = repairServices @otherTechnologyScience = otherTechnologyScience @fireStation = fireStation @foodSales = foodSales @performingArts = performingArts @outpatientRehabilitationPhysicalTherapy = outpatientRehabilitationPhysicalTherapy @stripMall = stripMall @rollerRink = rollerRink @otherEducation = otherEducation @fitnessCenterHealthClubGym = fitnessCenterHealthClubGym @aquarium = aquarium @foodService = foodService @restaurant = restaurant @enclosedMall = enclosedMall @iceCurlingRink = iceCurlingRink @adultEducation = adultEducation @otherEntertainmentPublicAssembly = otherEntertainmentPublicAssembly @movieTheater = movieTheater @transportationTerminalStation = transportationTerminalStation @vocationalSchool = vocationalSchool @socialMeetingHall = @otherMall = otherMall @convenienceStoreWithGasStation = convenienceStoreWithGasStation @other = other @electricVehicleChargingStation = electricVehicleChargingStation end end # inner class for member: estimatedEnergyList # {}estimatedEnergyList # @!attribute [rw] entries # @return [PortfolioManager::Xml::EstimatedEnergyListType] class EstimatedEnergyList attr_accessor :entries def initialize(entries = nil) @entries = entries end end # inner class for member: target # {}target # @!attribute [rw] targetTypeScore # @return [PortfolioManager::Xml::TargetTypeScoreType] # @!attribute [rw] targetTypePercentage # @return [PortfolioManager::Xml::TargetTypePercentageType] class Target attr_accessor :targetTypeScore attr_accessor :targetTypePercentage def initialize(targetTypeScore = nil, targetTypePercentage = nil) @targetTypeScore = targetTypeScore @targetTypePercentage = targetTypePercentage end end attr_accessor :propertyUses attr_accessor :drinkingWaterInfluentFlow attr_accessor :wasteWaterInfluentFlow attr_accessor :itSiteEnergy attr_accessor :estimatedEnergyList attr_accessor :target def initialize(propertyUses = nil, drinkingWaterInfluentFlow = nil, wasteWaterInfluentFlow = nil, itSiteEnergy = nil, estimatedEnergyList = nil, target = nil) @propertyUses = propertyUses @drinkingWaterInfluentFlow = drinkingWaterInfluentFlow @wasteWaterInfluentFlow = wasteWaterInfluentFlow @itSiteEnergy = itSiteEnergy @estimatedEnergyList = estimatedEnergyList @target = target end end |
#propertyUses ⇒ PortfolioManager::Xml::DesignBaseType::PropertyUses
6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 |
# File 'lib/portfolio_manager/xml.rb', line 6561 class DesignBaseType # inner class for member: propertyUses # {}propertyUses # @!attribute [rw] prison # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] refrigeratedWarehouse # @return [PortfolioManager::Xml::RefrigeratedWarehouseType] # @!attribute [rw] retail # @return [PortfolioManager::Xml::RetailType] # @!attribute [rw] hospital # @return [PortfolioManager::Xml::HospitalType] # @!attribute [rw] medicalOffice # @return [PortfolioManager::Xml::MedicalOfficeType] # @!attribute [rw] dataCenter # @return [PortfolioManager::Xml::DataCenterType] # @!attribute [rw] courthouse # @return [PortfolioManager::Xml::CourthouseType] # @!attribute [rw] singleFamilyHome # @return [PortfolioManager::Xml::SingleFamilyHomeType] # @!attribute [rw] nonRefrigeratedWarehouse # @return [PortfolioManager::Xml::NonRefrigeratedWarehouseType] # @!attribute [rw] multifamilyHousing # @return [PortfolioManager::Xml::MultifamilyHousingType] # @!attribute [rw] office # @return [PortfolioManager::Xml::OfficeType] # @!attribute [rw] wholesaleClubSupercenter # @return [PortfolioManager::Xml::WholesaleClubSupercenterType] # @!attribute [rw] selfStorageFacility # @return [PortfolioManager::Xml::SelfStorageFacilityType] # @!attribute [rw] seniorLivingCommunity # @return [PortfolioManager::Xml::SeniorLivingCommunityType] # @!attribute [rw] residentialCareFacility # @return [PortfolioManager::Xml::ResidentialCareFacilityType] # @!attribute [rw] swimmingPool # @return [PortfolioManager::Xml::SwimmingPoolType] # @!attribute [rw] residenceHallDormitory # @return [PortfolioManager::Xml::ResidenceHallDormitoryType] # @!attribute [rw] wastewaterTreatmentPlant # @return [PortfolioManager::Xml::WastewaterTreatmentPlantType] # @!attribute [rw] distributionCenter # @return [PortfolioManager::Xml::DistributionCenterType] # @!attribute [rw] worshipFacility # @return [PortfolioManager::Xml::WorshipFacilityType] # @!attribute [rw] financialOffice # @return [PortfolioManager::Xml::FinancialOfficeType] # @!attribute [rw] drinkingWaterTreatmentAndDistribution # @return [PortfolioManager::Xml::DrinkingWaterTreatmentAndDistributionType] # @!attribute [rw] parking # @return [PortfolioManager::Xml::ParkingType] # @!attribute [rw] supermarket # @return [PortfolioManager::Xml::SupermarketType] # @!attribute [rw] barracks # @return [PortfolioManager::Xml::BarracksType] # @!attribute [rw] hotel # @return [PortfolioManager::Xml::HotelType] # @!attribute [rw] k12School # @return [PortfolioManager::Xml::K12SchoolType] # @!attribute [rw] bankBranch # @return [PortfolioManager::Xml::BankBranchType] # @!attribute [rw] collegeUniversity # @return [PortfolioManager::Xml::CollegeUniversityType] # @!attribute [rw] indoorArena # @return [PortfolioManager::Xml::IndoorArenaType] # @!attribute [rw] otherStadium # @return [PortfolioManager::Xml::OtherStadiumType] # @!attribute [rw] stadiumClosed # @return [PortfolioManager::Xml::StadiumClosedType] # @!attribute [rw] stadiumOpen # @return [PortfolioManager::Xml::StadiumOpenType] # @!attribute [rw] manufacturingIndustrialPlant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] ambulatorySurgicalCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] bowlingAlley # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherPublicServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherLodgingResidential # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] casino # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] personalServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] mailingCenterPostOffice # @return [PortfolioManager::Xml::MailingCenterPostOfficeType] # @!attribute [rw] library # @return [PortfolioManager::Xml::LibraryType] # @!attribute [rw] otherSpecialityHospital # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] conventionCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] veterinaryOffice # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] urgentCareClinicOtherOutpatient # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] energyPowerStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] barNightclub # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherUtility # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] zoo # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] vehicleDealership # @return [PortfolioManager::Xml::VehicleDealershipType] # @!attribute [rw] museum # @return [PortfolioManager::Xml::MuseumType] # @!attribute [rw] otherRecreation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherRestaurantBar # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] lifestyleCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] policeStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] preschoolDaycare # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] raceTrack # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fastFoodRestaurant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] laboratory # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] convenienceStoreWithoutGasStation # @return [PortfolioManager::Xml::ConvenienceStoreWithoutGasStationType] # @!attribute [rw] repairServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherTechnologyScience # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fireStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] foodSales # @return [PortfolioManager::Xml::FoodSalesType] # @!attribute [rw] performingArts # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] outpatientRehabilitationPhysicalTherapy # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] stripMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] rollerRink # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherEducation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fitnessCenterHealthClubGym # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] aquarium # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] foodService # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] restaurant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] enclosedMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] iceCurlingRink # @return [PortfolioManager::Xml::IceCurlingRinkType] # @!attribute [rw] adultEducation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherEntertainmentPublicAssembly # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] movieTheater # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] transportationTerminalStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] vocationalSchool # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] socialMeetingHall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] convenienceStoreWithGasStation # @return [PortfolioManager::Xml::ConvenienceStoreWithGasStationType] # @!attribute [rw] other # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] electricVehicleChargingStation # @return [PortfolioManager::Xml::EvChargingStationType] class PropertyUses attr_accessor :prison attr_accessor :refrigeratedWarehouse attr_accessor :retail attr_accessor :hospital attr_accessor :medicalOffice attr_accessor :dataCenter attr_accessor :courthouse attr_accessor :singleFamilyHome attr_accessor :nonRefrigeratedWarehouse attr_accessor :multifamilyHousing attr_accessor :office attr_accessor :wholesaleClubSupercenter attr_accessor :selfStorageFacility attr_accessor :seniorLivingCommunity attr_accessor :residentialCareFacility attr_accessor :swimmingPool attr_accessor :residenceHallDormitory attr_accessor :wastewaterTreatmentPlant attr_accessor :distributionCenter attr_accessor :worshipFacility attr_accessor :financialOffice attr_accessor :drinkingWaterTreatmentAndDistribution attr_accessor :parking attr_accessor :supermarket attr_accessor :barracks attr_accessor :hotel attr_accessor :k12School attr_accessor :bankBranch attr_accessor :collegeUniversity attr_accessor :indoorArena attr_accessor :otherStadium attr_accessor :stadiumClosed attr_accessor :stadiumOpen attr_accessor :manufacturingIndustrialPlant attr_accessor :ambulatorySurgicalCenter attr_accessor :bowlingAlley attr_accessor :otherPublicServices attr_accessor :otherLodgingResidential attr_accessor :casino attr_accessor :personalServices attr_accessor :mailingCenterPostOffice attr_accessor :library attr_accessor :otherSpecialityHospital attr_accessor :conventionCenter attr_accessor :veterinaryOffice attr_accessor :urgentCareClinicOtherOutpatient attr_accessor :energyPowerStation attr_accessor :otherServices attr_accessor :barNightclub attr_accessor :otherUtility attr_accessor :zoo attr_accessor :vehicleDealership attr_accessor :museum attr_accessor :otherRecreation attr_accessor :otherRestaurantBar attr_accessor :lifestyleCenter attr_accessor :policeStation attr_accessor :preschoolDaycare attr_accessor :raceTrack attr_accessor :fastFoodRestaurant attr_accessor :laboratory attr_accessor :convenienceStoreWithoutGasStation attr_accessor :repairServices attr_accessor :otherTechnologyScience attr_accessor :fireStation attr_accessor :foodSales attr_accessor :performingArts attr_accessor :outpatientRehabilitationPhysicalTherapy attr_accessor :stripMall attr_accessor :rollerRink attr_accessor :otherEducation attr_accessor :fitnessCenterHealthClubGym attr_accessor :aquarium attr_accessor :foodService attr_accessor :restaurant attr_accessor :enclosedMall attr_accessor :iceCurlingRink attr_accessor :adultEducation attr_accessor :otherEntertainmentPublicAssembly attr_accessor :movieTheater attr_accessor :transportationTerminalStation attr_accessor :vocationalSchool attr_accessor :socialMeetingHall attr_accessor :otherMall attr_accessor :convenienceStoreWithGasStation attr_accessor :other attr_accessor :electricVehicleChargingStation def initialize(prison = [], refrigeratedWarehouse = [], retail = [], hospital = [], medicalOffice = [], dataCenter = [], courthouse = [], singleFamilyHome = [], nonRefrigeratedWarehouse = [], multifamilyHousing = [], office = [], wholesaleClubSupercenter = [], selfStorageFacility = [], seniorLivingCommunity = [], residentialCareFacility = [], swimmingPool = [], residenceHallDormitory = [], wastewaterTreatmentPlant = [], distributionCenter = [], worshipFacility = [], financialOffice = [], drinkingWaterTreatmentAndDistribution = [], parking = [], supermarket = [], = [], hotel = [], k12School = [], bankBranch = [], collegeUniversity = [], indoorArena = [], otherStadium = [], stadiumClosed = [], stadiumOpen = [], manufacturingIndustrialPlant = [], ambulatorySurgicalCenter = [], bowlingAlley = [], otherPublicServices = [], otherLodgingResidential = [], casino = [], personalServices = [], mailingCenterPostOffice = [], library = [], otherSpecialityHospital = [], conventionCenter = [], veterinaryOffice = [], urgentCareClinicOtherOutpatient = [], energyPowerStation = [], otherServices = [], = [], otherUtility = [], zoo = [], vehicleDealership = [], museum = [], otherRecreation = [], otherRestaurantBar = [], lifestyleCenter = [], policeStation = [], preschoolDaycare = [], raceTrack = [], fastFoodRestaurant = [], laboratory = [], convenienceStoreWithoutGasStation = [], repairServices = [], otherTechnologyScience = [], fireStation = [], foodSales = [], performingArts = [], outpatientRehabilitationPhysicalTherapy = [], stripMall = [], rollerRink = [], otherEducation = [], fitnessCenterHealthClubGym = [], aquarium = [], foodService = [], restaurant = [], enclosedMall = [], iceCurlingRink = [], adultEducation = [], otherEntertainmentPublicAssembly = [], movieTheater = [], transportationTerminalStation = [], vocationalSchool = [], = [], otherMall = [], convenienceStoreWithGasStation = [], other = [], electricVehicleChargingStation = []) @prison = prison @refrigeratedWarehouse = refrigeratedWarehouse @retail = retail @hospital = hospital @medicalOffice = medicalOffice @dataCenter = dataCenter @courthouse = courthouse @singleFamilyHome = singleFamilyHome @nonRefrigeratedWarehouse = nonRefrigeratedWarehouse @multifamilyHousing = multifamilyHousing @office = office @wholesaleClubSupercenter = wholesaleClubSupercenter @selfStorageFacility = selfStorageFacility @seniorLivingCommunity = seniorLivingCommunity @residentialCareFacility = residentialCareFacility @swimmingPool = swimmingPool @residenceHallDormitory = residenceHallDormitory @wastewaterTreatmentPlant = wastewaterTreatmentPlant @distributionCenter = distributionCenter @worshipFacility = worshipFacility @financialOffice = financialOffice @drinkingWaterTreatmentAndDistribution = drinkingWaterTreatmentAndDistribution @parking = parking @supermarket = supermarket @barracks = @hotel = hotel @k12School = k12School @bankBranch = bankBranch @collegeUniversity = collegeUniversity @indoorArena = indoorArena @otherStadium = otherStadium @stadiumClosed = stadiumClosed @stadiumOpen = stadiumOpen @manufacturingIndustrialPlant = manufacturingIndustrialPlant @ambulatorySurgicalCenter = ambulatorySurgicalCenter @bowlingAlley = bowlingAlley @otherPublicServices = otherPublicServices @otherLodgingResidential = otherLodgingResidential @casino = casino @personalServices = personalServices @mailingCenterPostOffice = mailingCenterPostOffice @library = library @otherSpecialityHospital = otherSpecialityHospital @conventionCenter = conventionCenter @veterinaryOffice = veterinaryOffice @urgentCareClinicOtherOutpatient = urgentCareClinicOtherOutpatient @energyPowerStation = energyPowerStation @otherServices = otherServices @barNightclub = @otherUtility = otherUtility @zoo = zoo @vehicleDealership = vehicleDealership @museum = museum @otherRecreation = otherRecreation @otherRestaurantBar = otherRestaurantBar @lifestyleCenter = lifestyleCenter @policeStation = policeStation @preschoolDaycare = preschoolDaycare @raceTrack = raceTrack @fastFoodRestaurant = fastFoodRestaurant @laboratory = laboratory @convenienceStoreWithoutGasStation = convenienceStoreWithoutGasStation @repairServices = repairServices @otherTechnologyScience = otherTechnologyScience @fireStation = fireStation @foodSales = foodSales @performingArts = performingArts @outpatientRehabilitationPhysicalTherapy = outpatientRehabilitationPhysicalTherapy @stripMall = stripMall @rollerRink = rollerRink @otherEducation = otherEducation @fitnessCenterHealthClubGym = fitnessCenterHealthClubGym @aquarium = aquarium @foodService = foodService @restaurant = restaurant @enclosedMall = enclosedMall @iceCurlingRink = iceCurlingRink @adultEducation = adultEducation @otherEntertainmentPublicAssembly = otherEntertainmentPublicAssembly @movieTheater = movieTheater @transportationTerminalStation = transportationTerminalStation @vocationalSchool = vocationalSchool @socialMeetingHall = @otherMall = otherMall @convenienceStoreWithGasStation = convenienceStoreWithGasStation @other = other @electricVehicleChargingStation = electricVehicleChargingStation end end # inner class for member: estimatedEnergyList # {}estimatedEnergyList # @!attribute [rw] entries # @return [PortfolioManager::Xml::EstimatedEnergyListType] class EstimatedEnergyList attr_accessor :entries def initialize(entries = nil) @entries = entries end end # inner class for member: target # {}target # @!attribute [rw] targetTypeScore # @return [PortfolioManager::Xml::TargetTypeScoreType] # @!attribute [rw] targetTypePercentage # @return [PortfolioManager::Xml::TargetTypePercentageType] class Target attr_accessor :targetTypeScore attr_accessor :targetTypePercentage def initialize(targetTypeScore = nil, targetTypePercentage = nil) @targetTypeScore = targetTypeScore @targetTypePercentage = targetTypePercentage end end attr_accessor :propertyUses attr_accessor :drinkingWaterInfluentFlow attr_accessor :wasteWaterInfluentFlow attr_accessor :itSiteEnergy attr_accessor :estimatedEnergyList attr_accessor :target def initialize(propertyUses = nil, drinkingWaterInfluentFlow = nil, wasteWaterInfluentFlow = nil, itSiteEnergy = nil, estimatedEnergyList = nil, target = nil) @propertyUses = propertyUses @drinkingWaterInfluentFlow = drinkingWaterInfluentFlow @wasteWaterInfluentFlow = wasteWaterInfluentFlow @itSiteEnergy = itSiteEnergy @estimatedEnergyList = estimatedEnergyList @target = target end end |
#target ⇒ PortfolioManager::Xml::DesignBaseType::Target
6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 |
# File 'lib/portfolio_manager/xml.rb', line 6561 class DesignBaseType # inner class for member: propertyUses # {}propertyUses # @!attribute [rw] prison # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] refrigeratedWarehouse # @return [PortfolioManager::Xml::RefrigeratedWarehouseType] # @!attribute [rw] retail # @return [PortfolioManager::Xml::RetailType] # @!attribute [rw] hospital # @return [PortfolioManager::Xml::HospitalType] # @!attribute [rw] medicalOffice # @return [PortfolioManager::Xml::MedicalOfficeType] # @!attribute [rw] dataCenter # @return [PortfolioManager::Xml::DataCenterType] # @!attribute [rw] courthouse # @return [PortfolioManager::Xml::CourthouseType] # @!attribute [rw] singleFamilyHome # @return [PortfolioManager::Xml::SingleFamilyHomeType] # @!attribute [rw] nonRefrigeratedWarehouse # @return [PortfolioManager::Xml::NonRefrigeratedWarehouseType] # @!attribute [rw] multifamilyHousing # @return [PortfolioManager::Xml::MultifamilyHousingType] # @!attribute [rw] office # @return [PortfolioManager::Xml::OfficeType] # @!attribute [rw] wholesaleClubSupercenter # @return [PortfolioManager::Xml::WholesaleClubSupercenterType] # @!attribute [rw] selfStorageFacility # @return [PortfolioManager::Xml::SelfStorageFacilityType] # @!attribute [rw] seniorLivingCommunity # @return [PortfolioManager::Xml::SeniorLivingCommunityType] # @!attribute [rw] residentialCareFacility # @return [PortfolioManager::Xml::ResidentialCareFacilityType] # @!attribute [rw] swimmingPool # @return [PortfolioManager::Xml::SwimmingPoolType] # @!attribute [rw] residenceHallDormitory # @return [PortfolioManager::Xml::ResidenceHallDormitoryType] # @!attribute [rw] wastewaterTreatmentPlant # @return [PortfolioManager::Xml::WastewaterTreatmentPlantType] # @!attribute [rw] distributionCenter # @return [PortfolioManager::Xml::DistributionCenterType] # @!attribute [rw] worshipFacility # @return [PortfolioManager::Xml::WorshipFacilityType] # @!attribute [rw] financialOffice # @return [PortfolioManager::Xml::FinancialOfficeType] # @!attribute [rw] drinkingWaterTreatmentAndDistribution # @return [PortfolioManager::Xml::DrinkingWaterTreatmentAndDistributionType] # @!attribute [rw] parking # @return [PortfolioManager::Xml::ParkingType] # @!attribute [rw] supermarket # @return [PortfolioManager::Xml::SupermarketType] # @!attribute [rw] barracks # @return [PortfolioManager::Xml::BarracksType] # @!attribute [rw] hotel # @return [PortfolioManager::Xml::HotelType] # @!attribute [rw] k12School # @return [PortfolioManager::Xml::K12SchoolType] # @!attribute [rw] bankBranch # @return [PortfolioManager::Xml::BankBranchType] # @!attribute [rw] collegeUniversity # @return [PortfolioManager::Xml::CollegeUniversityType] # @!attribute [rw] indoorArena # @return [PortfolioManager::Xml::IndoorArenaType] # @!attribute [rw] otherStadium # @return [PortfolioManager::Xml::OtherStadiumType] # @!attribute [rw] stadiumClosed # @return [PortfolioManager::Xml::StadiumClosedType] # @!attribute [rw] stadiumOpen # @return [PortfolioManager::Xml::StadiumOpenType] # @!attribute [rw] manufacturingIndustrialPlant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] ambulatorySurgicalCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] bowlingAlley # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherPublicServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherLodgingResidential # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] casino # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] personalServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] mailingCenterPostOffice # @return [PortfolioManager::Xml::MailingCenterPostOfficeType] # @!attribute [rw] library # @return [PortfolioManager::Xml::LibraryType] # @!attribute [rw] otherSpecialityHospital # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] conventionCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] veterinaryOffice # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] urgentCareClinicOtherOutpatient # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] energyPowerStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] barNightclub # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherUtility # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] zoo # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] vehicleDealership # @return [PortfolioManager::Xml::VehicleDealershipType] # @!attribute [rw] museum # @return [PortfolioManager::Xml::MuseumType] # @!attribute [rw] otherRecreation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherRestaurantBar # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] lifestyleCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] policeStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] preschoolDaycare # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] raceTrack # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fastFoodRestaurant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] laboratory # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] convenienceStoreWithoutGasStation # @return [PortfolioManager::Xml::ConvenienceStoreWithoutGasStationType] # @!attribute [rw] repairServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherTechnologyScience # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fireStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] foodSales # @return [PortfolioManager::Xml::FoodSalesType] # @!attribute [rw] performingArts # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] outpatientRehabilitationPhysicalTherapy # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] stripMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] rollerRink # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherEducation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fitnessCenterHealthClubGym # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] aquarium # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] foodService # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] restaurant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] enclosedMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] iceCurlingRink # @return [PortfolioManager::Xml::IceCurlingRinkType] # @!attribute [rw] adultEducation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherEntertainmentPublicAssembly # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] movieTheater # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] transportationTerminalStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] vocationalSchool # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] socialMeetingHall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] convenienceStoreWithGasStation # @return [PortfolioManager::Xml::ConvenienceStoreWithGasStationType] # @!attribute [rw] other # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] electricVehicleChargingStation # @return [PortfolioManager::Xml::EvChargingStationType] class PropertyUses attr_accessor :prison attr_accessor :refrigeratedWarehouse attr_accessor :retail attr_accessor :hospital attr_accessor :medicalOffice attr_accessor :dataCenter attr_accessor :courthouse attr_accessor :singleFamilyHome attr_accessor :nonRefrigeratedWarehouse attr_accessor :multifamilyHousing attr_accessor :office attr_accessor :wholesaleClubSupercenter attr_accessor :selfStorageFacility attr_accessor :seniorLivingCommunity attr_accessor :residentialCareFacility attr_accessor :swimmingPool attr_accessor :residenceHallDormitory attr_accessor :wastewaterTreatmentPlant attr_accessor :distributionCenter attr_accessor :worshipFacility attr_accessor :financialOffice attr_accessor :drinkingWaterTreatmentAndDistribution attr_accessor :parking attr_accessor :supermarket attr_accessor :barracks attr_accessor :hotel attr_accessor :k12School attr_accessor :bankBranch attr_accessor :collegeUniversity attr_accessor :indoorArena attr_accessor :otherStadium attr_accessor :stadiumClosed attr_accessor :stadiumOpen attr_accessor :manufacturingIndustrialPlant attr_accessor :ambulatorySurgicalCenter attr_accessor :bowlingAlley attr_accessor :otherPublicServices attr_accessor :otherLodgingResidential attr_accessor :casino attr_accessor :personalServices attr_accessor :mailingCenterPostOffice attr_accessor :library attr_accessor :otherSpecialityHospital attr_accessor :conventionCenter attr_accessor :veterinaryOffice attr_accessor :urgentCareClinicOtherOutpatient attr_accessor :energyPowerStation attr_accessor :otherServices attr_accessor :barNightclub attr_accessor :otherUtility attr_accessor :zoo attr_accessor :vehicleDealership attr_accessor :museum attr_accessor :otherRecreation attr_accessor :otherRestaurantBar attr_accessor :lifestyleCenter attr_accessor :policeStation attr_accessor :preschoolDaycare attr_accessor :raceTrack attr_accessor :fastFoodRestaurant attr_accessor :laboratory attr_accessor :convenienceStoreWithoutGasStation attr_accessor :repairServices attr_accessor :otherTechnologyScience attr_accessor :fireStation attr_accessor :foodSales attr_accessor :performingArts attr_accessor :outpatientRehabilitationPhysicalTherapy attr_accessor :stripMall attr_accessor :rollerRink attr_accessor :otherEducation attr_accessor :fitnessCenterHealthClubGym attr_accessor :aquarium attr_accessor :foodService attr_accessor :restaurant attr_accessor :enclosedMall attr_accessor :iceCurlingRink attr_accessor :adultEducation attr_accessor :otherEntertainmentPublicAssembly attr_accessor :movieTheater attr_accessor :transportationTerminalStation attr_accessor :vocationalSchool attr_accessor :socialMeetingHall attr_accessor :otherMall attr_accessor :convenienceStoreWithGasStation attr_accessor :other attr_accessor :electricVehicleChargingStation def initialize(prison = [], refrigeratedWarehouse = [], retail = [], hospital = [], medicalOffice = [], dataCenter = [], courthouse = [], singleFamilyHome = [], nonRefrigeratedWarehouse = [], multifamilyHousing = [], office = [], wholesaleClubSupercenter = [], selfStorageFacility = [], seniorLivingCommunity = [], residentialCareFacility = [], swimmingPool = [], residenceHallDormitory = [], wastewaterTreatmentPlant = [], distributionCenter = [], worshipFacility = [], financialOffice = [], drinkingWaterTreatmentAndDistribution = [], parking = [], supermarket = [], = [], hotel = [], k12School = [], bankBranch = [], collegeUniversity = [], indoorArena = [], otherStadium = [], stadiumClosed = [], stadiumOpen = [], manufacturingIndustrialPlant = [], ambulatorySurgicalCenter = [], bowlingAlley = [], otherPublicServices = [], otherLodgingResidential = [], casino = [], personalServices = [], mailingCenterPostOffice = [], library = [], otherSpecialityHospital = [], conventionCenter = [], veterinaryOffice = [], urgentCareClinicOtherOutpatient = [], energyPowerStation = [], otherServices = [], = [], otherUtility = [], zoo = [], vehicleDealership = [], museum = [], otherRecreation = [], otherRestaurantBar = [], lifestyleCenter = [], policeStation = [], preschoolDaycare = [], raceTrack = [], fastFoodRestaurant = [], laboratory = [], convenienceStoreWithoutGasStation = [], repairServices = [], otherTechnologyScience = [], fireStation = [], foodSales = [], performingArts = [], outpatientRehabilitationPhysicalTherapy = [], stripMall = [], rollerRink = [], otherEducation = [], fitnessCenterHealthClubGym = [], aquarium = [], foodService = [], restaurant = [], enclosedMall = [], iceCurlingRink = [], adultEducation = [], otherEntertainmentPublicAssembly = [], movieTheater = [], transportationTerminalStation = [], vocationalSchool = [], = [], otherMall = [], convenienceStoreWithGasStation = [], other = [], electricVehicleChargingStation = []) @prison = prison @refrigeratedWarehouse = refrigeratedWarehouse @retail = retail @hospital = hospital @medicalOffice = medicalOffice @dataCenter = dataCenter @courthouse = courthouse @singleFamilyHome = singleFamilyHome @nonRefrigeratedWarehouse = nonRefrigeratedWarehouse @multifamilyHousing = multifamilyHousing @office = office @wholesaleClubSupercenter = wholesaleClubSupercenter @selfStorageFacility = selfStorageFacility @seniorLivingCommunity = seniorLivingCommunity @residentialCareFacility = residentialCareFacility @swimmingPool = swimmingPool @residenceHallDormitory = residenceHallDormitory @wastewaterTreatmentPlant = wastewaterTreatmentPlant @distributionCenter = distributionCenter @worshipFacility = worshipFacility @financialOffice = financialOffice @drinkingWaterTreatmentAndDistribution = drinkingWaterTreatmentAndDistribution @parking = parking @supermarket = supermarket @barracks = @hotel = hotel @k12School = k12School @bankBranch = bankBranch @collegeUniversity = collegeUniversity @indoorArena = indoorArena @otherStadium = otherStadium @stadiumClosed = stadiumClosed @stadiumOpen = stadiumOpen @manufacturingIndustrialPlant = manufacturingIndustrialPlant @ambulatorySurgicalCenter = ambulatorySurgicalCenter @bowlingAlley = bowlingAlley @otherPublicServices = otherPublicServices @otherLodgingResidential = otherLodgingResidential @casino = casino @personalServices = personalServices @mailingCenterPostOffice = mailingCenterPostOffice @library = library @otherSpecialityHospital = otherSpecialityHospital @conventionCenter = conventionCenter @veterinaryOffice = veterinaryOffice @urgentCareClinicOtherOutpatient = urgentCareClinicOtherOutpatient @energyPowerStation = energyPowerStation @otherServices = otherServices @barNightclub = @otherUtility = otherUtility @zoo = zoo @vehicleDealership = vehicleDealership @museum = museum @otherRecreation = otherRecreation @otherRestaurantBar = otherRestaurantBar @lifestyleCenter = lifestyleCenter @policeStation = policeStation @preschoolDaycare = preschoolDaycare @raceTrack = raceTrack @fastFoodRestaurant = fastFoodRestaurant @laboratory = laboratory @convenienceStoreWithoutGasStation = convenienceStoreWithoutGasStation @repairServices = repairServices @otherTechnologyScience = otherTechnologyScience @fireStation = fireStation @foodSales = foodSales @performingArts = performingArts @outpatientRehabilitationPhysicalTherapy = outpatientRehabilitationPhysicalTherapy @stripMall = stripMall @rollerRink = rollerRink @otherEducation = otherEducation @fitnessCenterHealthClubGym = fitnessCenterHealthClubGym @aquarium = aquarium @foodService = foodService @restaurant = restaurant @enclosedMall = enclosedMall @iceCurlingRink = iceCurlingRink @adultEducation = adultEducation @otherEntertainmentPublicAssembly = otherEntertainmentPublicAssembly @movieTheater = movieTheater @transportationTerminalStation = transportationTerminalStation @vocationalSchool = vocationalSchool @socialMeetingHall = @otherMall = otherMall @convenienceStoreWithGasStation = convenienceStoreWithGasStation @other = other @electricVehicleChargingStation = electricVehicleChargingStation end end # inner class for member: estimatedEnergyList # {}estimatedEnergyList # @!attribute [rw] entries # @return [PortfolioManager::Xml::EstimatedEnergyListType] class EstimatedEnergyList attr_accessor :entries def initialize(entries = nil) @entries = entries end end # inner class for member: target # {}target # @!attribute [rw] targetTypeScore # @return [PortfolioManager::Xml::TargetTypeScoreType] # @!attribute [rw] targetTypePercentage # @return [PortfolioManager::Xml::TargetTypePercentageType] class Target attr_accessor :targetTypeScore attr_accessor :targetTypePercentage def initialize(targetTypeScore = nil, targetTypePercentage = nil) @targetTypeScore = targetTypeScore @targetTypePercentage = targetTypePercentage end end attr_accessor :propertyUses attr_accessor :drinkingWaterInfluentFlow attr_accessor :wasteWaterInfluentFlow attr_accessor :itSiteEnergy attr_accessor :estimatedEnergyList attr_accessor :target def initialize(propertyUses = nil, drinkingWaterInfluentFlow = nil, wasteWaterInfluentFlow = nil, itSiteEnergy = nil, estimatedEnergyList = nil, target = nil) @propertyUses = propertyUses @drinkingWaterInfluentFlow = drinkingWaterInfluentFlow @wasteWaterInfluentFlow = wasteWaterInfluentFlow @itSiteEnergy = itSiteEnergy @estimatedEnergyList = estimatedEnergyList @target = target end end |
#wasteWaterInfluentFlow ⇒ SOAP::SOAPDecimal
6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 |
# File 'lib/portfolio_manager/xml.rb', line 6561 class DesignBaseType # inner class for member: propertyUses # {}propertyUses # @!attribute [rw] prison # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] refrigeratedWarehouse # @return [PortfolioManager::Xml::RefrigeratedWarehouseType] # @!attribute [rw] retail # @return [PortfolioManager::Xml::RetailType] # @!attribute [rw] hospital # @return [PortfolioManager::Xml::HospitalType] # @!attribute [rw] medicalOffice # @return [PortfolioManager::Xml::MedicalOfficeType] # @!attribute [rw] dataCenter # @return [PortfolioManager::Xml::DataCenterType] # @!attribute [rw] courthouse # @return [PortfolioManager::Xml::CourthouseType] # @!attribute [rw] singleFamilyHome # @return [PortfolioManager::Xml::SingleFamilyHomeType] # @!attribute [rw] nonRefrigeratedWarehouse # @return [PortfolioManager::Xml::NonRefrigeratedWarehouseType] # @!attribute [rw] multifamilyHousing # @return [PortfolioManager::Xml::MultifamilyHousingType] # @!attribute [rw] office # @return [PortfolioManager::Xml::OfficeType] # @!attribute [rw] wholesaleClubSupercenter # @return [PortfolioManager::Xml::WholesaleClubSupercenterType] # @!attribute [rw] selfStorageFacility # @return [PortfolioManager::Xml::SelfStorageFacilityType] # @!attribute [rw] seniorLivingCommunity # @return [PortfolioManager::Xml::SeniorLivingCommunityType] # @!attribute [rw] residentialCareFacility # @return [PortfolioManager::Xml::ResidentialCareFacilityType] # @!attribute [rw] swimmingPool # @return [PortfolioManager::Xml::SwimmingPoolType] # @!attribute [rw] residenceHallDormitory # @return [PortfolioManager::Xml::ResidenceHallDormitoryType] # @!attribute [rw] wastewaterTreatmentPlant # @return [PortfolioManager::Xml::WastewaterTreatmentPlantType] # @!attribute [rw] distributionCenter # @return [PortfolioManager::Xml::DistributionCenterType] # @!attribute [rw] worshipFacility # @return [PortfolioManager::Xml::WorshipFacilityType] # @!attribute [rw] financialOffice # @return [PortfolioManager::Xml::FinancialOfficeType] # @!attribute [rw] drinkingWaterTreatmentAndDistribution # @return [PortfolioManager::Xml::DrinkingWaterTreatmentAndDistributionType] # @!attribute [rw] parking # @return [PortfolioManager::Xml::ParkingType] # @!attribute [rw] supermarket # @return [PortfolioManager::Xml::SupermarketType] # @!attribute [rw] barracks # @return [PortfolioManager::Xml::BarracksType] # @!attribute [rw] hotel # @return [PortfolioManager::Xml::HotelType] # @!attribute [rw] k12School # @return [PortfolioManager::Xml::K12SchoolType] # @!attribute [rw] bankBranch # @return [PortfolioManager::Xml::BankBranchType] # @!attribute [rw] collegeUniversity # @return [PortfolioManager::Xml::CollegeUniversityType] # @!attribute [rw] indoorArena # @return [PortfolioManager::Xml::IndoorArenaType] # @!attribute [rw] otherStadium # @return [PortfolioManager::Xml::OtherStadiumType] # @!attribute [rw] stadiumClosed # @return [PortfolioManager::Xml::StadiumClosedType] # @!attribute [rw] stadiumOpen # @return [PortfolioManager::Xml::StadiumOpenType] # @!attribute [rw] manufacturingIndustrialPlant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] ambulatorySurgicalCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] bowlingAlley # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherPublicServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherLodgingResidential # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] casino # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] personalServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] mailingCenterPostOffice # @return [PortfolioManager::Xml::MailingCenterPostOfficeType] # @!attribute [rw] library # @return [PortfolioManager::Xml::LibraryType] # @!attribute [rw] otherSpecialityHospital # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] conventionCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] veterinaryOffice # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] urgentCareClinicOtherOutpatient # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] energyPowerStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] barNightclub # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherUtility # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] zoo # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] vehicleDealership # @return [PortfolioManager::Xml::VehicleDealershipType] # @!attribute [rw] museum # @return [PortfolioManager::Xml::MuseumType] # @!attribute [rw] otherRecreation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherRestaurantBar # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] lifestyleCenter # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] policeStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] preschoolDaycare # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] raceTrack # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fastFoodRestaurant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] laboratory # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] convenienceStoreWithoutGasStation # @return [PortfolioManager::Xml::ConvenienceStoreWithoutGasStationType] # @!attribute [rw] repairServices # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherTechnologyScience # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fireStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] foodSales # @return [PortfolioManager::Xml::FoodSalesType] # @!attribute [rw] performingArts # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] outpatientRehabilitationPhysicalTherapy # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] stripMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] rollerRink # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherEducation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] fitnessCenterHealthClubGym # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] aquarium # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] foodService # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] restaurant # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] enclosedMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] iceCurlingRink # @return [PortfolioManager::Xml::IceCurlingRinkType] # @!attribute [rw] adultEducation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherEntertainmentPublicAssembly # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] movieTheater # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] transportationTerminalStation # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] vocationalSchool # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] socialMeetingHall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] otherMall # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] convenienceStoreWithGasStation # @return [PortfolioManager::Xml::ConvenienceStoreWithGasStationType] # @!attribute [rw] other # @return [PortfolioManager::Xml::OtherType] # @!attribute [rw] electricVehicleChargingStation # @return [PortfolioManager::Xml::EvChargingStationType] class PropertyUses attr_accessor :prison attr_accessor :refrigeratedWarehouse attr_accessor :retail attr_accessor :hospital attr_accessor :medicalOffice attr_accessor :dataCenter attr_accessor :courthouse attr_accessor :singleFamilyHome attr_accessor :nonRefrigeratedWarehouse attr_accessor :multifamilyHousing attr_accessor :office attr_accessor :wholesaleClubSupercenter attr_accessor :selfStorageFacility attr_accessor :seniorLivingCommunity attr_accessor :residentialCareFacility attr_accessor :swimmingPool attr_accessor :residenceHallDormitory attr_accessor :wastewaterTreatmentPlant attr_accessor :distributionCenter attr_accessor :worshipFacility attr_accessor :financialOffice attr_accessor :drinkingWaterTreatmentAndDistribution attr_accessor :parking attr_accessor :supermarket attr_accessor :barracks attr_accessor :hotel attr_accessor :k12School attr_accessor :bankBranch attr_accessor :collegeUniversity attr_accessor :indoorArena attr_accessor :otherStadium attr_accessor :stadiumClosed attr_accessor :stadiumOpen attr_accessor :manufacturingIndustrialPlant attr_accessor :ambulatorySurgicalCenter attr_accessor :bowlingAlley attr_accessor :otherPublicServices attr_accessor :otherLodgingResidential attr_accessor :casino attr_accessor :personalServices attr_accessor :mailingCenterPostOffice attr_accessor :library attr_accessor :otherSpecialityHospital attr_accessor :conventionCenter attr_accessor :veterinaryOffice attr_accessor :urgentCareClinicOtherOutpatient attr_accessor :energyPowerStation attr_accessor :otherServices attr_accessor :barNightclub attr_accessor :otherUtility attr_accessor :zoo attr_accessor :vehicleDealership attr_accessor :museum attr_accessor :otherRecreation attr_accessor :otherRestaurantBar attr_accessor :lifestyleCenter attr_accessor :policeStation attr_accessor :preschoolDaycare attr_accessor :raceTrack attr_accessor :fastFoodRestaurant attr_accessor :laboratory attr_accessor :convenienceStoreWithoutGasStation attr_accessor :repairServices attr_accessor :otherTechnologyScience attr_accessor :fireStation attr_accessor :foodSales attr_accessor :performingArts attr_accessor :outpatientRehabilitationPhysicalTherapy attr_accessor :stripMall attr_accessor :rollerRink attr_accessor :otherEducation attr_accessor :fitnessCenterHealthClubGym attr_accessor :aquarium attr_accessor :foodService attr_accessor :restaurant attr_accessor :enclosedMall attr_accessor :iceCurlingRink attr_accessor :adultEducation attr_accessor :otherEntertainmentPublicAssembly attr_accessor :movieTheater attr_accessor :transportationTerminalStation attr_accessor :vocationalSchool attr_accessor :socialMeetingHall attr_accessor :otherMall attr_accessor :convenienceStoreWithGasStation attr_accessor :other attr_accessor :electricVehicleChargingStation def initialize(prison = [], refrigeratedWarehouse = [], retail = [], hospital = [], medicalOffice = [], dataCenter = [], courthouse = [], singleFamilyHome = [], nonRefrigeratedWarehouse = [], multifamilyHousing = [], office = [], wholesaleClubSupercenter = [], selfStorageFacility = [], seniorLivingCommunity = [], residentialCareFacility = [], swimmingPool = [], residenceHallDormitory = [], wastewaterTreatmentPlant = [], distributionCenter = [], worshipFacility = [], financialOffice = [], drinkingWaterTreatmentAndDistribution = [], parking = [], supermarket = [], = [], hotel = [], k12School = [], bankBranch = [], collegeUniversity = [], indoorArena = [], otherStadium = [], stadiumClosed = [], stadiumOpen = [], manufacturingIndustrialPlant = [], ambulatorySurgicalCenter = [], bowlingAlley = [], otherPublicServices = [], otherLodgingResidential = [], casino = [], personalServices = [], mailingCenterPostOffice = [], library = [], otherSpecialityHospital = [], conventionCenter = [], veterinaryOffice = [], urgentCareClinicOtherOutpatient = [], energyPowerStation = [], otherServices = [], = [], otherUtility = [], zoo = [], vehicleDealership = [], museum = [], otherRecreation = [], otherRestaurantBar = [], lifestyleCenter = [], policeStation = [], preschoolDaycare = [], raceTrack = [], fastFoodRestaurant = [], laboratory = [], convenienceStoreWithoutGasStation = [], repairServices = [], otherTechnologyScience = [], fireStation = [], foodSales = [], performingArts = [], outpatientRehabilitationPhysicalTherapy = [], stripMall = [], rollerRink = [], otherEducation = [], fitnessCenterHealthClubGym = [], aquarium = [], foodService = [], restaurant = [], enclosedMall = [], iceCurlingRink = [], adultEducation = [], otherEntertainmentPublicAssembly = [], movieTheater = [], transportationTerminalStation = [], vocationalSchool = [], = [], otherMall = [], convenienceStoreWithGasStation = [], other = [], electricVehicleChargingStation = []) @prison = prison @refrigeratedWarehouse = refrigeratedWarehouse @retail = retail @hospital = hospital @medicalOffice = medicalOffice @dataCenter = dataCenter @courthouse = courthouse @singleFamilyHome = singleFamilyHome @nonRefrigeratedWarehouse = nonRefrigeratedWarehouse @multifamilyHousing = multifamilyHousing @office = office @wholesaleClubSupercenter = wholesaleClubSupercenter @selfStorageFacility = selfStorageFacility @seniorLivingCommunity = seniorLivingCommunity @residentialCareFacility = residentialCareFacility @swimmingPool = swimmingPool @residenceHallDormitory = residenceHallDormitory @wastewaterTreatmentPlant = wastewaterTreatmentPlant @distributionCenter = distributionCenter @worshipFacility = worshipFacility @financialOffice = financialOffice @drinkingWaterTreatmentAndDistribution = drinkingWaterTreatmentAndDistribution @parking = parking @supermarket = supermarket @barracks = @hotel = hotel @k12School = k12School @bankBranch = bankBranch @collegeUniversity = collegeUniversity @indoorArena = indoorArena @otherStadium = otherStadium @stadiumClosed = stadiumClosed @stadiumOpen = stadiumOpen @manufacturingIndustrialPlant = manufacturingIndustrialPlant @ambulatorySurgicalCenter = ambulatorySurgicalCenter @bowlingAlley = bowlingAlley @otherPublicServices = otherPublicServices @otherLodgingResidential = otherLodgingResidential @casino = casino @personalServices = personalServices @mailingCenterPostOffice = mailingCenterPostOffice @library = library @otherSpecialityHospital = otherSpecialityHospital @conventionCenter = conventionCenter @veterinaryOffice = veterinaryOffice @urgentCareClinicOtherOutpatient = urgentCareClinicOtherOutpatient @energyPowerStation = energyPowerStation @otherServices = otherServices @barNightclub = @otherUtility = otherUtility @zoo = zoo @vehicleDealership = vehicleDealership @museum = museum @otherRecreation = otherRecreation @otherRestaurantBar = otherRestaurantBar @lifestyleCenter = lifestyleCenter @policeStation = policeStation @preschoolDaycare = preschoolDaycare @raceTrack = raceTrack @fastFoodRestaurant = fastFoodRestaurant @laboratory = laboratory @convenienceStoreWithoutGasStation = convenienceStoreWithoutGasStation @repairServices = repairServices @otherTechnologyScience = otherTechnologyScience @fireStation = fireStation @foodSales = foodSales @performingArts = performingArts @outpatientRehabilitationPhysicalTherapy = outpatientRehabilitationPhysicalTherapy @stripMall = stripMall @rollerRink = rollerRink @otherEducation = otherEducation @fitnessCenterHealthClubGym = fitnessCenterHealthClubGym @aquarium = aquarium @foodService = foodService @restaurant = restaurant @enclosedMall = enclosedMall @iceCurlingRink = iceCurlingRink @adultEducation = adultEducation @otherEntertainmentPublicAssembly = otherEntertainmentPublicAssembly @movieTheater = movieTheater @transportationTerminalStation = transportationTerminalStation @vocationalSchool = vocationalSchool @socialMeetingHall = @otherMall = otherMall @convenienceStoreWithGasStation = convenienceStoreWithGasStation @other = other @electricVehicleChargingStation = electricVehicleChargingStation end end # inner class for member: estimatedEnergyList # {}estimatedEnergyList # @!attribute [rw] entries # @return [PortfolioManager::Xml::EstimatedEnergyListType] class EstimatedEnergyList attr_accessor :entries def initialize(entries = nil) @entries = entries end end # inner class for member: target # {}target # @!attribute [rw] targetTypeScore # @return [PortfolioManager::Xml::TargetTypeScoreType] # @!attribute [rw] targetTypePercentage # @return [PortfolioManager::Xml::TargetTypePercentageType] class Target attr_accessor :targetTypeScore attr_accessor :targetTypePercentage def initialize(targetTypeScore = nil, targetTypePercentage = nil) @targetTypeScore = targetTypeScore @targetTypePercentage = targetTypePercentage end end attr_accessor :propertyUses attr_accessor :drinkingWaterInfluentFlow attr_accessor :wasteWaterInfluentFlow attr_accessor :itSiteEnergy attr_accessor :estimatedEnergyList attr_accessor :target def initialize(propertyUses = nil, drinkingWaterInfluentFlow = nil, wasteWaterInfluentFlow = nil, itSiteEnergy = nil, estimatedEnergyList = nil, target = nil) @propertyUses = propertyUses @drinkingWaterInfluentFlow = drinkingWaterInfluentFlow @wasteWaterInfluentFlow = wasteWaterInfluentFlow @itSiteEnergy = itSiteEnergy @estimatedEnergyList = estimatedEnergyList @target = target end end |