public interface Versionable
| Modifier and Type | Method and Description |
|---|---|
int |
getMajorVersion() |
int |
getMinorVersion() |
String |
getUserVersion() |
void |
setMajorVersion(int version) |
void |
setMinorVersion(int version) |
void |
setUserVersion(String version) |
int getMajorVersion()
throws JAXRException
JAXRExceptionint getMinorVersion()
throws JAXRException
JAXRExceptionString getUserVersion() throws JAXRException
JAXRExceptionvoid setMajorVersion(int version)
throws JAXRException
JAXRExceptionvoid setMinorVersion(int version)
throws JAXRException
JAXRExceptionvoid setUserVersion(String version) throws JAXRException
JAXRExceptionCopyright © 2013. All Rights Reserved.