public class

PersonLang

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

Class Overview

Person Lang object

Java class for PersonLang complex type.

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

 <complexType name="PersonLang">
   <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="LanguageUseReferenceId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="LanguageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PersonId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="NativeLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrimaryLanguageIndicator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReadsLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SpeaksLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="WritesLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SpokenComprehensionLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" 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="CommonObjId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String commonObjId
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected String languageName
protected BigDecimal languageUseReferenceId
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected String nativeLanguage
protected BigDecimal personId
protected String primaryLanguageIndicator
protected Calendar programUpdateDate
protected String readsLevel
protected String speaksLevel
protected String spokenComprehensionLevel
protected String status
protected String writesLevel
Public Constructors
PersonLang()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getCommonObjId()
Gets the value of the commonObjId 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 getLanguageName()
Gets the value of the languageName property.
BigDecimal getLanguageUseReferenceId()
Gets the value of the languageUseReferenceId property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
String getNativeLanguage()
Gets the value of the nativeLanguage property.
BigDecimal getPersonId()
Gets the value of the personId property.
String getPrimaryLanguageIndicator()
Gets the value of the primaryLanguageIndicator property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
String getReadsLevel()
Gets the value of the readsLevel property.
String getSpeaksLevel()
Gets the value of the speaksLevel property.
String getSpokenComprehensionLevel()
Gets the value of the spokenComprehensionLevel property.
String getStatus()
Gets the value of the status property.
String getWritesLevel()
Gets the value of the writesLevel property.
void setActionType(String value)
Sets the value of the actionType property.
void setCommonObjId(String value)
Sets the value of the commonObjId 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 setLanguageName(String value)
Sets the value of the languageName property.
void setLanguageUseReferenceId(BigDecimal value)
Sets the value of the languageUseReferenceId property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setNativeLanguage(String value)
Sets the value of the nativeLanguage property.
void setPersonId(BigDecimal value)
Sets the value of the personId property.
void setPrimaryLanguageIndicator(String value)
Sets the value of the primaryLanguageIndicator property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setReadsLevel(String value)
Sets the value of the readsLevel property.
void setSpeaksLevel(String value)
Sets the value of the speaksLevel property.
void setSpokenComprehensionLevel(String value)
Sets the value of the spokenComprehensionLevel property.
void setStatus(String value)
Sets the value of the status property.
void setWritesLevel(String value)
Sets the value of the writesLevel property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String actionType

protected String commonObjId

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected String languageName

protected BigDecimal languageUseReferenceId

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected String nativeLanguage

protected BigDecimal personId

protected String primaryLanguageIndicator

protected Calendar programUpdateDate

protected String readsLevel

protected String speaksLevel

protected String spokenComprehensionLevel

protected String status

protected String writesLevel

Public Constructors

public PersonLang ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public String getCommonObjId ()

Gets the value of the commonObjId property.

Returns
  • possible object is String

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 getLanguageName ()

Gets the value of the languageName property.

Returns
  • possible object is String

public BigDecimal getLanguageUseReferenceId ()

Gets the value of the languageUseReferenceId property.

Returns
  • possible object is BigDecimal

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 String getNativeLanguage ()

Gets the value of the nativeLanguage property.

Returns
  • possible object is String

public BigDecimal getPersonId ()

Gets the value of the personId property.

Returns
  • possible object is BigDecimal

public String getPrimaryLanguageIndicator ()

Gets the value of the primaryLanguageIndicator property.

Returns
  • possible object is String

public Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate property.

Returns
  • possible object is String

public String getReadsLevel ()

Gets the value of the readsLevel property.

Returns
  • possible object is String

public String getSpeaksLevel ()

Gets the value of the speaksLevel property.

Returns
  • possible object is String

public String getSpokenComprehensionLevel ()

Gets the value of the spokenComprehensionLevel property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public String getWritesLevel ()

Gets the value of the writesLevel property.

Returns
  • possible object is String

public void setActionType (String value)

Sets the value of the actionType 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 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 setLanguageName (String value)

Sets the value of the languageName property.

Parameters
value Allowed object is String

public void setLanguageUseReferenceId (BigDecimal value)

Sets the value of the languageUseReferenceId property.

Parameters
value Allowed object is BigDecimal

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 setNativeLanguage (String value)

Sets the value of the nativeLanguage property.

Parameters
value Allowed object is String

public void setPersonId (BigDecimal value)

Sets the value of the personId property.

Parameters
value Allowed object is BigDecimal

public void setPrimaryLanguageIndicator (String value)

Sets the value of the primaryLanguageIndicator property.

Parameters
value Allowed object is String

public void setProgramUpdateDate (Calendar value)

Sets the value of the programUpdateDate property.

Parameters
value Allowed object is String

public void setReadsLevel (String value)

Sets the value of the readsLevel property.

Parameters
value Allowed object is String

public void setSpeaksLevel (String value)

Sets the value of the speaksLevel property.

Parameters
value Allowed object is String

public void setSpokenComprehensionLevel (String value)

Sets the value of the spokenComprehensionLevel 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 setWritesLevel (String value)

Sets the value of the writesLevel property.

Parameters
value Allowed object is String