javax.xml.registry.infomodel
Interface Versionable
- All Known Subinterfaces:
- ClassificationScheme, ExtrinsicObject, RegistryEntry, RegistryPackage, Service
- public interface Versionable
- Version:
- $Revision$ $Date$
getMajorVersion
public int getMajorVersion()
throws JAXRException
- Throws:
JAXRException
getMinorVersion
public int getMinorVersion()
throws JAXRException
- Throws:
JAXRException
getUserVersion
public java.lang.String getUserVersion()
throws JAXRException
- Throws:
JAXRException
setMajorVersion
public void setMajorVersion(int version)
throws JAXRException
- Throws:
JAXRException
setMinorVersion
public void setMinorVersion(int version)
throws JAXRException
- Throws:
JAXRException
setUserVersion
public void setUserVersion(java.lang.String version)
throws JAXRException
- Throws:
JAXRException
Copyright © 2004-2005 Apache Web Services. All Rights Reserved.