javax.xml.registry.infomodel
Interface Versionable
- All Known Subinterfaces:
- ClassificationScheme, ExtrinsicObject, RegistryEntry, RegistryPackage, Service
- All Known Implementing Classes:
- ClassificationSchemeImpl, RegistryEntryImpl, ServiceImpl
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 © 2004-2011 Apache Software Foundation. All Rights Reserved.