Web Dynpro API Documentation

com.sap.tc.webdynpro.modelimpl.dynamicrfc
Class WDDynamicRFC_Fault

com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFC_Fault
All Implemented Interfaces:
java.io.Serializable

public class WDDynamicRFC_Fault
implements java.io.Serializable

Title: Web Dynpro Dynamic RFC Adapter Exception Description: Copyright: Copyright (c) 2003 Company: SAP AG

Version:
$Id: //tc/WebDynproRuntime/630_VAL_REL/src/_webdynpro_model_dynamicrfc/java/com/sap/tc/webdynpro/modelimpl/dynamicrfc/WDDynamicRFC_Fault.java#1 $
See Also:
Serialized Form

Inner Class Summary
static class WDDynamicRFC_Fault.AttributesType
          Helper class that represents the attributes (parameters) of an RFC exception message.
static class WDDynamicRFC_Fault.MessageType
          Helper class that represents the message part of an RFC exception message.
static class WDDynamicRFC_Fault.NameType
          Helper class required by the AII Proxy layer to fully describe exceptions.
 
Constructor Summary
WDDynamicRFC_Fault()
           
 
Method Summary
protected  java.lang.Class _associatedModelClazz()
           
protected  WDModelScopeType _defaultScope()
           
 WDDynamicRFC_Fault.AttributesType getAttributes()
           
 WDDynamicRFC_Fault.MessageType getMessage()
           
 WDDynamicRFC_Fault.NameType getName()
          Value space = Xsdl string
 java.lang.String getText()
          Value space = Xsdl string
 void setAttributes(WDDynamicRFC_Fault.AttributesType Attributes)
           
 void setMessage(WDDynamicRFC_Fault.MessageType Message)
           
 void setName(WDDynamicRFC_Fault.NameType Name)
          Value space = Xsdl string Restrictions: values = "AUSNAHME"
 void setText(java.lang.String Text)
          Value space = Xsdl string
 java.lang.String toString()
           
 

Constructor Detail

WDDynamicRFC_Fault

public WDDynamicRFC_Fault()
Method Detail

_associatedModelClazz

protected java.lang.Class _associatedModelClazz()

_defaultScope

protected WDModelScopeType _defaultScope()

getAttributes

public WDDynamicRFC_Fault.AttributesType getAttributes()

setName

public void setName(WDDynamicRFC_Fault.NameType Name)
Value space = Xsdl string Restrictions: values = "AUSNAHME"

setMessage

public void setMessage(WDDynamicRFC_Fault.MessageType Message)

getText

public java.lang.String getText()
Value space = Xsdl string

getMessage

public WDDynamicRFC_Fault.MessageType getMessage()

getName

public WDDynamicRFC_Fault.NameType getName()
Value space = Xsdl string

setAttributes

public void setAttributes(WDDynamicRFC_Fault.AttributesType Attributes)

setText

public void setText(java.lang.String Text)
Value space = Xsdl string

toString

public java.lang.String toString()

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15