public class BrowserVersion extends Object implements Serializable
| Constructor and Description |
|---|
BrowserVersion() |
BrowserVersion(Browser browser,
int majorVersion,
String minorVersion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Browser |
getBrowser()
Gets the browser value for this BrowserVersion.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getMajorVersion()
Gets the majorVersion value for this BrowserVersion.
|
String |
getMinorVersion()
Gets the minorVersion value for this BrowserVersion.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBrowser(Browser browser)
Sets the browser value for this BrowserVersion.
|
void |
setMajorVersion(int majorVersion)
Sets the majorVersion value for this BrowserVersion.
|
void |
setMinorVersion(String minorVersion)
Sets the minorVersion value for this BrowserVersion.
|
public Browser getBrowser()
public void setBrowser(Browser browser)
browser - public int getMajorVersion()
public void setMajorVersion(int majorVersion)
majorVersion - public String getMinorVersion()
public void setMinorVersion(String minorVersion)
minorVersion - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.