Package org.cxml

Class Phone


  • public class Phone
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Phone()  
    • Field Detail

      • name

        protected java.lang.String name
    • Constructor Detail

      • Phone

        public Phone()
    • Method Detail

      • getName

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

        public void setName​(java.lang.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