public class

EmployeeEmergencyContact

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.employees_2010_2.EmployeeEmergencyContact

Class Overview

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>
 

Summary

Fields
protected String address
protected String contact
protected Long id
protected String phone
protected String relationship
Public Constructors
EmployeeEmergencyContact()
Public Methods
String getAddress()
Gets the value of the address property.
String getContact()
Gets the value of the contact property.
Long getId()
Gets the value of the id property.
String getPhone()
Gets the value of the phone property.
String getRelationship()
Gets the value of the relationship property.
void setAddress(String value)
Sets the value of the address property.
void setContact(String value)
Sets the value of the contact property.
void setId(Long value)
Sets the value of the id property.
void setPhone(String value)
Sets the value of the phone property.
void setRelationship(String value)
Sets the value of the relationship property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String address

protected String contact

protected Long id

protected String phone

protected String relationship

Public Constructors

public EmployeeEmergencyContact ()

Public Methods

public String getAddress ()

Gets the value of the address property.

Returns
  • possible object is String

public String getContact ()

Gets the value of the contact property.

Returns
  • possible object is String

public Long getId ()

Gets the value of the id property.

Returns
  • possible object is Long

public String getPhone ()

Gets the value of the phone property.

Returns
  • possible object is String

public String getRelationship ()

Gets the value of the relationship property.

Returns
  • possible object is String

public void setAddress (String value)

Sets the value of the address property.

Parameters
value Allowed object is String

public void setContact (String value)

Sets the value of the contact property.

Parameters
value Allowed object is String

public void setId (Long value)

Sets the value of the id property.

Parameters
value Allowed object is Long

public void setPhone (String value)

Sets the value of the phone property.

Parameters
value Allowed object is String

public void setRelationship (String value)

Sets the value of the relationship property.

Parameters
value Allowed object is String