Class RaisesType
java.lang.Object
org.apache.cxf.binding.corba.wsdl.RaisesType
CORBA Raises Declaration
Java class for raisesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="raisesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="exception" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the exception property.booleanvoidsetException(QName value) Sets the value of the exception property.
-
Field Details
-
exception
-
-
Constructor Details
-
RaisesType
public RaisesType()
-
-
Method Details