YOKO API

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

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

public class Array
extends NamedType

Java class for array complex type.

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

 <complexType name="array">
   <complexContent>
     <extension base="{http://schemas.apache.org/yoko/bindings/corba}namedType">
       <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.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
Array()
           
 
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.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

bound

protected long bound

elemtype

protected javax.xml.namespace.QName elemtype
Constructor Detail

Array

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

-