|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
com.sun.xml.registry.uddi.infomodel.RegistryEntryImpl
public class RegistryEntryImpl
Implementation of RegistryEntry interface
| Field Summary |
|---|
| Fields inherited from interface javax.xml.registry.infomodel.RegistryEntry |
|---|
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN |
| Constructor Summary | |
|---|---|
RegistryEntryImpl()
Default constructor |
|
RegistryEntryImpl(Key key)
Constructor used by subclass to initialize RegistryObject data |
|
RegistryEntryImpl(Key key,
String description,
String name)
Constructor used by subclass to initialize RegistryObject data |
|
| Method Summary | |
|---|---|
Date |
getExpiration()
Level 1 method |
int |
getMajorVersion()
Level 1 method |
int |
getMinorVersion()
Level 1 method |
int |
getStability()
Level 1 method |
int |
getStatus()
Level 1 method |
String |
getUserVersion()
Level 1 method |
void |
setExpiration(Date date)
Level 1 method |
void |
setMajorVersion(int majorVersion)
Level 1 method |
void |
setMinorVersion(int minorVersion)
Level 1 method |
void |
setStability(int stability)
Level 1 method |
void |
setUserVersion(String userVersion)
Level 1 method |
| Methods inherited from class com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl |
|---|
getSlot, getSlots |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
|---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots |
| Constructor Detail |
|---|
public RegistryEntryImpl()
public RegistryEntryImpl(Key key,
String description,
String name)
public RegistryEntryImpl(Key key)
| Method Detail |
|---|
public int getStatus()
throws JAXRException
getStatus in interface RegistryEntryJAXRException - If the JAXR provider encounters an internal error
public int getStability()
throws JAXRException
getStability in interface RegistryEntryJAXRException - If the JAXR provider encounters an internal errorRegistryEntry.STABILITY_DYNAMIC
public void setStability(int stability)
throws JAXRException
setStability in interface RegistryEntrystability - the stability indicator
JAXRException - If the JAXR provider encounters an internal error
public Date getExpiration()
throws JAXRException
getExpiration in interface RegistryEntryJAXRException - If the JAXR provider encounters an internal error
public void setExpiration(Date date)
throws JAXRException
setExpiration in interface RegistryEntrydate - the expiration Date for the stability indicator
JAXRException - If the JAXR provider encounters an internal error
public int getMajorVersion()
throws JAXRException
getMajorVersion in interface VersionableJAXRException - If the JAXR provider encounters an internal error
public void setMajorVersion(int majorVersion)
throws JAXRException
setMajorVersion in interface VersionablemajorVersion - the major version number
JAXRException - If the JAXR provider encounters an internal error
public int getMinorVersion()
throws JAXRException
getMinorVersion in interface VersionableJAXRException - If the JAXR provider encounters an internal error
public void setMinorVersion(int minorVersion)
throws JAXRException
setMinorVersion in interface VersionableminorVersion - the minor version number
JAXRException - If the JAXR provider encounters an internal error
public String getUserVersion()
throws JAXRException
getUserVersion in interface VersionableJAXRException - If the JAXR provider encounters an internal error
public void setUserVersion(String userVersion)
throws JAXRException
setUserVersion in interface VersionableuserVersion - the user-defined version number
JAXRException - If the JAXR provider encounters an internal error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||