public class Contact extends Object implements Serializable
<complexType name="contact">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="firstname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="organization" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected String |
firstname |
protected String |
lastname |
protected String |
organization |
protected String |
phone |
protected String |
title |
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the value of the email property.
|
String |
getFirstname()
Gets the value of the firstname property.
|
String |
getLastname()
Gets the value of the lastname property.
|
String |
getOrganization()
Gets the value of the organization property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFirstname(String value)
Sets the value of the firstname property.
|
void |
setLastname(String value)
Sets the value of the lastname property.
|
void |
setOrganization(String value)
Sets the value of the organization property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String title
protected String firstname
protected String lastname
protected String phone
protected String email
protected String organization
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is Stringpublic String getFirstname()
Stringpublic void setFirstname(String value)
value - allowed object is Stringpublic String getLastname()
Stringpublic void setLastname(String value)
value - allowed object is Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is Stringpublic String getOrganization()
StringCopyright © 2021 Samply Community. All rights reserved.