public class FSCommand extends Object implements Serializable
| Constructor and Description |
|---|
FSCommand() |
FSCommand(int left,
String option,
int top,
Dimensions windowDimensions) |
| 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
|
int |
getLeft()
Gets the left value for this FSCommand.
|
String |
getOption()
Gets the option value for this FSCommand.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getTop()
Gets the top value for this FSCommand.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Dimensions |
getWindowDimensions()
Gets the windowDimensions value for this FSCommand.
|
int |
hashCode() |
void |
setLeft(int left)
Sets the left value for this FSCommand.
|
void |
setOption(String option)
Sets the option value for this FSCommand.
|
void |
setTop(int top)
Sets the top value for this FSCommand.
|
void |
setWindowDimensions(Dimensions windowDimensions)
Sets the windowDimensions value for this FSCommand.
|
public FSCommand()
public FSCommand(int left,
String option,
int top,
Dimensions windowDimensions)
public int getLeft()
public void setLeft(int left)
left - public String getOption()
public void setOption(String option)
option - public int getTop()
public void setTop(int top)
top - public Dimensions getWindowDimensions()
public void setWindowDimensions(Dimensions windowDimensions)
windowDimensions - 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.