KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > SpecificationLink

javax.xml.registry.infomodel
Interface SpecificationLink

All Superinterfaces:
ExtensibleObject, RegistryObject
See Also:
Top Examples, Source Code, Concept

public ServiceBinding getServiceBinding()
                                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RegistryObject getSpecificationObject()
                                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InternationalString getUsageDescription()
                                        throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getUsageParameters()
                              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setSpecificationObject(RegistryObject obj)
                            throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setUsageDescription(InternationalString usageDescription)
                         throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setUsageParameters(Collection usageParameters)
                        throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags