public class

PartyUsage

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

Class Overview

Party Usage object

Java class for PartyUsage complex type.

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

 <complexType name="PartyUsage">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="PartyUsgAssignmentId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ActionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParentObjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParentObjectId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="PartyUsageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EffectiveStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EffectiveEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Comments" 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="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 comments
protected String commonObjId
protected String createdByName
protected Calendar creationDate
protected List<DynamicAttributeGroup> dynamicAttributeGroups
protected Calendar effectiveEndDate
protected Calendar effectiveStartDate
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected BigDecimal parentObjectId
protected String parentObjectType
protected String partyUsageCode
protected BigDecimal partyUsgAssignmentId
protected String status
Public Constructors
PartyUsage()
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 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 getEffectiveEndDate()
Gets the value of the effectiveEndDate property.
Calendar getEffectiveStartDate()
Gets the value of the effectiveStartDate property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
BigDecimal getParentObjectId()
Gets the value of the parentObjectId property.
String getParentObjectType()
Gets the value of the parentObjectType property.
String getPartyUsageCode()
Gets the value of the partyUsageCode property.
BigDecimal getPartyUsgAssignmentId()
Gets the value of the partyUsgAssignmentId property.
String getStatus()
Gets the value of the status 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 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 setEffectiveEndDate(Calendar value)
Sets the value of the effectiveEndDate property.
void setEffectiveStartDate(Calendar value)
Sets the value of the effectiveStartDate property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setParentObjectId(BigDecimal value)
Sets the value of the parentObjectId property.
void setParentObjectType(String value)
Sets the value of the parentObjectType property.
void setPartyUsageCode(String value)
Sets the value of the partyUsageCode property.
void setPartyUsgAssignmentId(BigDecimal value)
Sets the value of the partyUsgAssignmentId 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 comments

protected String commonObjId

protected String createdByName

protected Calendar creationDate

protected List<DynamicAttributeGroup> dynamicAttributeGroups

protected Calendar effectiveEndDate

protected Calendar effectiveStartDate

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected BigDecimal parentObjectId

protected String parentObjectType

protected String partyUsageCode

protected BigDecimal partyUsgAssignmentId

protected String status

Public Constructors

public PartyUsage ()

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

Gets the value of the effectiveEndDate property.

Returns
  • possible object is String

public Calendar getEffectiveStartDate ()

Gets the value of the effectiveStartDate 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 getParentObjectId ()

Gets the value of the parentObjectId property.

Returns
  • possible object is BigDecimal

public String getParentObjectType ()

Gets the value of the parentObjectType property.

Returns
  • possible object is String

public String getPartyUsageCode ()

Gets the value of the partyUsageCode property.

Returns
  • possible object is String

public BigDecimal getPartyUsgAssignmentId ()

Gets the value of the partyUsgAssignmentId property.

Returns
  • possible object is BigDecimal

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 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 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 setEffectiveEndDate (Calendar value)

Sets the value of the effectiveEndDate property.

Parameters
value Allowed object is String

public void setEffectiveStartDate (Calendar value)

Sets the value of the effectiveStartDate 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 setParentObjectId (BigDecimal value)

Sets the value of the parentObjectId property.

Parameters
value Allowed object is BigDecimal

public void setParentObjectType (String value)

Sets the value of the parentObjectType property.

Parameters
value Allowed object is String

public void setPartyUsageCode (String value)

Sets the value of the partyUsageCode property.

Parameters
value Allowed object is String

public void setPartyUsgAssignmentId (BigDecimal value)

Sets the value of the partyUsgAssignmentId property.

Parameters
value Allowed object is BigDecimal

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String