org.plasma.xml.wsdl.v11.soap
Class TFaultRes

java.lang.Object
  extended by org.plasma.xml.wsdl.v11.TExtensibilityElement
      extended by org.plasma.xml.wsdl.v11.soap.TBody
          extended by org.plasma.xml.wsdl.v11.soap.TFaultRes
Direct Known Subclasses:
Fault

public abstract class TFaultRes
extends TBody

Java class for tFaultRes complex type.

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

 <complexType name="tFaultRes">
   <complexContent>
     <restriction base="{http://schemas.xmlsoap.org/wsdl/soap/}tBody">
       <attGroup ref="{http://schemas.xmlsoap.org/wsdl/soap/}tBodyAttributes"/>
       <attribute ref="{http://schemas.xmlsoap.org/wsdl/}required"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.plasma.xml.wsdl.v11.soap.TBody
encodingStyles, namespace, parts, use
 
Fields inherited from class org.plasma.xml.wsdl.v11.TExtensibilityElement
required
 
Constructor Summary
TFaultRes()
           
 
Method Summary
 
Methods inherited from class org.plasma.xml.wsdl.v11.soap.TBody
getEncodingStyles, getNamespace, getParts, getUse, setNamespace, setUse
 
Methods inherited from class org.plasma.xml.wsdl.v11.TExtensibilityElement
isRequired, setRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TFaultRes

public TFaultRes()


Copyright © 2013. All Rights Reserved.