Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.patterns.uaWebService.types
Class ServiceAttrValErrorMessage

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceMessage
      extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceErrorMessage
          extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceAttrValErrorMessage

public class ServiceAttrValErrorMessage
extends ServiceErrorMessage

Java class for ServiceAttrValErrorMessage complex type.

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

 <complexType name="ServiceAttrValErrorMessage">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/adf/svc/errors/}ServiceErrorMessage">
       <sequence>
         <element name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="attributeValue" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" minOccurs="0"/>
         <element name="objectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String attributeName
           
protected  java.lang.Object attributeValue
           
protected  java.lang.String objectName
           
 
Fields inherited from class oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceErrorMessage
exceptionClassName, sdoObject
 
Fields inherited from class oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceMessage
code, detail, message, severity
 
Constructor Summary
ServiceAttrValErrorMessage()
           
 
Method Summary
 java.lang.String getAttributeName()
          Gets the value of the attributeName property.
 java.lang.Object getAttributeValue()
          Gets the value of the attributeValue property.
 java.lang.String getObjectName()
          Gets the value of the objectName property.
 void setAttributeName(java.lang.String value)
          Sets the value of the attributeName property.
 void setAttributeValue(java.lang.Object value)
          Sets the value of the attributeValue property.
 void setObjectName(java.lang.String value)
          Sets the value of the objectName property.
 
Methods inherited from class oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceErrorMessage
getExceptionClassName, getSdoObject, setExceptionClassName, setSdoObject
 
Methods inherited from class oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceMessage
getCode, getDetail, getMessage, getSeverity, setCode, setMessage, setSeverity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeName

protected java.lang.String attributeName

attributeValue

protected java.lang.Object attributeValue

objectName

protected java.lang.String objectName
Constructor Detail

ServiceAttrValErrorMessage

public ServiceAttrValErrorMessage()
Method Detail

getAttributeName

public java.lang.String getAttributeName()
Gets the value of the attributeName property.

Returns:
possible object is String

setAttributeName

public void setAttributeName(java.lang.String value)
Sets the value of the attributeName property.

Parameters:
value - allowed object is String

getAttributeValue

public java.lang.Object getAttributeValue()
Gets the value of the attributeValue property.

Returns:
possible object is Object

setAttributeValue

public void setAttributeValue(java.lang.Object value)
Sets the value of the attributeValue property.

Parameters:
value - allowed object is Object

getObjectName

public java.lang.String getObjectName()
Gets the value of the objectName property.

Returns:
possible object is String

setObjectName

public void setObjectName(java.lang.String value)
Sets the value of the objectName property.

Parameters:
value - allowed object is String

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.