FileDocCategorySizeDatePackage
Phone.javaAPI DocApache Axis 1.41263Sat Apr 22 18:57:28 BST 2006test.wsdl.arrays3

Phone

public class Phone extends Object implements Serializable

Fields Summary
private int
areaCode
private String
exchange
private String
number
Constructors Summary
public Phone()

    
Methods Summary
public intgetAreaCode()
Gets the areaCode value for this Phone.

return
areaCode

        return areaCode;
    
public java.lang.StringgetExchange()
Gets the exchange value for this Phone.

return
exchange

        return exchange;
    
public java.lang.StringgetNumber()
Gets the number value for this Phone.

return
number

        return number;
    
public voidsetAreaCode(int areaCode)
Sets the areaCode value for this Phone.

param
areaCode

        this.areaCode = areaCode;
    
public voidsetExchange(java.lang.String exchange)
Sets the exchange value for this Phone.

param
exchange

        this.exchange = exchange;
    
public voidsetNumber(java.lang.String number)
Sets the number value for this Phone.

param
number

        this.number = number;