public class CulturalContactData extends WebMethodResult2 implements Serializable
Java class for culturalContactData complex type.
The following schema fragment specifies the expected content contained within this class.
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, setStatusDetail
protected String contactNumber
protected boolean createLogin
protected String email
protected String firstName
protected Long identifier
protected String lastName
public String getContactNumber()
String
public void setContactNumber(String value)
value
- allowed object is
String
public boolean isCreateLogin()
public void setCreateLogin(boolean value)
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public Long getIdentifier()
Long
public void setIdentifier(Long value)
value
- allowed object is
Long
public String getLastName()
String
Copyright © 2021. All rights reserved.