Package org.cxml

Class Phone

java.lang.Object
org.cxml.Phone

public class Phone extends Object
  • Field Details

  • Constructor Details

    • Phone

      public Phone()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getTelephoneNumber

      public TelephoneNumber getTelephoneNumber()
      Gets the value of the telephoneNumber property.
      Returns:
      possible object is TelephoneNumber
    • setTelephoneNumber

      public void setTelephoneNumber(TelephoneNumber value)
      Sets the value of the telephoneNumber property.
      Parameters:
      value - allowed object is TelephoneNumber