public class TargetWindow extends Object implements Serializable
| Constructor and Description |
|---|
TargetWindow() |
TargetWindow(String option,
String otherValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getOption()
Gets the option value for this TargetWindow.
|
String |
getOtherValue()
Gets the otherValue value for this TargetWindow.
|
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 |
setOption(String option)
Sets the option value for this TargetWindow.
|
void |
setOtherValue(String otherValue)
Sets the otherValue value for this TargetWindow.
|
public String getOption()
public void setOption(String option)
option - public String getOtherValue()
public void setOtherValue(String otherValue)
otherValue - 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.