Uses of Class
org.cxml.PostalAddress
-
Packages that use PostalAddress Package Description de.hybris.platform.b2b.punchout.populators.impl org.cxml -
-
Uses of PostalAddress in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type PostalAddress Modifier and Type Method Description protected PostalAddressDefaultPunchOutSessionPopulator. toPostalAddress(PostalAddress postalAddress) -
Uses of PostalAddress in org.cxml
Fields in org.cxml declared as PostalAddress Modifier and Type Field Description protected PostalAddressAddress. postalAddressprotected PostalAddressPCard. postalAddressFields in org.cxml with type parameters of type PostalAddress Modifier and Type Field Description protected java.util.List<PostalAddress>Contact. postalAddressMethods in org.cxml that return PostalAddress Modifier and Type Method Description PostalAddressObjectFactory. createPostalAddress()Create an instance ofPostalAddressPostalAddressAddress. getPostalAddress()Gets the value of the postalAddress property.PostalAddressPCard. getPostalAddress()Gets the value of the postalAddress property.Methods in org.cxml that return types with arguments of type PostalAddress Modifier and Type Method Description java.util.List<PostalAddress>Contact. getPostalAddress()Gets the value of the postalAddress property.Methods in org.cxml with parameters of type PostalAddress Modifier and Type Method Description voidAddress. setPostalAddress(PostalAddress value)Sets the value of the postalAddress property.voidPCard. setPostalAddress(PostalAddress value)Sets the value of the postalAddress property.
-