public class

Extensibility

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

Class Overview

Extensibility object

Java class for Extensibility complex type.

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

 <complexType name="Extensibility">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="ExtensionId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="AttrGroupName" 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="AttrName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AttrValueStr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AttrValueNum" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="AttrValueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="AttrDisplayValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AttrGroupType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AttrGroupId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="CommonObjId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String attrDisplayValue
protected BigDecimal attrGroupId
protected String attrGroupName
protected String attrGroupType
protected String attrName
protected Calendar attrValueDate
protected BigDecimal attrValueNum
protected String attrValueStr
protected String commonObjId
protected BigDecimal extensionId
protected BigDecimal parentObjectId
protected String parentObjectType
Public Constructors
Extensibility()
Public Methods
String getAttrDisplayValue()
Gets the value of the attrDisplayValue property.
BigDecimal getAttrGroupId()
Gets the value of the attrGroupId property.
String getAttrGroupName()
Gets the value of the attrGroupName property.
String getAttrGroupType()
Gets the value of the attrGroupType property.
String getAttrName()
Gets the value of the attrName property.
Calendar getAttrValueDate()
Gets the value of the attrValueDate property.
BigDecimal getAttrValueNum()
Gets the value of the attrValueNum property.
String getAttrValueStr()
Gets the value of the attrValueStr property.
String getCommonObjId()
Gets the value of the commonObjId property.
BigDecimal getExtensionId()
Gets the value of the extensionId property.
BigDecimal getParentObjectId()
Gets the value of the parentObjectId property.
String getParentObjectType()
Gets the value of the parentObjectType property.
void setAttrDisplayValue(String value)
Sets the value of the attrDisplayValue property.
void setAttrGroupId(BigDecimal value)
Sets the value of the attrGroupId property.
void setAttrGroupName(String value)
Sets the value of the attrGroupName property.
void setAttrGroupType(String value)
Sets the value of the attrGroupType property.
void setAttrName(String value)
Sets the value of the attrName property.
void setAttrValueDate(Calendar value)
Sets the value of the attrValueDate property.
void setAttrValueNum(BigDecimal value)
Sets the value of the attrValueNum property.
void setAttrValueStr(String value)
Sets the value of the attrValueStr property.
void setCommonObjId(String value)
Sets the value of the commonObjId property.
void setExtensionId(BigDecimal value)
Sets the value of the extensionId property.
void setParentObjectId(BigDecimal value)
Sets the value of the parentObjectId property.
void setParentObjectType(String value)
Sets the value of the parentObjectType property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String attrDisplayValue

protected BigDecimal attrGroupId

protected String attrGroupName

protected String attrGroupType

protected String attrName

protected Calendar attrValueDate

protected BigDecimal attrValueNum

protected String attrValueStr

protected String commonObjId

protected BigDecimal extensionId

protected BigDecimal parentObjectId

protected String parentObjectType

Public Constructors

public Extensibility ()

Public Methods

public String getAttrDisplayValue ()

Gets the value of the attrDisplayValue property.

Returns
  • possible object is String

public BigDecimal getAttrGroupId ()

Gets the value of the attrGroupId property.

Returns
  • possible object is BigDecimal

public String getAttrGroupName ()

Gets the value of the attrGroupName property.

Returns
  • possible object is String

public String getAttrGroupType ()

Gets the value of the attrGroupType property.

Returns
  • possible object is String

public String getAttrName ()

Gets the value of the attrName property.

Returns
  • possible object is String

public Calendar getAttrValueDate ()

Gets the value of the attrValueDate property.

Returns
  • possible object is String

public BigDecimal getAttrValueNum ()

Gets the value of the attrValueNum property.

Returns
  • possible object is BigDecimal

public String getAttrValueStr ()

Gets the value of the attrValueStr property.

Returns
  • possible object is String

public String getCommonObjId ()

Gets the value of the commonObjId property.

Returns
  • possible object is String

public BigDecimal getExtensionId ()

Gets the value of the extensionId property.

Returns
  • possible object is BigDecimal

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

Sets the value of the attrDisplayValue property.

Parameters
value Allowed object is String

public void setAttrGroupId (BigDecimal value)

Sets the value of the attrGroupId property.

Parameters
value Allowed object is BigDecimal

public void setAttrGroupName (String value)

Sets the value of the attrGroupName property.

Parameters
value Allowed object is String

public void setAttrGroupType (String value)

Sets the value of the attrGroupType property.

Parameters
value Allowed object is String

public void setAttrName (String value)

Sets the value of the attrName property.

Parameters
value Allowed object is String

public void setAttrValueDate (Calendar value)

Sets the value of the attrValueDate property.

Parameters
value Allowed object is String

public void setAttrValueNum (BigDecimal value)

Sets the value of the attrValueNum property.

Parameters
value Allowed object is BigDecimal

public void setAttrValueStr (String value)

Sets the value of the attrValueStr 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 setExtensionId (BigDecimal value)

Sets the value of the extensionId property.

Parameters
value Allowed object is BigDecimal

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