cisco.uc.cuae.legacy
Class CiscoIpPhone.CiscoIPPhoneTouchAreaType

java.lang.Object
  extended by cisco.uc.cuae.legacy.CiscoIpPhone.CiscoIPPhoneTouchAreaType
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
CiscoIpPhone

public static class CiscoIpPhone.CiscoIPPhoneTouchAreaType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Short x1
           
 java.lang.Short x2
           
 java.lang.Short y1
           
 java.lang.Short y2
           
 
Constructor Summary
CiscoIpPhone.CiscoIPPhoneTouchAreaType()
          Constructs the CiscoIPPhoneTouchAreaType.
CiscoIpPhone.CiscoIPPhoneTouchAreaType(java.lang.Short x1, java.lang.Short y1, java.lang.Short x2, java.lang.Short y2)
          Constructs the CiscoIPPhoneTouchAreaType.
 
Method Summary
 java.lang.Short getX1()
          Gets the value.
 java.lang.Short getX2()
          Gets the value.
 java.lang.Short getY1()
          Gets the value.
 java.lang.Short getY2()
          Gets the value.
 void setX1(java.lang.Short value)
          Sets the value.
 void setX2(java.lang.Short value)
          Sets the value.
 void setY1(java.lang.Short value)
          Sets the value.
 void setY2(java.lang.Short value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x1

public java.lang.Short x1

y1

public java.lang.Short y1

x2

public java.lang.Short x2

y2

public java.lang.Short y2
Constructor Detail

CiscoIpPhone.CiscoIPPhoneTouchAreaType

public CiscoIpPhone.CiscoIPPhoneTouchAreaType()
Constructs the CiscoIPPhoneTouchAreaType. Don't init any fields.


CiscoIpPhone.CiscoIPPhoneTouchAreaType

public CiscoIpPhone.CiscoIPPhoneTouchAreaType(java.lang.Short x1,
                                              java.lang.Short y1,
                                              java.lang.Short x2,
                                              java.lang.Short y2)
Constructs the CiscoIPPhoneTouchAreaType.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getX1

public java.lang.Short getX1()
Gets the value.

Returns:
the value.

setX1

public void setX1(java.lang.Short value)
Sets the value.

Parameters:
value - the value.

getY1

public java.lang.Short getY1()
Gets the value.

Returns:
the value.

setY1

public void setY1(java.lang.Short value)
Sets the value.

Parameters:
value - the value.

getX2

public java.lang.Short getX2()
Gets the value.

Returns:
the value.

setX2

public void setX2(java.lang.Short value)
Sets the value.

Parameters:
value - the value.

getY2

public java.lang.Short getY2()
Gets the value.

Returns:
the value.

setY2

public void setY2(java.lang.Short value)
Sets the value.

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.