public class ContactConnection extends Object
Java class for contactConnection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contactConnection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contactConnectionId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="contactNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parentContact" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="type" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}connectionTypeEnum" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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()
Longpublic void setContactConnectionId(Long value)
value - allowed object is
Longpublic String getContactNumber()
Stringpublic void setContactNumber(String value)
value - allowed object is
Stringpublic boolean isParentContact()
public void setParentContact(boolean value)
public ConnectionTypeEnum getType()
ConnectionTypeEnumpublic void setType(ConnectionTypeEnum value)
value - allowed object is
ConnectionTypeEnumCopyright © 2021. All rights reserved.