public class

CustomerAccountRelationship

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

Class Overview

CustomerAccountRelationship object

Java class for CustomerAccountRelationship complex type.

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

 <complexType name="CustomerAccountRelationship">
   <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="CustAcctId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="RelatedCustAcctId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="RelatedCustAcctOs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RelatedCustAcctOsr" 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="Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CustomerReciprocalFlag" 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="BillToFlag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShipToFlag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrgId" 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="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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String billToFlag
protected String comments
protected String commonObjId
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected BigDecimal custAcctId
protected String customerReciprocalFlag
protected List<DynamicAttributeGroup> dynamicAttributeGroups
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected BigDecimal orgId
protected Calendar programUpdateDate
protected BigDecimal relatedCustAcctId
protected String relatedCustAcctOs
protected String relatedCustAcctOsr
protected String relationshipType
protected String shipToFlag
protected String status
Public Constructors
CustomerAccountRelationship()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getBillToFlag()
Gets the value of the billToFlag property.
String getComments()
Gets the value of the comments 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.
BigDecimal getCustAcctId()
Gets the value of the custAcctId property.
String getCustomerReciprocalFlag()
Gets the value of the customerReciprocalFlag property.
List<DynamicAttributeGroup> getDynamicAttributeGroups()
Gets the value of the dynamicAttributeGroups property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
BigDecimal getOrgId()
Gets the value of the orgId property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
BigDecimal getRelatedCustAcctId()
Gets the value of the relatedCustAcctId property.
String getRelatedCustAcctOs()
Gets the value of the relatedCustAcctOs property.
String getRelatedCustAcctOsr()
Gets the value of the relatedCustAcctOsr property.
String getRelationshipType()
Gets the value of the relationshipType property.
String getShipToFlag()
Gets the value of the shipToFlag property.
String getStatus()
Gets the value of the status property.
void setActionType(String value)
Sets the value of the actionType property.
void setBillToFlag(String value)
Sets the value of the billToFlag property.
void setComments(String value)
Sets the value of the comments 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 setCustAcctId(BigDecimal value)
Sets the value of the custAcctId property.
void setCustomerReciprocalFlag(String value)
Sets the value of the customerReciprocalFlag property.
void setDynamicAttributeGroups(List<DynamicAttributeGroup> dynamicAttributeGroups)
Sets the value of the dynamicAttributeGroups property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setOrgId(BigDecimal value)
Sets the value of the orgId property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setRelatedCustAcctId(BigDecimal value)
Sets the value of the relatedCustAcctId property.
void setRelatedCustAcctOs(String value)
Sets the value of the relatedCustAcctOs property.
void setRelatedCustAcctOsr(String value)
Sets the value of the relatedCustAcctOsr property.
void setRelationshipType(String value)
Sets the value of the relationshipType property.
void setShipToFlag(String value)
Sets the value of the shipToFlag 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 billToFlag

protected String comments

protected String commonObjId

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected BigDecimal custAcctId

protected String customerReciprocalFlag

protected List<DynamicAttributeGroup> dynamicAttributeGroups

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected BigDecimal orgId

protected Calendar programUpdateDate

protected BigDecimal relatedCustAcctId

protected String relatedCustAcctOs

protected String relatedCustAcctOsr

protected String relationshipType

protected String shipToFlag

protected String status

Public Constructors

public CustomerAccountRelationship ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public String getBillToFlag ()

Gets the value of the billToFlag 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 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 BigDecimal getCustAcctId ()

Gets the value of the custAcctId property.

Returns
  • possible object is BigDecimal

public String getCustomerReciprocalFlag ()

Gets the value of the customerReciprocalFlag 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 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 getOrgId ()

Gets the value of the orgId property.

Returns
  • possible object is BigDecimal

public Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate property.

Returns
  • possible object is String

public BigDecimal getRelatedCustAcctId ()

Gets the value of the relatedCustAcctId property.

Returns
  • possible object is BigDecimal

public String getRelatedCustAcctOs ()

Gets the value of the relatedCustAcctOs property.

Returns
  • possible object is String

public String getRelatedCustAcctOsr ()

Gets the value of the relatedCustAcctOsr property.

Returns
  • possible object is String

public String getRelationshipType ()

Gets the value of the relationshipType property.

Returns
  • possible object is String

public String getShipToFlag ()

Gets the value of the shipToFlag 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 setBillToFlag (String value)

Sets the value of the billToFlag 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 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 setCustAcctId (BigDecimal value)

Sets the value of the custAcctId property.

Parameters
value Allowed object is BigDecimal

public void setCustomerReciprocalFlag (String value)

Sets the value of the customerReciprocalFlag 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 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 setOrgId (BigDecimal value)

Sets the value of the orgId property.

Parameters
value Allowed object is BigDecimal

public void setProgramUpdateDate (Calendar value)

Sets the value of the programUpdateDate property.

Parameters
value Allowed object is String

public void setRelatedCustAcctId (BigDecimal value)

Sets the value of the relatedCustAcctId property.

Parameters
value Allowed object is BigDecimal

public void setRelatedCustAcctOs (String value)

Sets the value of the relatedCustAcctOs property.

Parameters
value Allowed object is String

public void setRelatedCustAcctOsr (String value)

Sets the value of the relatedCustAcctOsr 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 setShipToFlag (String value)

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