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
JAXRException
int getMinorVersion() throws JAXRException
JAXRException
java.lang.String getUserVersion() throws JAXRException
JAXRException
void setMajorVersion(int version) throws JAXRException
JAXRException
void setMinorVersion(int version) throws JAXRException
JAXRException
void setUserVersion(java.lang.String version) throws JAXRException
JAXRException
Copyright © 2004-2013 Apache Web Services. All Rights Reserved.