javax.xml.registry.infomodel
Interface Versionable
- All Known Subinterfaces:
- ClassificationScheme, ExtrinsicObject, RegistryEntry, RegistryPackage, Service
public interface Versionable
- Version:
- $Revision: 57196 $
- Author:
- Scott.Stark@jboss.org
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 majorVersion)
throws JAXRException
- Throws:
JAXRException
setMinorVersion
void setMinorVersion(int minorVersion)
throws JAXRException
- Throws:
JAXRException
setUserVersion
void setUserVersion(String userVersion)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.