Uses of Class
eu.de4a.iem.jaxb.t42.v0_6.AddressType
-
Packages that use AddressType Package Description eu.de4a.iem.jaxb.t42.v0_6 -
-
Uses of AddressType in eu.de4a.iem.jaxb.t42.v0_6
Methods in eu.de4a.iem.jaxb.t42.v0_6 that return AddressType Modifier and Type Method Description AddressTypeAddressType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2AddressTypeObjectFactory. createAddressType()Create an instance ofAddressTypeAddressTypeBranchType. getBranchPostalAddress()Gets the value of the branchPostalAddress property.AddressTypeBranchType. getBranchRegistredAddress()Gets the value of the branchRegistredAddress property.AddressTypeLegalEntityType. getPostalAddressAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionAddressTypeLegalEntityType. getRegisteredAddressAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in eu.de4a.iem.jaxb.t42.v0_6 that return types with arguments of type AddressType Modifier and Type Method Description List<AddressType>LegalEntityType. getPostalAddress()Gets the value of the postalAddress property.List<AddressType>LegalEntityType. getRegisteredAddress()Gets the value of the registeredAddress property.Methods in eu.de4a.iem.jaxb.t42.v0_6 with parameters of type AddressType Modifier and Type Method Description voidLegalEntityType. addPostalAddress(AddressType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidLegalEntityType. addRegisteredAddress(AddressType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidAddressType. cloneTo(AddressType ret)This method clones all values fromthisto the passed object.voidBranchType. setBranchPostalAddress(AddressType value)Sets the value of the branchPostalAddress property.voidBranchType. setBranchRegistredAddress(AddressType value)Sets the value of the branchRegistredAddress property.Method parameters in eu.de4a.iem.jaxb.t42.v0_6 with type arguments of type AddressType Modifier and Type Method Description voidLegalEntityType. setPostalAddress(List<AddressType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidLegalEntityType. setRegisteredAddress(List<AddressType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-