| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.employees_2010_2.EmployeeEmergencyContact |
Java class for EmployeeEmergencyContact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmployeeEmergencyContact">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="contact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="relationship" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| address | |||||||||||
| contact | |||||||||||
| id | |||||||||||
| phone | |||||||||||
| relationship | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the address property.
| |||||||||||
Gets the value of the contact property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the phone property.
| |||||||||||
Gets the value of the relationship property.
| |||||||||||
Sets the value of the address property.
| |||||||||||
Sets the value of the contact property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the phone property.
| |||||||||||
Sets the value of the relationship property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the address property.
Gets the value of the contact property.
Gets the value of the id property.
Gets the value of the phone property.
Gets the value of the relationship property.
Sets the value of the address property.
| value | Allowed object is String |
|---|
Sets the value of the contact property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is Long |
|---|
Sets the value of the phone property.
| value | Allowed object is String |
|---|
Sets the value of the relationship property.
| value | Allowed object is String |
|---|