YOKO API

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

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.Anonarray

public class Anonarray
extends CorbaTypeImpl

Anonymous array type.

Java class for anonarray complex type.

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

 <complexType name="anonarray">
   <complexContent>
     <extension base="{http://schemas.apache.org/yoko/bindings/corba}corbaType">
       <attribute name="bound" use="required" type="{http://schemas.apache.org/yoko/bindings/corba}ulong" />
       <attribute name="elemtype" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  long bound
           
protected  javax.xml.namespace.QName elemtype
           
 
Fields inherited from class org.apache.yoko.wsdl.CorbaTypeImpl
name
 
Fields inherited from class org.apache.schemas.yoko.bindings.corba.CorbaType
type
 
Constructor Summary
Anonarray()
           
 
Method Summary
 long getBound()
          Gets the value of the bound property.
 javax.xml.namespace.QName getElemtype()
          Gets the value of the elemtype property.
 boolean isSetBound()
           
 boolean isSetElemtype()
           
 void setBound(long value)
          Sets the value of the bound property.
 void setElemtype(javax.xml.namespace.QName value)
          Sets the value of the elemtype property.
 
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

bound

protected long bound

elemtype

protected javax.xml.namespace.QName elemtype
Constructor Detail

Anonarray

public Anonarray()
Method Detail

getBound

public long getBound()
Gets the value of the bound property.


setBound

public void setBound(long value)
Sets the value of the bound property.


isSetBound

public boolean isSetBound()

getElemtype

public javax.xml.namespace.QName getElemtype()
Gets the value of the elemtype property.

Returns:
possible object is QName

setElemtype

public void setElemtype(javax.xml.namespace.QName value)
Sets the value of the elemtype property.

Parameters:
value - allowed object is QName

isSetElemtype

public boolean isSetElemtype()

YOKO API

-