KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.registry.infomodel
Interface RegistryEntry

All Superinterfaces:
ExtensibleObject, RegistryObject, Versionable
All Known Subinterfaces:
ClassificationScheme, ExtrinsicObject, RegistryPackage, Service
See Also:
Source Code

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


public int getStability()
                 throws JAXRException
See Also:
STABILITY_DYNAMIC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public void setExpiration(Date expiration)
                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setStability(int stability)
                  throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STABILITY_DYNAMIC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STABILITY_DYNAMIC_COMPATIBLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STABILITY_STATIC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_APPROVED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_DEPRECATED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_SUBMITTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_WITHDRAWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags