YOKO API

org.apache.schemas.yoko.bindings.corba
Class Exception

java.lang.Object
  extended by org.apache.schemas.yoko.bindings.corba.CorbaType
      extended by org.apache.yoko.wsdl.CorbaTypeImpl
          extended by org.apache.schemas.yoko.bindings.corba.NamedType
              extended by 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>
 


Field Summary
protected  java.util.List<MemberType> member
           
 
Fields inherited from class org.apache.schemas.yoko.bindings.corba.NamedType
repositoryID
 
Fields inherited from class org.apache.yoko.wsdl.CorbaTypeImpl
name
 
Fields inherited from class org.apache.schemas.yoko.bindings.corba.CorbaType
type
 
Constructor Summary
Exception()
           
 
Method Summary
 java.util.List<MemberType> getMember()
          Gets the value of the member property.
 boolean isSetMember()
           
 void unsetMember()
           
 
Methods inherited from class org.apache.schemas.yoko.bindings.corba.NamedType
getRepositoryID, isSetRepositoryID, setRepositoryID
 
Methods inherited from class org.apache.yoko.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
 
Methods inherited from class org.apache.schemas.yoko.bindings.corba.CorbaType
getName, getType, isSetName, isSetType, setName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

member

protected java.util.List<MemberType> member
Constructor Detail

Exception

public Exception()
Method Detail

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()

YOKO API

-