Uses of Class
org.cxml.Phone
-
Packages that use Phone Package Description de.hybris.platform.b2b.punchout.populators.impl org.cxml -
-
Uses of Phone in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type Phone Modifier and Type Method Description protected java.lang.StringDefaultAddressModelPopulator. toPhoneString(Phone phone) -
Uses of Phone in org.cxml
Fields in org.cxml declared as Phone Modifier and Type Field Description protected PhoneAddress. phoneFields in org.cxml with type parameters of type Phone Modifier and Type Field Description protected java.util.List<Phone>Contact. phoneMethods in org.cxml that return Phone Modifier and Type Method Description PhoneObjectFactory. createPhone()Create an instance ofPhonePhoneAddress. getPhone()Gets the value of the phone property.Methods in org.cxml that return types with arguments of type Phone Modifier and Type Method Description java.util.List<Phone>Contact. getPhone()Gets the value of the phone property.Methods in org.cxml with parameters of type Phone Modifier and Type Method Description voidAddress. setPhone(Phone value)Sets the value of the phone property.
-