public interface Versionable
| Modifier and Type | Method and Description |
|---|---|
int |
getMajorVersion() |
int |
getMinorVersion() |
java.lang.String |
getUserVersion() |
void |
setMajorVersion(int version) |
void |
setMinorVersion(int version) |
void |
setUserVersion(java.lang.String version) |
int getMajorVersion()
throws JAXRException
JAXRExceptionint getMinorVersion()
throws JAXRException
JAXRExceptionjava.lang.String getUserVersion()
throws JAXRException
JAXRExceptionvoid setMajorVersion(int version)
throws JAXRException
JAXRExceptionvoid setMinorVersion(int version)
throws JAXRException
JAXRExceptionvoid setUserVersion(java.lang.String version)
throws JAXRException
JAXRException