public class ContactDetailType
extends java.lang.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 java.lang.String |
email |
protected java.lang.String |
firstName |
protected java.lang.String |
lastName |
| Constructor and Description |
|---|
ContactDetailType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmail()
Gets the value of the email property.
|
java.lang.String |
getFirstName()
Gets the value of the firstName property.
|
java.lang.String |
getLastName()
Gets the value of the lastName property.
|
void |
setEmail(java.lang.String value)
Sets the value of the email property.
|
void |
setFirstName(java.lang.String value)
Sets the value of the firstName property.
|
void |
setLastName(java.lang.String value)
Sets the value of the lastName property.
|
protected java.lang.String email
protected java.lang.String firstName
protected java.lang.String lastName
public java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFirstName()
Stringpublic void setFirstName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastName()
Stringpublic void setLastName(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.