Package org.cxml
Class Email
java.lang.Object
org.cxml.Email
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the preferredLang property.getvalue()Gets the value of the value property.voidSets the value of the name property.voidsetPreferredLang(String value) Sets the value of the preferredLang property.voidSets the value of the value property.
-
Field Details
-
name
-
preferredLang
-
value
-
-
Constructor Details
-
Email
public Email()
-
-
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
-
getPreferredLang
Gets the value of the preferredLang property.- Returns:
- possible object is
String
-
setPreferredLang
Sets the value of the preferredLang property.- Parameters:
value- allowed object isString
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-