public class

OrigSysRef

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

Class Overview

Original System Reference Data Object

Java class for OrigSysRef complex type.

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

 <complexType name="OrigSysRef">
   <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="OrigSystemRefId" 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="ObjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReasonCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OldOrigSystemReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StartDateActive" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EndDateActive" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="DynamicAttributeGroups" type="{http://xmlns.oracle.com/svc/dag}DynamicAttributeGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected List<DynamicAttributeGroup> dynamicAttributeGroups
protected Calendar endDateActive
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected BigDecimal objectId
protected String objectType
protected String oldOrigSystemReference
protected String origSystem
protected BigDecimal origSystemRefId
protected String origSystemReference
protected Calendar programUpdateDate
protected String reasonCode
protected Calendar startDateActive
protected String status
Public Constructors
OrigSysRef()
Public Methods
String getActionType()
Gets the value of the actionType 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.
List<DynamicAttributeGroup> getDynamicAttributeGroups()
Gets the value of the dynamicAttributeGroups property.
Calendar getEndDateActive()
Gets the value of the endDateActive property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
BigDecimal getObjectId()
Gets the value of the objectId property.
String getObjectType()
Gets the value of the objectType property.
String getOldOrigSystemReference()
Gets the value of the oldOrigSystemReference property.
String getOrigSystem()
Gets the value of the origSystem property.
BigDecimal getOrigSystemRefId()
Gets the value of the origSystemRefId property.
String getOrigSystemReference()
Gets the value of the origSystemReference property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
String getReasonCode()
Gets the value of the reasonCode property.
Calendar getStartDateActive()
Gets the value of the startDateActive property.
String getStatus()
Gets the value of the status property.
void setActionType(String value)
Sets the value of the actionType 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 setDynamicAttributeGroups(List<DynamicAttributeGroup> dynamicAttributeGroups)
Sets the value of the dynamicAttributeGroups property.
void setEndDateActive(Calendar value)
Sets the value of the endDateActive property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setObjectId(BigDecimal value)
Sets the value of the objectId property.
void setObjectType(String value)
Sets the value of the objectType property.
void setOldOrigSystemReference(String value)
Sets the value of the oldOrigSystemReference property.
void setOrigSystem(String value)
Sets the value of the origSystem property.
void setOrigSystemRefId(BigDecimal value)
Sets the value of the origSystemRefId property.
void setOrigSystemReference(String value)
Sets the value of the origSystemReference property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setReasonCode(String value)
Sets the value of the reasonCode property.
void setStartDateActive(Calendar value)
Sets the value of the startDateActive property.
void setStatus(String value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String actionType

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected List<DynamicAttributeGroup> dynamicAttributeGroups

protected Calendar endDateActive

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected BigDecimal objectId

protected String objectType

protected String oldOrigSystemReference

protected String origSystem

protected BigDecimal origSystemRefId

protected String origSystemReference

protected Calendar programUpdateDate

protected String reasonCode

protected Calendar startDateActive

protected String status

Public Constructors

public OrigSysRef ()

Public Methods

public String getActionType ()

Gets the value of the actionType 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 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 Calendar getEndDateActive ()

Gets the value of the endDateActive 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 getObjectId ()

Gets the value of the objectId property.

Returns
  • possible object is BigDecimal

public String getObjectType ()

Gets the value of the objectType property.

Returns
  • possible object is String

public String getOldOrigSystemReference ()

Gets the value of the oldOrigSystemReference property.

Returns
  • possible object is String

public String getOrigSystem ()

Gets the value of the origSystem property.

Returns
  • possible object is String

public BigDecimal getOrigSystemRefId ()

Gets the value of the origSystemRefId property.

Returns
  • possible object is BigDecimal

public String getOrigSystemReference ()

Gets the value of the origSystemReference property.

Returns
  • possible object is String

public Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate property.

Returns
  • possible object is String

public String getReasonCode ()

Gets the value of the reasonCode property.

Returns
  • possible object is String

public Calendar getStartDateActive ()

Gets the value of the startDateActive property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status 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 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 setDynamicAttributeGroups (List<DynamicAttributeGroup> dynamicAttributeGroups)

Sets the value of the dynamicAttributeGroups property.

Parameters
dynamicAttributeGroups Allowed object is DynamicAttributeGroup

public void setEndDateActive (Calendar value)

Sets the value of the endDateActive 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 setObjectId (BigDecimal value)

Sets the value of the objectId property.

Parameters
value Allowed object is BigDecimal

public void setObjectType (String value)

Sets the value of the objectType property.

Parameters
value Allowed object is String

public void setOldOrigSystemReference (String value)

Sets the value of the oldOrigSystemReference property.

Parameters
value Allowed object is String

public void setOrigSystem (String value)

Sets the value of the origSystem property.

Parameters
value Allowed object is String

public void setOrigSystemRefId (BigDecimal value)

Sets the value of the origSystemRefId property.

Parameters
value Allowed object is BigDecimal

public void setOrigSystemReference (String value)

Sets the value of the origSystemReference 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 setReasonCode (String value)

Sets the value of the reasonCode property.

Parameters
value Allowed object is String

public void setStartDateActive (Calendar value)

Sets the value of the startDateActive 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