Apache CXF API

org.apache.cxf.binding.corba.wsdl
Class Abstractsequence

java.lang.Object
  extended by org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
      extended by org.apache.cxf.binding.corba.wsdl.CorbaType
          extended by org.apache.cxf.binding.corba.wsdl.NamedType
              extended by org.apache.cxf.binding.corba.wsdl.Abstractsequence
Direct Known Subclasses:
Array, Sequence

public abstract class Abstractsequence
extends NamedType

abstract sequence of elements

Java class for abstractsequence complex type.

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

 <complexType name="abstractsequence">
   <complexContent>
     <extension base="{http://cxf.apache.org/bindings/corba}namedType">
       <attribute name="elemtype" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="bound" use="required" type="{http://cxf.apache.org/bindings/corba}ulong" />
       <attribute name="elemname" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="wrapped" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  long bound
           
protected  QName elemname
           
protected  QName elemtype
           
protected  Boolean wrapped
           
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
repositoryID
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
name, qualified, type
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
qname
 
Constructor Summary
Abstractsequence()
           
 
Method Summary
 long getBound()
          Gets the value of the bound property.
 QName getElemname()
          Gets the value of the elemname property.
 QName getElemtype()
          Gets the value of the elemtype property.
 boolean isSetBound()
           
 boolean isSetElemname()
           
 boolean isSetElemtype()
           
 boolean isSetWrapped()
           
 boolean isWrapped()
          Gets the value of the wrapped property.
 void setBound(long value)
          Sets the value of the bound property.
 void setElemname(QName value)
          Sets the value of the elemname property.
 void setElemtype(QName value)
          Sets the value of the elemtype property.
 void setWrapped(boolean value)
          Sets the value of the wrapped property.
 void unsetWrapped()
           
 
Methods inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
getRepositoryID, isSetRepositoryID, setRepositoryID
 
Methods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualified
 
Methods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elemtype

protected QName elemtype

bound

protected long bound

elemname

protected QName elemname

wrapped

protected Boolean wrapped
Constructor Detail

Abstractsequence

public Abstractsequence()
Method Detail

getElemtype

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

Returns:
possible object is QName

setElemtype

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

Parameters:
value - allowed object is QName

isSetElemtype

public boolean isSetElemtype()

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

getElemname

public QName getElemname()
Gets the value of the elemname property.

Returns:
possible object is QName

setElemname

public void setElemname(QName value)
Sets the value of the elemname property.

Parameters:
value - allowed object is QName

isSetElemname

public boolean isSetElemname()

isWrapped

public boolean isWrapped()
Gets the value of the wrapped property.

Returns:
possible object is Boolean

setWrapped

public void setWrapped(boolean value)
Sets the value of the wrapped property.

Parameters:
value - allowed object is Boolean

isSetWrapped

public boolean isSetWrapped()

unsetWrapped

public void unsetWrapped()

Apache CXF API

Apache CXF