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 Name
BusinessEntity. getDefaultName()
Name
BusinessEntity. getName()
Deprecated.This method has been deprecated.Methods in org.uddi4j.datatype.business with parameters of type Name Modifier and Type Method Description void
BusinessEntity. setDefaultName(Name name)
This method stores this name as the Default Name (i.e., places it in the first location in the Vector).void
BusinessEntity. 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 Name
BusinessService. getDefaultName()
Name
BusinessService. getName()
Deprecated.This method has been deprecated.Methods in org.uddi4j.datatype.service with parameters of type Name Modifier and Type Method Description void
BusinessService. setDefaultName(Name name)
This method stores this name as the Default Name (i.e., places it in the first location in the Vector)void
BusinessService. 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 Name
TModel. getName()
Methods in org.uddi4j.datatype.tmodel with parameters of type Name Modifier and Type Method Description void
TModel. setName(Name s)
-
Uses of Name in org.uddi4j.request
Methods in org.uddi4j.request that return Name Modifier and Type Method Description Name
FindBusiness. getDefaultName()
Name
FindService. getDefaultName()
Name
FindBusiness. getName()
Deprecated.This method has been deprecated.Name
FindService. getName()
Deprecated.This method has been deprecated.Name
FindTModel. getName()
Methods in org.uddi4j.request with parameters of type Name Modifier and Type Method Description void
FindBusiness. setDefaultName(Name name)
This method stores this name as the Default Name (i.e., places it in the first location in the Vector)void
FindService. setDefaultName(Name name)
This method stores this name as the Default Name (i.e., places it in the first location in the Vector)void
FindBusiness. setName(Name s)
Deprecated.This method has been deprecated.void
FindService. setName(Name s)
Deprecated.This method has been deprecated.void
FindTModel. setName(Name s)
-
Uses of Name in org.uddi4j.response
Methods in org.uddi4j.response that return Name Modifier and Type Method Description Name
BusinessInfo. getDefaultName()
Get default nameName
RelatedBusinessInfo. getDefaultName()
Get the default name.Name
ServiceInfo. getDefaultName()
Name
BusinessInfo. getName()
Deprecated.This method has been deprecated.Name
RelatedBusinessInfo. getName()
Deprecated.This method has been deprecated.Name
ServiceInfo. getName()
Deprecated.This method has been deprecated.Name
TModelInfo. getName()
Methods in org.uddi4j.response with parameters of type Name Modifier and Type Method Description void
BusinessInfo. setDefaultName(Name name)
This method stores this name as the Default Name (i.e., places it in the first location in the Vector).void
RelatedBusinessInfo. setDefaultName(Name name)
This method stores this name as the Default Name (i.e., places it in the first location in the Vector).void
ServiceInfo. setDefaultName(Name name)
This method stores this name as the Default Name (i.e., places it in the first location in the Vector).void
BusinessInfo. setName(Name s)
Deprecated.This method has been deprecated.void
RelatedBusinessInfo. setName(Name s)
Deprecated.This method has been deprecated.void
ServiceInfo. setName(Name s)
Deprecated.This method has been deprecated.void
TModelInfo. setName(Name s)
-