Uses of Class
org.projecthusky.common.basetypes.OrganizationBaseType.Builder
Packages that use OrganizationBaseType.Builder
-
Uses of OrganizationBaseType.Builder in org.projecthusky.common.basetypes
Methods in org.projecthusky.common.basetypes that return OrganizationBaseType.BuilderModifier and TypeMethodDescriptionstatic OrganizationBaseType.Builder
OrganizationBaseType.builder()
Creates builder to buildOrganizationBaseType
.OrganizationBaseType.Builder.withAddressList
(ArrayList<AddressBaseType> addressList) With address list.OrganizationBaseType.Builder.withIdentificatorList
(ArrayList<IdentificatorBaseType> identificatorList) With identificator list.OrganizationBaseType.Builder.withNameList
(ArrayList<NameBaseType> nameList) With name list.OrganizationBaseType.Builder.withNullFlavor
(NullFlavor nullFlavor) With null flavor.OrganizationBaseType.Builder.withPrimaryAddress
(AddressBaseType primaryAddress) With primary address.OrganizationBaseType.Builder.withPrimaryIdentificator
(IdentificatorBaseType primaryIdentificator) With primary identificator.OrganizationBaseType.Builder.withPrimaryName
(NameBaseType primaryName) With primary name.OrganizationBaseType.Builder.withPrimaryTelecom
(TelecomBaseType primaryTelecom) With primary telecom.OrganizationBaseType.Builder.withTelecomList
(ArrayList<TelecomBaseType> telecomList) With telecom list.