Uses of Class
org.cxml.Address
Packages that use Address
-
Uses of Address in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl that return types with arguments of type AddressModifier and TypeMethodDescriptionprotected Converter<Address,AddressModel> DefaultOrderRequestCartPopulator.getAddressModelConverter()Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type AddressModifier and TypeMethodDescriptionvoidDefaultAddressModelPopulator.populate(Address source, AddressModel target) Method parameters in de.hybris.platform.b2b.punchout.populators.impl with type arguments of type AddressModifier and TypeMethodDescriptionvoidDefaultOrderRequestCartPopulator.setAddressModelConverter(Converter<Address, AddressModel> addressModelConverter) -
Uses of Address in org.cxml
Modifier and TypeFieldDescriptionprotected AddressAirport.addressprotected AddressBillTo.addressprotected AddressBusinessPartner.addressprotected AddressHotelDetail.addressprotected AddressIssuer.addressprotected AddressOrganization.addressprotected AddressPlace.addressprotected AddressShipTo.addressprotected AddressSupplierLocation.addressprotected AddressTermsOfDelivery.addressprotected AddressVendor.addressprotected AddressWorkLocation.addressModifier and TypeMethodDescriptionObjectFactory.createAddress()Create an instance ofAddressAirport.getAddress()Gets the value of the address property.BillTo.getAddress()Gets the value of the address property.BusinessPartner.getAddress()Gets the value of the address property.HotelDetail.getAddress()Gets the value of the address property.Issuer.getAddress()Gets the value of the address property.Organization.getAddress()Gets the value of the address property.Place.getAddress()Gets the value of the address property.ShipTo.getAddress()Gets the value of the address property.SupplierLocation.getAddress()Gets the value of the address property.TermsOfDelivery.getAddress()Gets the value of the address property.Vendor.getAddress()Gets the value of the address property.WorkLocation.getAddress()Gets the value of the address property.Modifier and TypeMethodDescriptionvoidAirport.setAddress(Address value) Sets the value of the address property.voidBillTo.setAddress(Address value) Sets the value of the address property.voidBusinessPartner.setAddress(Address value) Sets the value of the address property.voidHotelDetail.setAddress(Address value) Sets the value of the address property.voidIssuer.setAddress(Address value) Sets the value of the address property.voidOrganization.setAddress(Address value) Sets the value of the address property.voidPlace.setAddress(Address value) Sets the value of the address property.voidShipTo.setAddress(Address value) Sets the value of the address property.voidSupplierLocation.setAddress(Address value) Sets the value of the address property.voidTermsOfDelivery.setAddress(Address value) Sets the value of the address property.voidVendor.setAddress(Address value) Sets the value of the address property.voidWorkLocation.setAddress(Address value) Sets the value of the address property.