org.apache.schemas.yoko.bindings.corba
Class RaisesType
java.lang.Object
org.apache.schemas.yoko.bindings.corba.RaisesType
public class RaisesType
- extends java.lang.Object
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 |
protected javax.xml.namespace.QName |
exception
|
Method Summary |
javax.xml.namespace.QName |
getException()
Gets the value of the exception property. |
boolean |
isSetException()
|
void |
setException(javax.xml.namespace.QName value)
Sets the value of the exception property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exception
protected javax.xml.namespace.QName exception
RaisesType
public RaisesType()
getException
public javax.xml.namespace.QName getException()
- Gets the value of the exception property.
- Returns:
- possible object is
QName
setException
public void setException(javax.xml.namespace.QName value)
- Sets the value of the exception property.
- Parameters:
value
- allowed object is
QName
isSetException
public boolean isSetException()
-