org.apache.schemas.yoko.bindings.corba
Class Exception
java.lang.Object
org.apache.schemas.yoko.bindings.corba.CorbaType
org.apache.yoko.wsdl.CorbaTypeImpl
org.apache.schemas.yoko.bindings.corba.NamedType
org.apache.schemas.yoko.bindings.corba.Exception
public class Exception
- extends NamedType
Java class for exception complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="exception">
<complexContent>
<extension base="{http://schemas.apache.org/yoko/bindings/corba}namedType">
<sequence>
<element name="member" type="{http://schemas.apache.org/yoko/bindings/corba}memberType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Fields inherited from class org.apache.schemas.yoko.bindings.corba.CorbaType |
type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
member
protected java.util.List<MemberType> member
Exception
public Exception()
getMember
public java.util.List<MemberType> getMember()
- Gets the value of the member property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the member property.
For example, to add a new item, do as follows:
getMember().add(newItem);
Objects of the following type(s) are allowed in the list
MemberType
isSetMember
public boolean isSetMember()
unsetMember
public void unsetMember()
-