Uses of Class
de4a.dba.canonical_evidence.v0.AddressType
-
Packages that use AddressType Package Description de4a.dba.canonical_evidence.v0 -
-
Uses of AddressType in de4a.dba.canonical_evidence.v0
Methods in de4a.dba.canonical_evidence.v0 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 de4a.dba.canonical_evidence.v0 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 de4a.dba.canonical_evidence.v0 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 de4a.dba.canonical_evidence.v0 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
-