cisco.uc.cuae.legacy
Class CiscoIpPhone.CiscoIPPhoneStatusType

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String data
           
 java.lang.Short depth
           
 java.lang.Short height
           
 java.lang.Short locationX
           
 java.lang.Short locationY
           
 java.lang.String text
           
 java.lang.Short timer
           
 java.lang.Boolean timerSpecified
           
 java.lang.Short width
           
 
Constructor Summary
CiscoIpPhone.CiscoIPPhoneStatusType()
          Constructs the CiscoIPPhoneStatusType.
CiscoIpPhone.CiscoIPPhoneStatusType(java.lang.String text, java.lang.Short timer, java.lang.Boolean timerSpecified, java.lang.Short locationX, java.lang.Short locationY, java.lang.Short width, java.lang.Short height, java.lang.Short depth, java.lang.String data)
          Constructs the CiscoIPPhoneStatusType.
 
Method Summary
 java.lang.String getData()
          Gets the value.
 java.lang.Short getDepth()
          Gets the value.
 java.lang.Short getHeight()
          Gets the value.
 java.lang.Short getLocationX()
          Gets the value.
 java.lang.Short getLocationY()
          Gets the value.
 java.lang.String getText()
          Gets the value.
 java.lang.Short getTimer()
          Gets the value.
 java.lang.Boolean getTimerSpecified()
          Gets the value.
 java.lang.Short getWidth()
          Gets the value.
 void setData(java.lang.String value)
          Sets the value.
 void setDepth(java.lang.Short value)
          Sets the value.
 void setHeight(java.lang.Short value)
          Sets the value.
 void setLocationX(java.lang.Short value)
          Sets the value.
 void setLocationY(java.lang.Short value)
          Sets the value.
 void setText(java.lang.String value)
          Sets the value.
 void setTimer(java.lang.Short value)
          Sets the value.
 void setTimerSpecified(java.lang.Boolean value)
          Sets the value.
 void setWidth(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

text

public java.lang.String text

timer

public java.lang.Short timer

timerSpecified

public java.lang.Boolean timerSpecified

locationX

public java.lang.Short locationX

locationY

public java.lang.Short locationY

width

public java.lang.Short width

height

public java.lang.Short height

depth

public java.lang.Short depth

data

public java.lang.String data
Constructor Detail

CiscoIpPhone.CiscoIPPhoneStatusType

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


CiscoIpPhone.CiscoIPPhoneStatusType

public CiscoIpPhone.CiscoIPPhoneStatusType(java.lang.String text,
                                           java.lang.Short timer,
                                           java.lang.Boolean timerSpecified,
                                           java.lang.Short locationX,
                                           java.lang.Short locationY,
                                           java.lang.Short width,
                                           java.lang.Short height,
                                           java.lang.Short depth,
                                           java.lang.String data)
Constructs the CiscoIPPhoneStatusType.

Method Detail

toString

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

getText

public java.lang.String getText()
Gets the value.

Returns:
the value.

setText

public void setText(java.lang.String value)
Sets the value.

Parameters:
value - the value.

getTimer

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

Returns:
the value.

setTimer

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

Parameters:
value - the value.

getTimerSpecified

public java.lang.Boolean getTimerSpecified()
Gets the value.

Returns:
the value.

setTimerSpecified

public void setTimerSpecified(java.lang.Boolean value)
Sets the value.

Parameters:
value - the value.

getLocationX

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

Returns:
the value.

setLocationX

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

Parameters:
value - the value.

getLocationY

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

Returns:
the value.

setLocationY

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

Parameters:
value - the value.

getWidth

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

Returns:
the value.

setWidth

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

Parameters:
value - the value.

getHeight

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

Returns:
the value.

setHeight

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

Parameters:
value - the value.

getDepth

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

Returns:
the value.

setDepth

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

Parameters:
value - the value.

getData

public java.lang.String getData()
Gets the value.

Returns:
the value.

setData

public void setData(java.lang.String value)
Sets the value.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.