cisco.uc.cuae.legacy
Class CiscoIpPhone.CiscoIPPhoneInputItemType

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String defaultValue
           
 java.lang.String displayName
           
 java.lang.String inputFlags
           
 java.lang.String queryStringParam
           
 
Constructor Summary
CiscoIpPhone.CiscoIPPhoneInputItemType()
          Constructs the CiscoIPPhoneInputItemType.
CiscoIpPhone.CiscoIPPhoneInputItemType(java.lang.String displayName, java.lang.String queryStringParam, java.lang.String inputFlags, java.lang.String defaultValue)
          Constructs the CiscoIPPhoneInputItemType.
 
Method Summary
 java.lang.String getDefaultValue()
          Gets the value.
 java.lang.String getDisplayName()
          Gets the value.
 java.lang.String getInputFlags()
          Gets the value.
 java.lang.String getQueryStringParam()
          Gets the value.
 void setDefaultValue(java.lang.String value)
          Sets the value.
 void setDisplayName(java.lang.String value)
          Sets the value.
 void setInputFlags(java.lang.String value)
          Sets the value.
 void setQueryStringParam(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

displayName

public java.lang.String displayName

queryStringParam

public java.lang.String queryStringParam

inputFlags

public java.lang.String inputFlags

defaultValue

public java.lang.String defaultValue
Constructor Detail

CiscoIpPhone.CiscoIPPhoneInputItemType

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


CiscoIpPhone.CiscoIPPhoneInputItemType

public CiscoIpPhone.CiscoIPPhoneInputItemType(java.lang.String displayName,
                                              java.lang.String queryStringParam,
                                              java.lang.String inputFlags,
                                              java.lang.String defaultValue)
Constructs the CiscoIPPhoneInputItemType.

Method Detail

toString

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

getDisplayName

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

Returns:
the value.

setDisplayName

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

Parameters:
value - the value.

getQueryStringParam

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

Returns:
the value.

setQueryStringParam

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

Parameters:
value - the value.

getInputFlags

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

Returns:
the value.

setInputFlags

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

Parameters:
value - the value.

getDefaultValue

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

Returns:
the value.

setDefaultValue

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

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.