public class

OrgContact

extends DataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.svc.DataObject
       ↳ com.oracle.xmlns.apps.ar.hz.service.party.OrgContact

Class Overview

Org Contact business object

Java class for OrgContact complex type.

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

 <complexType name="OrgContact">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="ActionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrgContactId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="OrganizationId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="OrigSystem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrigSystemReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ContactNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DepartmentCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Department" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="JobTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DecisionMakerFlag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="JobTitleCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReferenceUseFlag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Rank" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PartySiteId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ProgramUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="CreatedByModule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreatedByName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastUpdatedByName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RelationshipCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RelationshipType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RelationshipComments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DynamicAttributeGroups" type="{http://xmlns.oracle.com/svc/dag}DynamicAttributeGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CommonObjId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ContactPrefObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}ContactPreference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="EmailObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Email" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OrgContactRoleObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}OrgContactRole" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OrigSysObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}OrigSysRef" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PartySiteObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}PartySite" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PersonProfileObj" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}PersonProfile" minOccurs="0"/>
         <element name="PhoneObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Phone" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SmsObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}SMS" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TelexObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Telex" maxOccurs="unbounded" minOccurs="0"/>
         <element name="WebObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Web" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String comments
protected String commonObjId
protected String contactNumber
protected List<ContactPreference> contactPrefObjs
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected String decisionMakerFlag
protected String department
protected String departmentCode
protected List<DynamicAttributeGroup> dynamicAttributeGroups
protected List<Email> emailObjs
protected Calendar endDate
protected String jobTitle
protected String jobTitleCode
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected BigDecimal orgContactId
protected List<OrgContactRole> orgContactRoleObjs
protected BigDecimal organizationId
protected List<OrigSysRef> origSysObjs
protected String origSystem
protected String origSystemReference
protected BigDecimal partySiteId
protected List<PartySite> partySiteObjs
protected PersonProfile personProfileObj
protected List<Phone> phoneObjs
protected Calendar programUpdateDate
protected String rank
protected String referenceUseFlag
protected String relationshipCode
protected String relationshipComments
protected String relationshipType
protected List<SMS> smsObjs
protected Calendar startDate
protected String status
protected List<Telex> telexObjs
protected String title
protected List<Web> webObjs
Public Constructors
OrgContact()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getComments()
Gets the value of the comments property.
String getCommonObjId()
Gets the value of the commonObjId property.
String getContactNumber()
Gets the value of the contactNumber property.
List<ContactPreference> getContactPrefObjs()
Gets the value of the contactPrefObjs property.
String getCreatedByModule()
Gets the value of the createdByModule property.
String getCreatedByName()
Gets the value of the createdByName property.
Calendar getCreationDate()
Gets the value of the creationDate property.
String getDecisionMakerFlag()
Gets the value of the decisionMakerFlag property.
String getDepartment()
Gets the value of the department property.
String getDepartmentCode()
Gets the value of the departmentCode property.
List<DynamicAttributeGroup> getDynamicAttributeGroups()
Gets the value of the dynamicAttributeGroups property.
List<Email> getEmailObjs()
Gets the value of the emailObjs property.
Calendar getEndDate()
Gets the value of the endDate property.
String getJobTitle()
Gets the value of the jobTitle property.
String getJobTitleCode()
Gets the value of the jobTitleCode property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
BigDecimal getOrgContactId()
Gets the value of the orgContactId property.
List<OrgContactRole> getOrgContactRoleObjs()
Gets the value of the orgContactRoleObjs property.
BigDecimal getOrganizationId()
Gets the value of the organizationId property.
List<OrigSysRef> getOrigSysObjs()
Gets the value of the origSysObjs property.
String getOrigSystem()
Gets the value of the origSystem property.
String getOrigSystemReference()
Gets the value of the origSystemReference property.
BigDecimal getPartySiteId()
Gets the value of the partySiteId property.
List<PartySite> getPartySiteObjs()
Gets the value of the partySiteObjs property.
PersonProfile getPersonProfileObj()
Gets the value of the personProfileObj property.
List<Phone> getPhoneObjs()
Gets the value of the phoneObjs property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
String getRank()
Gets the value of the rank property.
String getReferenceUseFlag()
Gets the value of the referenceUseFlag property.
String getRelationshipCode()
Gets the value of the relationshipCode property.
String getRelationshipComments()
Gets the value of the relationshipComments property.
String getRelationshipType()
Gets the value of the relationshipType property.
List<SMS> getSmsObjs()
Gets the value of the smsObjs property.
Calendar getStartDate()
Gets the value of the startDate property.
String getStatus()
Gets the value of the status property.
List<Telex> getTelexObjs()
Gets the value of the telexObjs property.
String getTitle()
Gets the value of the title property.
List<Web> getWebObjs()
Gets the value of the webObjs property.
void setActionType(String value)
Sets the value of the actionType property.
void setComments(String value)
Sets the value of the comments property.
void setCommonObjId(String value)
Sets the value of the commonObjId property.
void setContactNumber(String value)
Sets the value of the contactNumber property.
void setContactPrefObjs(List<ContactPreference> contactPrefObjs)
Sets the value of the contactPrefObjs property.
void setCreatedByModule(String value)
Sets the value of the createdByModule property.
void setCreatedByName(String value)
Sets the value of the createdByName property.
void setCreationDate(Calendar value)
Sets the value of the creationDate property.
void setDecisionMakerFlag(String value)
Sets the value of the decisionMakerFlag property.
void setDepartment(String value)
Sets the value of the department property.
void setDepartmentCode(String value)
Sets the value of the departmentCode property.
void setDynamicAttributeGroups(List<DynamicAttributeGroup> dynamicAttributeGroups)
Sets the value of the dynamicAttributeGroups property.
void setEmailObjs(List<Email> emailObjs)
Sets the value of the emailObjs property.
void setEndDate(Calendar value)
Sets the value of the endDate property.
void setJobTitle(String value)
Sets the value of the jobTitle property.
void setJobTitleCode(String value)
Sets the value of the jobTitleCode property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setOrgContactId(BigDecimal value)
Sets the value of the orgContactId property.
void setOrgContactRoleObjs(List<OrgContactRole> orgContactRoleObjs)
Sets the value of the orgContactRoleObjs property.
void setOrganizationId(BigDecimal value)
Sets the value of the organizationId property.
void setOrigSysObjs(List<OrigSysRef> origSysObjs)
Sets the value of the origSysObjs property.
void setOrigSystem(String value)
Sets the value of the origSystem property.
void setOrigSystemReference(String value)
Sets the value of the origSystemReference property.
void setPartySiteId(BigDecimal value)
Sets the value of the partySiteId property.
void setPartySiteObjs(List<PartySite> partySiteObjs)
Sets the value of the partySiteObjs property.
void setPersonProfileObj(PersonProfile value)
Sets the value of the personProfileObj property.
void setPhoneObjs(List<Phone> phoneObjs)
Sets the value of the phoneObjs property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setRank(String value)
Sets the value of the rank property.
void setReferenceUseFlag(String value)
Sets the value of the referenceUseFlag property.
void setRelationshipCode(String value)
Sets the value of the relationshipCode property.
void setRelationshipComments(String value)
Sets the value of the relationshipComments property.
void setRelationshipType(String value)
Sets the value of the relationshipType property.
void setSmsObjs(List<SMS> smsObjs)
Sets the value of the smsObjs property.
void setStartDate(Calendar value)
Sets the value of the startDate property.
void setStatus(String value)
Sets the value of the status property.
void setTelexObjs(List<Telex> telexObjs)
Sets the value of the telexObjs property.
void setTitle(String value)
Sets the value of the title property.
void setWebObjs(List<Web> webObjs)
Sets the value of the webObjs property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String actionType

protected String comments

protected String commonObjId

protected String contactNumber

protected List<ContactPreference> contactPrefObjs

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected String decisionMakerFlag

protected String department

protected String departmentCode

protected List<DynamicAttributeGroup> dynamicAttributeGroups

protected List<Email> emailObjs

protected Calendar endDate

protected String jobTitle

protected String jobTitleCode

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected BigDecimal orgContactId

protected List<OrgContactRole> orgContactRoleObjs

protected BigDecimal organizationId

protected List<OrigSysRef> origSysObjs

protected String origSystem

protected String origSystemReference

protected BigDecimal partySiteId

protected List<PartySite> partySiteObjs

protected PersonProfile personProfileObj

protected List<Phone> phoneObjs

protected Calendar programUpdateDate

protected String rank

protected String referenceUseFlag

protected String relationshipCode

protected String relationshipComments

protected String relationshipType

protected List<SMS> smsObjs

protected Calendar startDate

protected String status

protected List<Telex> telexObjs

protected String title

protected List<Web> webObjs

Public Constructors

public OrgContact ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public String getComments ()

Gets the value of the comments property.

Returns
  • possible object is String

public String getCommonObjId ()

Gets the value of the commonObjId property.

Returns
  • possible object is String

public String getContactNumber ()

Gets the value of the contactNumber property.

Returns
  • possible object is String

public List<ContactPreference> getContactPrefObjs ()

Gets the value of the contactPrefObjs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the contactPrefObjs property.

For example, to add a new item, do as follows:

    getContactPrefObjs().add(newItem);
 

Objects of the following type(s) are allowed in the list ContactPreference

public String getCreatedByModule ()

Gets the value of the createdByModule property.

Returns
  • possible object is String

public String getCreatedByName ()

Gets the value of the createdByName property.

Returns
  • possible object is String

public Calendar getCreationDate ()

Gets the value of the creationDate property.

Returns
  • possible object is String

public String getDecisionMakerFlag ()

Gets the value of the decisionMakerFlag property.

Returns
  • possible object is String

public String getDepartment ()

Gets the value of the department property.

Returns
  • possible object is String

public String getDepartmentCode ()

Gets the value of the departmentCode property.

Returns
  • possible object is String

public List<DynamicAttributeGroup> getDynamicAttributeGroups ()

Gets the value of the dynamicAttributeGroups property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dynamicAttributeGroups property.

For example, to add a new item, do as follows:

    getDynamicAttributeGroups().add(newItem);
 

Objects of the following type(s) are allowed in the list DynamicAttributeGroup

public List<Email> getEmailObjs ()

Gets the value of the emailObjs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the emailObjs property.

For example, to add a new item, do as follows:

    getEmailObjs().add(newItem);
 

Objects of the following type(s) are allowed in the list Email

public Calendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is String

public String getJobTitle ()

Gets the value of the jobTitle property.

Returns
  • possible object is String

public String getJobTitleCode ()

Gets the value of the jobTitleCode property.

Returns
  • possible object is String

public Calendar getLastUpdateDate ()

Gets the value of the lastUpdateDate property.

Returns
  • possible object is String

public String getLastUpdatedByName ()

Gets the value of the lastUpdatedByName property.

Returns
  • possible object is String

public BigDecimal getOrgContactId ()

Gets the value of the orgContactId property.

Returns
  • possible object is BigDecimal

public List<OrgContactRole> getOrgContactRoleObjs ()

Gets the value of the orgContactRoleObjs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the orgContactRoleObjs property.

For example, to add a new item, do as follows:

    getOrgContactRoleObjs().add(newItem);
 

Objects of the following type(s) are allowed in the list OrgContactRole

public BigDecimal getOrganizationId ()

Gets the value of the organizationId property.

Returns
  • possible object is BigDecimal

public List<OrigSysRef> getOrigSysObjs ()

Gets the value of the origSysObjs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the origSysObjs property.

For example, to add a new item, do as follows:

    getOrigSysObjs().add(newItem);
 

Objects of the following type(s) are allowed in the list OrigSysRef

public String getOrigSystem ()

Gets the value of the origSystem property.

Returns
  • possible object is String

public String getOrigSystemReference ()

Gets the value of the origSystemReference property.

Returns
  • possible object is String

public BigDecimal getPartySiteId ()

Gets the value of the partySiteId property.

Returns
  • possible object is BigDecimal

public List<PartySite> getPartySiteObjs ()

Gets the value of the partySiteObjs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the partySiteObjs property.

For example, to add a new item, do as follows:

    getPartySiteObjs().add(newItem);
 

Objects of the following type(s) are allowed in the list PartySite

public PersonProfile getPersonProfileObj ()

Gets the value of the personProfileObj property.

Returns

public List<Phone> getPhoneObjs ()

Gets the value of the phoneObjs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the phoneObjs property.

For example, to add a new item, do as follows:

    getPhoneObjs().add(newItem);
 

Objects of the following type(s) are allowed in the list Phone

public Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate property.

Returns
  • possible object is String

public String getRank ()

Gets the value of the rank property.

Returns
  • possible object is String

public String getReferenceUseFlag ()

Gets the value of the referenceUseFlag property.

Returns
  • possible object is String

public String getRelationshipCode ()

Gets the value of the relationshipCode property.

Returns
  • possible object is String

public String getRelationshipComments ()

Gets the value of the relationshipComments property.

Returns
  • possible object is String

public String getRelationshipType ()

Gets the value of the relationshipType property.

Returns
  • possible object is String

public List<SMS> getSmsObjs ()

Gets the value of the smsObjs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the smsObjs property.

For example, to add a new item, do as follows:

    getSmsObjs().add(newItem);
 

Objects of the following type(s) are allowed in the list SMS

public Calendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public List<Telex> getTelexObjs ()

Gets the value of the telexObjs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the telexObjs property.

For example, to add a new item, do as follows:

    getTelexObjs().add(newItem);
 

Objects of the following type(s) are allowed in the list Telex

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public List<Web> getWebObjs ()

Gets the value of the webObjs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the webObjs property.

For example, to add a new item, do as follows:

    getWebObjs().add(newItem);
 

Objects of the following type(s) are allowed in the list Web

public void setActionType (String value)

Sets the value of the actionType property.

Parameters
value Allowed object is String

public void setComments (String value)

Sets the value of the comments property.

Parameters
value Allowed object is String

public void setCommonObjId (String value)

Sets the value of the commonObjId property.

Parameters
value Allowed object is String

public void setContactNumber (String value)

Sets the value of the contactNumber property.

Parameters
value Allowed object is String

public void setContactPrefObjs (List<ContactPreference> contactPrefObjs)

Sets the value of the contactPrefObjs property.

Parameters
contactPrefObjs Allowed object is ContactPreference

public void setCreatedByModule (String value)

Sets the value of the createdByModule property.

Parameters
value Allowed object is String

public void setCreatedByName (String value)

Sets the value of the createdByName property.

Parameters
value Allowed object is String

public void setCreationDate (Calendar value)

Sets the value of the creationDate property.

Parameters
value Allowed object is String

public void setDecisionMakerFlag (String value)

Sets the value of the decisionMakerFlag property.

Parameters
value Allowed object is String

public void setDepartment (String value)

Sets the value of the department property.

Parameters
value Allowed object is String

public void setDepartmentCode (String value)

Sets the value of the departmentCode property.

Parameters
value Allowed object is String

public void setDynamicAttributeGroups (List<DynamicAttributeGroup> dynamicAttributeGroups)

Sets the value of the dynamicAttributeGroups property.

Parameters
dynamicAttributeGroups Allowed object is DynamicAttributeGroup

public void setEmailObjs (List<Email> emailObjs)

Sets the value of the emailObjs property.

Parameters
emailObjs Allowed object is Email

public void setEndDate (Calendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is String

public void setJobTitle (String value)

Sets the value of the jobTitle property.

Parameters
value Allowed object is String

public void setJobTitleCode (String value)

Sets the value of the jobTitleCode property.

Parameters
value Allowed object is String

public void setLastUpdateDate (Calendar value)

Sets the value of the lastUpdateDate property.

Parameters
value Allowed object is String

public void setLastUpdatedByName (String value)

Sets the value of the lastUpdatedByName property.

Parameters
value Allowed object is String

public void setOrgContactId (BigDecimal value)

Sets the value of the orgContactId property.

Parameters
value Allowed object is BigDecimal

public void setOrgContactRoleObjs (List<OrgContactRole> orgContactRoleObjs)

Sets the value of the orgContactRoleObjs property.

Parameters
orgContactRoleObjs Allowed object is OrgContactRole

public void setOrganizationId (BigDecimal value)

Sets the value of the organizationId property.

Parameters
value Allowed object is BigDecimal

public void setOrigSysObjs (List<OrigSysRef> origSysObjs)

Sets the value of the origSysObjs property.

Parameters
origSysObjs Allowed object is OrigSysRef

public void setOrigSystem (String value)

Sets the value of the origSystem property.

Parameters
value Allowed object is String

public void setOrigSystemReference (String value)

Sets the value of the origSystemReference property.

Parameters
value Allowed object is String

public void setPartySiteId (BigDecimal value)

Sets the value of the partySiteId property.

Parameters
value Allowed object is BigDecimal

public void setPartySiteObjs (List<PartySite> partySiteObjs)

Sets the value of the partySiteObjs property.

Parameters
partySiteObjs Allowed object is PartySite

public void setPersonProfileObj (PersonProfile value)

Sets the value of the personProfileObj property.

Parameters
value Allowed object is PersonProfile

public void setPhoneObjs (List<Phone> phoneObjs)

Sets the value of the phoneObjs property.

Parameters
phoneObjs Allowed object is Phone

public void setProgramUpdateDate (Calendar value)

Sets the value of the programUpdateDate property.

Parameters
value Allowed object is String

public void setRank (String value)

Sets the value of the rank property.

Parameters
value Allowed object is String

public void setReferenceUseFlag (String value)

Sets the value of the referenceUseFlag property.

Parameters
value Allowed object is String

public void setRelationshipCode (String value)

Sets the value of the relationshipCode property.

Parameters
value Allowed object is String

public void setRelationshipComments (String value)

Sets the value of the relationshipComments property.

Parameters
value Allowed object is String

public void setRelationshipType (String value)

Sets the value of the relationshipType property.

Parameters
value Allowed object is String

public void setSmsObjs (List<SMS> smsObjs)

Sets the value of the smsObjs property.

Parameters
smsObjs Allowed object is SMS

public void setStartDate (Calendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is String

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setTelexObjs (List<Telex> telexObjs)

Sets the value of the telexObjs property.

Parameters
telexObjs Allowed object is Telex

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setWebObjs (List<Web> webObjs)

Sets the value of the webObjs property.

Parameters
webObjs Allowed object is Web