javax.xml.registry.infomodel
Interface Versionable
- All Known Subinterfaces:
- ClassificationScheme, ExtrinsicObject, RegistryEntry, RegistryPackage, Service
- public interface Versionable
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
getMajorVersion
public int getMajorVersion()
throws JAXRException
- Throws:
JAXRException
getMinorVersion
public int getMinorVersion()
throws JAXRException
- Throws:
JAXRException
getUserVersion
public String getUserVersion()
throws JAXRException
- Throws:
JAXRException
setMajorVersion
public void setMajorVersion(int majorVersion)
throws JAXRException
- Throws:
JAXRException
setMinorVersion
public void setMinorVersion(int minorVersion)
throws JAXRException
- Throws:
JAXRException
setUserVersion
public void setUserVersion(String userVersion)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.