Uses of Class
org.cxml.Address
-
Packages that use Address Package Description de.hybris.platform.b2b.punchout.populators.impl org.cxml -
-
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 Address Modifier and Type Method Description Converter<Address,AddressModel>DefaultOrderRequestCartPopulator. getAddressModelConverter()Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type Address Modifier and Type Method Description voidDefaultAddressModelPopulator. populate(Address source, AddressModel target)Method parameters in de.hybris.platform.b2b.punchout.populators.impl with type arguments of type Address Modifier and Type Method Description voidDefaultOrderRequestCartPopulator. setAddressModelConverter(Converter<Address,AddressModel> addressModelConverter) -
Uses of Address in org.cxml
Fields in org.cxml declared as Address Modifier and Type Field Description protected AddressAirport. addressprotected AddressBillTo. addressprotected AddressHotelDetail. addressprotected AddressIssuer. addressprotected AddressOrganization. addressprotected AddressPlace. addressprotected AddressShipTo. addressprotected AddressSupplierLocation. addressprotected AddressTermsOfDelivery. addressprotected AddressVendor. addressprotected AddressWorkLocation. addressMethods in org.cxml that return Address Modifier and Type Method Description AddressObjectFactory. createAddress()Create an instance ofAddressAddressAirport. getAddress()Gets the value of the address property.AddressBillTo. getAddress()Gets the value of the address property.AddressHotelDetail. getAddress()Gets the value of the address property.AddressIssuer. getAddress()Gets the value of the address property.AddressOrganization. getAddress()Gets the value of the address property.AddressPlace. getAddress()Gets the value of the address property.AddressShipTo. getAddress()Gets the value of the address property.AddressSupplierLocation. getAddress()Gets the value of the address property.AddressTermsOfDelivery. getAddress()Gets the value of the address property.AddressVendor. getAddress()Gets the value of the address property.AddressWorkLocation. getAddress()Gets the value of the address property.Methods in org.cxml with parameters of type Address Modifier and Type Method Description voidAirport. setAddress(Address value)Sets the value of the address property.voidBillTo. 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.
-