public class ContactConnection extends Object implements Serializable
Java class for contactConnection complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Long |
contactConnectionId |
protected String |
contactNumber |
protected boolean |
parentContact |
protected ConnectionTypeEnum |
type |
Constructor and Description |
---|
ContactConnection() |
Modifier and Type | Method and Description |
---|---|
Long |
getContactConnectionId()
Gets the value of the contactConnectionId property.
|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
ConnectionTypeEnum |
getType()
Gets the value of the type property.
|
boolean |
isParentContact()
Gets the value of the parentContact property.
|
void |
setContactConnectionId(Long value)
Sets the value of the contactConnectionId property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setParentContact(boolean value)
Sets the value of the parentContact property.
|
void |
setType(ConnectionTypeEnum value)
Sets the value of the type property.
|
protected Long contactConnectionId
protected String contactNumber
protected boolean parentContact
protected ConnectionTypeEnum type
public Long getContactConnectionId()
Long
public void setContactConnectionId(Long value)
value
- allowed object is
Long
public String getContactNumber()
String
public void setContactNumber(String value)
value
- allowed object is
String
public boolean isParentContact()
public void setParentContact(boolean value)
public ConnectionTypeEnum getType()
ConnectionTypeEnum
public void setType(ConnectionTypeEnum value)
value
- allowed object is
ConnectionTypeEnum
Copyright © 2021. All rights reserved.