public class ContactDetailType extends Object
Java class for ContactDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactDetailType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="email" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="firstName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="lastName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected String |
firstName |
protected String |
lastName |
| Constructor and Description |
|---|
ContactDetailType() |
| 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.
|
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.
|
protected String email
protected String firstName
protected String lastName
public String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
StringCopyright © 2020. All rights reserved.