Package org.cxml
Class Email
- java.lang.Object
-
- org.cxml.Email
-
public class Email extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringnameprotected java.lang.StringpreferredLangprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description Email()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetPreferredLang()Gets the value of the preferredLang property.java.lang.Stringgetvalue()Gets the value of the value property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetPreferredLang(java.lang.String value)Sets the value of the preferredLang property.voidsetvalue(java.lang.String value)Sets the value of the value property.
-
-
-
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 isString
-
getPreferredLang
public java.lang.String getPreferredLang()
Gets the value of the preferredLang property.- Returns:
- possible object is
String
-
setPreferredLang
public void setPreferredLang(java.lang.String value)
Sets the value of the preferredLang property.- Parameters:
value- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-