Class VersionableImpl
- java.lang.Object
-
- com.sun.xml.registry.uddi.infomodel.VersionableImpl
-
- All Implemented Interfaces:
Serializable,javax.xml.registry.infomodel.Versionable
public class VersionableImpl extends Object implements javax.xml.registry.infomodel.Versionable, Serializable
Implementation of Versionable interface. All methods are level 1 methods.- Author:
- Bobby Bissett
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VersionableImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMajorVersion()Level 1 method, throws UnsupportedCapabilityExceptionintgetMinorVersion()Level 1 method, throws UnsupportedCapabilityExceptionStringgetUserVersion()Level 1 method, throws UnsupportedCapabilityExceptionvoidsetMajorVersion(int majorVersion)Level 1 method, throws UnsupportedCapabilityExceptionvoidsetMinorVersion(int minorVersion)Level 1 method, throws UnsupportedCapabilityExceptionvoidsetUserVersion(String userVersion)Level 1 method, throws UnsupportedCapabilityException
-
-
-
Method Detail
-
getMajorVersion
public int getMajorVersion() throws javax.xml.registry.JAXRExceptionLevel 1 method, throws UnsupportedCapabilityException- Specified by:
getMajorVersionin interfacejavax.xml.registry.infomodel.Versionable- Throws:
javax.xml.registry.JAXRException
-
setMajorVersion
public void setMajorVersion(int majorVersion) throws javax.xml.registry.JAXRExceptionLevel 1 method, throws UnsupportedCapabilityException- Specified by:
setMajorVersionin interfacejavax.xml.registry.infomodel.Versionable- Throws:
javax.xml.registry.JAXRException
-
getMinorVersion
public int getMinorVersion() throws javax.xml.registry.JAXRExceptionLevel 1 method, throws UnsupportedCapabilityException- Specified by:
getMinorVersionin interfacejavax.xml.registry.infomodel.Versionable- Throws:
javax.xml.registry.JAXRException
-
setMinorVersion
public void setMinorVersion(int minorVersion) throws javax.xml.registry.JAXRExceptionLevel 1 method, throws UnsupportedCapabilityException- Specified by:
setMinorVersionin interfacejavax.xml.registry.infomodel.Versionable- Throws:
javax.xml.registry.JAXRException
-
getUserVersion
public String getUserVersion() throws javax.xml.registry.JAXRException
Level 1 method, throws UnsupportedCapabilityException- Specified by:
getUserVersionin interfacejavax.xml.registry.infomodel.Versionable- Throws:
javax.xml.registry.JAXRException
-
setUserVersion
public void setUserVersion(String userVersion) throws javax.xml.registry.JAXRException
Level 1 method, throws UnsupportedCapabilityException- Specified by:
setUserVersionin interfacejavax.xml.registry.infomodel.Versionable- Throws:
javax.xml.registry.JAXRException
-
-