javax.xml.registry.infomodel
Interface Versionable

All Known Subinterfaces:
ClassificationScheme, ExtrinsicObject, RegistryEntry, RegistryPackage, Service

public interface Versionable

Version:
$Revision$ $Date$

Method Summary
 int getMajorVersion()
           
 int getMinorVersion()
           
 String getUserVersion()
           
 void setMajorVersion(int version)
           
 void setMinorVersion(int version)
           
 void setUserVersion(String version)
           
 

Method Detail

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.