Uses of Class
generated.AddressType
-
Packages that use AddressType Package Description generated -
-
Uses of AddressType in generated
Methods in generated 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 generated that return types with arguments of type AddressType Modifier and Type Method Description javax.xml.bind.JAXBElement<AddressType>ObjectFactory. createAddress(AddressType value)List<AddressType>LegalEntityType. getPostalAddress()Gets the value of the postalAddress property.List<AddressType>LegalEntityType. getRegisteredAddress()Gets the value of the registeredAddress property.Methods in generated 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.javax.xml.bind.JAXBElement<AddressType>ObjectFactory. createAddress(AddressType value)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 generated 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
-