Package ejava.projects.eleague.dto
Class Contact
- java.lang.Object
-
- ejava.projects.eleague.dto.ReferencedType
-
- ejava.projects.eleague.dto.Contact
-
public class Contact extends ReferencedType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://ejava.info/eLeague/1.0.2009.1}ReferencedType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="e-mail" type="{http://www.w3.org/2001/XMLSchema}NCName" minOccurs="0"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}NCName" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> </extension> </complexContent> </complexType>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEMail()
Gets the value of the eMail property.long
getId()
Gets the value of the id property.String
getLogin()
Gets the value of the login property.String
getName()
Gets the value of the name property.void
setEMail(String value)
Sets the value of the eMail property.void
setId(long value)
Sets the value of the id property.void
setLogin(String value)
Sets the value of the login property.void
setName(String value)
Sets the value of the name property.-
Methods inherited from class ejava.projects.eleague.dto.ReferencedType
getRefid, setRefid
-
-
-
-
Method Detail
-
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 isString
-
getEMail
public String getEMail()
Gets the value of the eMail property.- Returns:
- possible object is
String
-
setEMail
public void setEMail(String value)
Sets the value of the eMail property.- Parameters:
value
- allowed object isString
-
getLogin
public String getLogin()
Gets the value of the login property.- Returns:
- possible object is
String
-
setLogin
public void setLogin(String value)
Sets the value of the login property.- Parameters:
value
- allowed object isString
-
getId
public long getId()
Gets the value of the id property.
-
setId
public void setId(long value)
Sets the value of the id property.
-
-