public class ContactSummaryData extends AbstractRealTimeDto implements Serializable
Java class for contactSummaryData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
contactNumber |
protected String |
name |
protected String |
structureName |
| Constructor and Description |
|---|
ContactSummaryData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStructureName()
Gets the value of the structureName property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStructureName(String value)
Sets the value of the structureName property.
|
protected String contactNumber
protected String name
protected String structureName
public String getContactNumber()
Stringpublic void setContactNumber(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getStructureName()
StringCopyright © 2021. All rights reserved.