javax.xml.registry.infomodel
Interface Versionable
- All Known Subinterfaces:
- ClassificationScheme, ExtrinsicObject, RegistryEntry, RegistryPackage, Service
public interface Versionable
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
getMajorVersion
int getMajorVersion()
throws JAXRException
- Throws:
JAXRException
getMinorVersion
int getMinorVersion()
throws JAXRException
- Throws:
JAXRException
getUserVersion
java.lang.String getUserVersion()
throws JAXRException
- Throws:
JAXRException
setMajorVersion
void setMajorVersion(int version)
throws JAXRException
- Throws:
JAXRException
setMinorVersion
void setMinorVersion(int version)
throws JAXRException
- Throws:
JAXRException
setUserVersion
void setUserVersion(java.lang.String version)
throws JAXRException
- Throws:
JAXRException
Copyright © 2011. All Rights Reserved.