Class RaisesType
- java.lang.Object
-
- org.apache.cxf.binding.corba.wsdl.RaisesType
-
public class RaisesType extends Object
CORBA Raises DeclarationJava 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>
-
-
Constructor Summary
Constructors Constructor Description RaisesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetException()Gets the value of the exception property.booleanisSetException()voidsetException(QName value)Sets the value of the exception property.
-
-
-
Field Detail
-
exception
protected QName exception
-
-
Method Detail
-
getException
public QName getException()
Gets the value of the exception property.- Returns:
- possible object is
QName
-
setException
public void setException(QName value)
Sets the value of the exception property.- Parameters:
value- allowed object isQName
-
isSetException
public boolean isSetException()
-
-