YOKO API

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

java.lang.Object
  extended by org.apache.schemas.yoko.bindings.corba.CorbaType
Direct Known Subclasses:
CorbaTypeImpl

public class CorbaType
extends java.lang.Object

Anonymous IDL type. Has no repository ID. Used for intermediate types for multidimensional arrays and sequences of sequences.

Java class for corbaType complex type.

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

 <complexType name="corbaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String name
           
protected  javax.xml.namespace.QName type
           
 
Constructor Summary
CorbaType()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 javax.xml.namespace.QName getType()
          Gets the value of the type property.
 boolean isSetName()
           
 boolean isSetType()
           
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setType(javax.xml.namespace.QName value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

type

protected javax.xml.namespace.QName type
Constructor Detail

CorbaType

public CorbaType()
Method Detail

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

getType

public javax.xml.namespace.QName getType()
Gets the value of the type property.

Returns:
possible object is QName

setType

public void setType(javax.xml.namespace.QName value)
Sets the value of the type property.

Parameters:
value - allowed object is QName

isSetType

public boolean isSetType()

YOKO API

-