public class ClassThree extends Object implements Serializable
Java class for ClassThree complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassThree">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="phoneNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="dob" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
date |
protected Date |
dob |
protected String |
emailAddress |
protected String |
password |
protected String |
phoneNumber |
| Constructor and Description |
|---|
ClassThree() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate()
Gets the value of the date property.
|
Date |
getDob()
Gets the value of the dob property.
|
String |
getEmailAddress()
Gets the value of the emailAddress property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
void |
setDate(Date value)
Sets the value of the date property.
|
void |
setDob(Date value)
Sets the value of the dob property.
|
void |
setEmailAddress(String value)
Sets the value of the emailAddress property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPhoneNumber(String value)
Sets the value of the phoneNumber property.
|
protected String phoneNumber
protected String emailAddress
protected Date date
protected Date dob
protected String password
public String getPhoneNumber()
Stringpublic void setPhoneNumber(String value)
value - allowed object is
Stringpublic String getEmailAddress()
Stringpublic void setEmailAddress(String value)
value - allowed object is
Stringpublic Date getDate()
Stringpublic void setDate(Date value)
value - allowed object is
Stringpublic void setDob(Date value)
value - allowed object is
Stringpublic String getPassword()
StringCopyright © 2014. All Rights Reserved.