public class

ServiceBeanHeader

extends AbstractDataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.apps.fnd.servicebean.ServiceBeanHeader

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RESPONSIBILITY_NAME" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="RESPONSIBILITY_APPL_NAME" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SECURITY_GROUP_NAME" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="NLS_LANGUAGE" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String nlslanguage
protected String responsibilityapplname
protected String responsibilityname
protected String securitygroupname
Public Constructors
ServiceBeanHeader()
Public Methods
String getNLSLANGUAGE()
Gets the value of the nlslanguage property.
String getRESPONSIBILITYAPPLNAME()
Gets the value of the responsibilityapplname property.
String getRESPONSIBILITYNAME()
Gets the value of the responsibilityname property.
String getSECURITYGROUPNAME()
Gets the value of the securitygroupname property.
void setNLSLANGUAGE(String value)
Sets the value of the nlslanguage property.
void setRESPONSIBILITYAPPLNAME(String value)
Sets the value of the responsibilityapplname property.
void setRESPONSIBILITYNAME(String value)
Sets the value of the responsibilityname property.
void setSECURITYGROUPNAME(String value)
Sets the value of the securitygroupname property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String nlslanguage

protected String responsibilityapplname

protected String responsibilityname

protected String securitygroupname

Public Constructors

public ServiceBeanHeader ()

Public Methods

public String getNLSLANGUAGE ()

Gets the value of the nlslanguage property.

Returns
  • possible object is String

public String getRESPONSIBILITYAPPLNAME ()

Gets the value of the responsibilityapplname property.

Returns
  • possible object is String

public String getRESPONSIBILITYNAME ()

Gets the value of the responsibilityname property.

Returns
  • possible object is String

public String getSECURITYGROUPNAME ()

Gets the value of the securitygroupname property.

Returns
  • possible object is String

public void setNLSLANGUAGE (String value)

Sets the value of the nlslanguage property.

Parameters
value Allowed object is String

public void setRESPONSIBILITYAPPLNAME (String value)

Sets the value of the responsibilityapplname property.

Parameters
value Allowed object is String

public void setRESPONSIBILITYNAME (String value)

Sets the value of the responsibilityname property.

Parameters
value Allowed object is String

public void setSECURITYGROUPNAME (String value)

Sets the value of the securitygroupname property.

Parameters
value Allowed object is String