public class

ContactAccessRoles

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.relationships_2012_1.ContactAccessRoles

Class Overview

Java class for ContactAccessRoles complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ContactAccessRoles">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="giveAccess" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="contact" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="role" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sendEmail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef contact
protected String email
protected Boolean giveAccess
protected String password
protected String password2
protected RecordRef role
protected Boolean sendEmail
Public Constructors
ContactAccessRoles()
Public Methods
RecordRef getContact()
Gets the value of the contact property.
String getEmail()
Gets the value of the email property.
String getPassword()
Gets the value of the password property.
String getPassword2()
Gets the value of the password2 property.
RecordRef getRole()
Gets the value of the role property.
Boolean isGiveAccess()
Gets the value of the giveAccess property.
Boolean isSendEmail()
Gets the value of the sendEmail property.
void setContact(RecordRef value)
Sets the value of the contact property.
void setEmail(String value)
Sets the value of the email property.
void setGiveAccess(Boolean value)
Sets the value of the giveAccess property.
void setPassword(String value)
Sets the value of the password property.
void setPassword2(String value)
Sets the value of the password2 property.
void setRole(RecordRef value)
Sets the value of the role property.
void setSendEmail(Boolean value)
Sets the value of the sendEmail property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef contact

protected String email

protected Boolean giveAccess

protected String password

protected String password2

protected RecordRef role

protected Boolean sendEmail

Public Constructors

public ContactAccessRoles ()

Public Methods

public RecordRef getContact ()

Gets the value of the contact property.

Returns

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public String getPassword2 ()

Gets the value of the password2 property.

Returns
  • possible object is String

public RecordRef getRole ()

Gets the value of the role property.

Returns

public Boolean isGiveAccess ()

Gets the value of the giveAccess property.

Returns
  • possible object is Boolean

public Boolean isSendEmail ()

Gets the value of the sendEmail property.

Returns
  • possible object is Boolean

public void setContact (RecordRef value)

Sets the value of the contact property.

Parameters
value Allowed object is RecordRef

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setGiveAccess (Boolean value)

Sets the value of the giveAccess property.

Parameters
value Allowed object is Boolean

public void setPassword (String value)

Sets the value of the password property.

Parameters
value Allowed object is String

public void setPassword2 (String value)

Sets the value of the password2 property.

Parameters
value Allowed object is String

public void setRole (RecordRef value)

Sets the value of the role property.

Parameters
value Allowed object is RecordRef

public void setSendEmail (Boolean value)

Sets the value of the sendEmail property.

Parameters
value Allowed object is Boolean