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 Fault

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.Fault

public class Fault
extends java.lang.Object

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="faultcode" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element name="faultstring" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="faultactor" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="detail" type="{http://xmlns.oracle.com/oracleas/schema/oracle-fault-11_0}detail" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Detail detail
           
protected  java.lang.String faultactor
           
protected  javax.xml.namespace.QName faultcode
           
protected  java.lang.String faultstring
           
 
Constructor Summary
Fault()
           
 
Method Summary
 Detail getDetail()
          Gets the value of the detail property.
 java.lang.String getFaultactor()
          Gets the value of the faultactor property.
 javax.xml.namespace.QName getFaultcode()
          Gets the value of the faultcode property.
 java.lang.String getFaultstring()
          Gets the value of the faultstring property.
 void setDetail(Detail value)
          Sets the value of the detail property.
 void setFaultactor(java.lang.String value)
          Sets the value of the faultactor property.
 void setFaultcode(javax.xml.namespace.QName value)
          Sets the value of the faultcode property.
 void setFaultstring(java.lang.String value)
          Sets the value of the faultstring property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

faultcode

protected javax.xml.namespace.QName faultcode

faultstring

protected java.lang.String faultstring

faultactor

protected java.lang.String faultactor

detail

protected Detail detail
Constructor Detail

Fault

public Fault()
Method Detail

getFaultcode

public javax.xml.namespace.QName getFaultcode()
Gets the value of the faultcode property.

Returns:
possible object is QName

setFaultcode

public void setFaultcode(javax.xml.namespace.QName value)
Sets the value of the faultcode property.

Parameters:
value - allowed object is QName

getFaultstring

public java.lang.String getFaultstring()
Gets the value of the faultstring property.

Returns:
possible object is String

setFaultstring

public void setFaultstring(java.lang.String value)
Sets the value of the faultstring property.

Parameters:
value - allowed object is String

getFaultactor

public java.lang.String getFaultactor()
Gets the value of the faultactor property.

Returns:
possible object is String

setFaultactor

public void setFaultactor(java.lang.String value)
Sets the value of the faultactor property.

Parameters:
value - allowed object is String

getDetail

public Detail getDetail()
Gets the value of the detail property.

Returns:
possible object is Detail

setDetail

public void setDetail(Detail value)
Sets the value of the detail property.

Parameters:
value - allowed object is Detail

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.