public class CulturalContactData extends WebMethodResult2
Java class for culturalContactData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="culturalContactData">
<complexContent>
<extension base="{http://v2_21.ContactInformationPublicService.service.secutix.com/}webMethodResult2">
<sequence>
<element name="contactNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createLogin" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="email" 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="identifier" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contactNumber |
protected boolean |
createLogin |
protected String |
email |
protected String |
firstName |
protected Long |
identifier |
protected String |
lastName |
requestId, statusCode, statusDetail| Constructor and Description |
|---|
CulturalContactData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
Long |
getIdentifier()
Gets the value of the identifier property.
|
String |
getLastName()
Gets the value of the lastName property.
|
boolean |
isCreateLogin()
Gets the value of the createLogin property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setCreateLogin(boolean value)
Sets the value of the createLogin property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setIdentifier(Long value)
Sets the value of the identifier property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetailprotected String contactNumber
protected boolean createLogin
protected String email
protected String firstName
protected Long identifier
protected String lastName
public String getContactNumber()
Stringpublic void setContactNumber(String value)
value - allowed object is
Stringpublic boolean isCreateLogin()
public void setCreateLogin(boolean value)
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 Long getIdentifier()
Longpublic void setIdentifier(Long value)
value - allowed object is
Longpublic String getLastName()
StringCopyright © 2021. All rights reserved.