|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.VersionableImpl
public class VersionableImpl
Implementation of Versionable interface. All methods are level 1 methods.
| Constructor Summary | |
|---|---|
VersionableImpl()
|
|
| Method Summary | |
|---|---|
int |
getMajorVersion()
Level 1 method, throws UnsupportedCapabilityException |
int |
getMinorVersion()
Level 1 method, throws UnsupportedCapabilityException |
String |
getUserVersion()
Level 1 method, throws UnsupportedCapabilityException |
void |
setMajorVersion(int majorVersion)
Level 1 method, throws UnsupportedCapabilityException |
void |
setMinorVersion(int minorVersion)
Level 1 method, throws UnsupportedCapabilityException |
void |
setUserVersion(String userVersion)
Level 1 method, throws UnsupportedCapabilityException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersionableImpl()
| Method Detail |
|---|
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 | |||||||||