javax.xml.registry.infomodel
Interface Versionable
- All Known Subinterfaces:
- ClassificationScheme, ExtrinsicObject, RegistryEntry, RegistryPackage, Service
public interface Versionable
- Version:
- $Revision$ $Date$
getMajorVersion
int getMajorVersion()
throws JAXRException
- Throws:
JAXRException
getMinorVersion
int getMinorVersion()
throws JAXRException
- Throws:
JAXRException
getUserVersion
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(String version)
throws JAXRException
- Throws:
JAXRException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.