com.ibm.commerce.webservice.datatype
Class Telephone

java.lang.Object
  com.ibm.commerce.webservice.datatype.Telephone
All Implemented Interfaces:
java.io.Serializable

public class Telephone
extends java.lang.Object
implements java.io.Serializable
 This class represents the complex type 
See Also:
Serialized Form

Constructor Summary
Telephone()
Method Summary
java.lang.String getType()
Gets the type
java.lang.String getValue()
Gets the value
void setType(java.lang.String type)
Sets the type
void setValue(java.lang.String value)
Sets the value
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Telephone

public Telephone()
Method Detail

getType

public java.lang.String getType()
Gets the type
Returns:
Returns a String

getValue

public java.lang.String getValue()
Gets the value
Returns:
Returns a String

setType

public void setType(java.lang.String type)
Sets the type
Parameters:
type - The type to set

setValue

public void setValue(java.lang.String value)
Sets the value
Parameters:
value - The value to set

Feedback