YOKO API

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

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

public class Sequence
extends NamedType

Java class for sequence complex type.

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

 <complexType name="sequence">
   <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
Sequence()
           
 
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

Sequence

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

-