KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.registry.infomodel
Interface ExternalIdentifier

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

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


public RegistryObject getRegistryObject()
                                 throws JAXRException
See Also:
RegistryObject.addExternalIdentifier(ExternalIdentifier ei)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public void setIdentificationScheme(ClassificationScheme identificationScheme)
                             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setValue(String value)
              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags