Uses of Class
software.xdev.bzst.dip.client.xmldocument.model.AddressType
Packages that use AddressType
Package
Description
-
Uses of AddressType in software.xdev.bzst.dip.client.xmldocument
Methods in software.xdev.bzst.dip.client.xmldocument that return AddressTypeModifier and TypeMethodDescriptionprotected static AddressTypeXMLDocumentBodyCreator.createAddress(AddressFixType address, OECDLegalAddressTypeEnumType legalAddressTypeEnumType) -
Uses of AddressType in software.xdev.bzst.dip.client.xmldocument.model
Fields in software.xdev.bzst.dip.client.xmldocument.model declared as AddressTypeModifier and TypeFieldDescriptionprotected AddressTypeOtherRPOType.addressprotected AddressTypePropertyListingType.addressFields in software.xdev.bzst.dip.client.xmldocument.model with type parameters of type AddressTypeModifier and TypeFieldDescriptionprotected List<AddressType>OrganisationPartyType.addressprotected List<AddressType>PersonPartyType.addressMethods in software.xdev.bzst.dip.client.xmldocument.model that return AddressTypeModifier and TypeMethodDescriptionObjectFactory.createAddressType()Create an instance ofAddressTypeOtherRPOType.getAddress()Gets the value of the address property.PropertyListingType.getAddress()Gets the value of the address property.Methods in software.xdev.bzst.dip.client.xmldocument.model that return types with arguments of type AddressTypeModifier and TypeMethodDescriptionOrganisationPartyType.getAddress()Gets the value of the address property.PersonPartyType.getAddress()Gets the value of the address property.Methods in software.xdev.bzst.dip.client.xmldocument.model with parameters of type AddressTypeModifier and TypeMethodDescriptionvoidOtherRPOType.setAddress(AddressType value) Sets the value of the address property.voidPropertyListingType.setAddress(AddressType value) Sets the value of the address property.