Package org.cxml
Class Phone
java.lang.Object
org.cxml.Phone
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the telephoneNumber property.voidSets the value of the name property.voidSets the value of the telephoneNumber property.
-
Field Details
-
name
-
telephoneNumber
-
-
Constructor Details
-
Phone
public Phone()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getTelephoneNumber
Gets the value of the telephoneNumber property.- Returns:
- possible object is
TelephoneNumber
-
setTelephoneNumber
Sets the value of the telephoneNumber property.- Parameters:
value- allowed object isTelephoneNumber
-