cisco.uc.cuae.legacy
Class CiscoIpPhone.CiscoIPPhoneStatusFileType

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

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

See Also:
Serialized Form

Field Summary
 java.lang.Short locationX
           
 java.lang.Short locationY
           
 java.lang.String text
           
 java.lang.Short timer
           
 java.lang.Boolean timerSpecified
           
 java.lang.String uRL
           
 
Constructor Summary
CiscoIpPhone.CiscoIPPhoneStatusFileType()
          Constructs the CiscoIPPhoneStatusFileType.
CiscoIpPhone.CiscoIPPhoneStatusFileType(java.lang.String text, java.lang.Short timer, java.lang.Boolean timerSpecified, java.lang.Short locationX, java.lang.Short locationY, java.lang.String uRL)
          Constructs the CiscoIPPhoneStatusFileType.
 
Method Summary
 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.String getURL()
          Gets 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 setURL(java.lang.String 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

uRL

public java.lang.String uRL
Constructor Detail

CiscoIpPhone.CiscoIPPhoneStatusFileType

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


CiscoIpPhone.CiscoIPPhoneStatusFileType

public CiscoIpPhone.CiscoIPPhoneStatusFileType(java.lang.String text,
                                               java.lang.Short timer,
                                               java.lang.Boolean timerSpecified,
                                               java.lang.Short locationX,
                                               java.lang.Short locationY,
                                               java.lang.String uRL)
Constructs the CiscoIPPhoneStatusFileType.

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.

getURL

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

Returns:
the value.

setURL

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

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.