Web Dynpro API Documentation

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

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

public static class WDDynamicRFC_Fault.AttributesType
implements java.io.Serializable

Helper class that represents the attributes (parameters) of an RFC exception message. Required by the AII Proxy layer to fully describe exceptions.

See Also:
Serialized Form

Constructor Summary
WDDynamicRFC_Fault.AttributesType()
           
 
Method Summary
protected  java.lang.Class _associatedModelClazz()
           
protected  WDModelScopeType _defaultScope()
           
 java.lang.String getV1()
          Value space = Xsdl string Restrictions: maxLength = 50
 java.lang.String getV2()
          Value space = Xsdl string Restrictions: maxLength = 50
 java.lang.String getV3()
          Value space = Xsdl string Restrictions: maxLength = 50
 java.lang.String getV4()
          Value space = Xsdl string Restrictions: maxLength = 50
 void setV1(java.lang.String V1)
          Value space = Xsdl string Restrictions: maxLength = 50
 void setV2(java.lang.String V2)
          Value space = Xsdl string Restrictions: maxLength = 50
 void setV3(java.lang.String V3)
          Value space = Xsdl string Restrictions: maxLength = 50
 void setV4(java.lang.String V4)
          Value space = Xsdl string Restrictions: maxLength = 50
 

Constructor Detail

WDDynamicRFC_Fault.AttributesType

public WDDynamicRFC_Fault.AttributesType()
Method Detail

_associatedModelClazz

protected java.lang.Class _associatedModelClazz()

_defaultScope

protected WDModelScopeType _defaultScope()

setV3

public void setV3(java.lang.String V3)
Value space = Xsdl string Restrictions: maxLength = 50

setV2

public void setV2(java.lang.String V2)
Value space = Xsdl string Restrictions: maxLength = 50

getV2

public java.lang.String getV2()
Value space = Xsdl string Restrictions: maxLength = 50

setV1

public void setV1(java.lang.String V1)
Value space = Xsdl string Restrictions: maxLength = 50

setV4

public void setV4(java.lang.String V4)
Value space = Xsdl string Restrictions: maxLength = 50

getV4

public java.lang.String getV4()
Value space = Xsdl string Restrictions: maxLength = 50

getV1

public java.lang.String getV1()
Value space = Xsdl string Restrictions: maxLength = 50

getV3

public java.lang.String getV3()
Value space = Xsdl string Restrictions: maxLength = 50

Web Dynpro API Documentation

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