Uses of Class
org.cxml.PostalAddress
Packages that use PostalAddress
-
Uses of PostalAddress in org.cxml
Fields in org.cxml declared as PostalAddressModifier and TypeFieldDescriptionprotected PostalAddressAddress.postalAddressprotected PostalAddressPCard.postalAddressFields in org.cxml with type parameters of type PostalAddressMethods in org.cxml that return PostalAddressModifier and TypeMethodDescriptionObjectFactory.createPostalAddress()Create an instance ofPostalAddressAddress.getPostalAddress()Gets the value of the postalAddress property.PCard.getPostalAddress()Gets the value of the postalAddress property.Methods in org.cxml that return types with arguments of type PostalAddressModifier and TypeMethodDescriptionContact.getPostalAddress()Gets the value of the postalAddress property.Methods in org.cxml with parameters of type PostalAddressModifier and TypeMethodDescriptionvoidAddress.setPostalAddress(PostalAddress value) Sets the value of the postalAddress property.voidPCard.setPostalAddress(PostalAddress value) Sets the value of the postalAddress property.