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()
String
public void setContactNumber(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getStructureName()
String
Copyright © 2021. All rights reserved.