Uses of Class
org.uddi4j.datatype.Name
-
Packages that use Name Package Description org.uddi4j.datatype.business org.uddi4j.datatype.service org.uddi4j.datatype.tmodel org.uddi4j.request org.uddi4j.response -
-
Uses of Name in org.uddi4j.datatype.business
Methods in org.uddi4j.datatype.business that return Name Modifier and Type Method Description NameBusinessEntity. getDefaultName()NameBusinessEntity. getName()Deprecated.This method has been deprecated.Methods in org.uddi4j.datatype.business with parameters of type Name Modifier and Type Method Description voidBusinessEntity. setDefaultName(Name name)This method stores this name as the Default Name (i.e., places it in the first location in the Vector).voidBusinessEntity. setName(Name s)Deprecated.This method has been deprecated. -
Uses of Name in org.uddi4j.datatype.service
Methods in org.uddi4j.datatype.service that return Name Modifier and Type Method Description NameBusinessService. getDefaultName()NameBusinessService. getName()Deprecated.This method has been deprecated.Methods in org.uddi4j.datatype.service with parameters of type Name Modifier and Type Method Description voidBusinessService. setDefaultName(Name name)This method stores this name as the Default Name (i.e., places it in the first location in the Vector)voidBusinessService. setName(Name s)Deprecated.This method has been deprecated. -
Uses of Name in org.uddi4j.datatype.tmodel
Methods in org.uddi4j.datatype.tmodel that return Name Modifier and Type Method Description NameTModel. getName()Methods in org.uddi4j.datatype.tmodel with parameters of type Name Modifier and Type Method Description voidTModel. setName(Name s) -
Uses of Name in org.uddi4j.request
Methods in org.uddi4j.request that return Name Modifier and Type Method Description NameFindBusiness. getDefaultName()NameFindService. getDefaultName()NameFindBusiness. getName()Deprecated.This method has been deprecated.NameFindService. getName()Deprecated.This method has been deprecated.NameFindTModel. getName()Methods in org.uddi4j.request with parameters of type Name Modifier and Type Method Description voidFindBusiness. setDefaultName(Name name)This method stores this name as the Default Name (i.e., places it in the first location in the Vector)voidFindService. setDefaultName(Name name)This method stores this name as the Default Name (i.e., places it in the first location in the Vector)voidFindBusiness. setName(Name s)Deprecated.This method has been deprecated.voidFindService. setName(Name s)Deprecated.This method has been deprecated.voidFindTModel. setName(Name s) -
Uses of Name in org.uddi4j.response
Methods in org.uddi4j.response that return Name Modifier and Type Method Description NameBusinessInfo. getDefaultName()Get default nameNameRelatedBusinessInfo. getDefaultName()Get the default name.NameServiceInfo. getDefaultName()NameBusinessInfo. getName()Deprecated.This method has been deprecated.NameRelatedBusinessInfo. getName()Deprecated.This method has been deprecated.NameServiceInfo. getName()Deprecated.This method has been deprecated.NameTModelInfo. getName()Methods in org.uddi4j.response with parameters of type Name Modifier and Type Method Description voidBusinessInfo. setDefaultName(Name name)This method stores this name as the Default Name (i.e., places it in the first location in the Vector).voidRelatedBusinessInfo. setDefaultName(Name name)This method stores this name as the Default Name (i.e., places it in the first location in the Vector).voidServiceInfo. setDefaultName(Name name)This method stores this name as the Default Name (i.e., places it in the first location in the Vector).voidBusinessInfo. setName(Name s)Deprecated.This method has been deprecated.voidRelatedBusinessInfo. setName(Name s)Deprecated.This method has been deprecated.voidServiceInfo. setName(Name s)Deprecated.This method has been deprecated.voidTModelInfo. setName(Name s)
-