YOKO API

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

java.lang.Object
  extended by org.apache.schemas.yoko.bindings.corba.Unionbranch

public class Unionbranch
extends java.lang.Object

Java class for unionbranch complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="unionbranch">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="case" type="{http://schemas.apache.org/yoko/bindings/corba}caseType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="idltype" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<CaseType> _case
           
protected  java.lang.Boolean _default
           
protected  javax.xml.namespace.QName idltype
           
protected  java.lang.String name
           
 
Constructor Summary
Unionbranch()
           
 
Method Summary
 java.util.List<CaseType> getCase()
          Gets the value of the case property.
 javax.xml.namespace.QName getIdltype()
          Gets the value of the idltype property.
 java.lang.String getName()
          Gets the value of the name property.
 boolean isDefault()
          Gets the value of the default property.
 boolean isSetCase()
           
 boolean isSetDefault()
           
 boolean isSetIdltype()
           
 boolean isSetName()
           
 void setDefault(boolean value)
          Sets the value of the default property.
 void setIdltype(javax.xml.namespace.QName value)
          Sets the value of the idltype property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void unsetCase()
           
 void unsetDefault()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_case

protected java.util.List<CaseType> _case

_default

protected java.lang.Boolean _default

idltype

protected javax.xml.namespace.QName idltype

name

protected java.lang.String name
Constructor Detail

Unionbranch

public Unionbranch()
Method Detail

getCase

public java.util.List<CaseType> getCase()
Gets the value of the case 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 case property.

For example, to add a new item, do as follows:

    getCase().add(newItem);
 

Objects of the following type(s) are allowed in the list CaseType


isSetCase

public boolean isSetCase()

unsetCase

public void unsetCase()

isDefault

public boolean isDefault()
Gets the value of the default property.

Returns:
possible object is Boolean

setDefault

public void setDefault(boolean value)
Sets the value of the default property.

Parameters:
value - allowed object is Boolean

isSetDefault

public boolean isSetDefault()

unsetDefault

public void unsetDefault()

getIdltype

public javax.xml.namespace.QName getIdltype()
Gets the value of the idltype property.

Returns:
possible object is QName

setIdltype

public void setIdltype(javax.xml.namespace.QName value)
Sets the value of the idltype property.

Parameters:
value - allowed object is QName

isSetIdltype

public boolean isSetIdltype()

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

YOKO API

-