|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.binding.corba.wsdl.CorbaType
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
org.apache.cxf.binding.corba.wsdl.NamedType
org.apache.cxf.binding.corba.wsdl.Sequence
public class Sequence
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://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" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected long |
bound
|
protected QName |
elemname
|
protected QName |
elemtype
|
| Fields inherited from class org.apache.cxf.binding.corba.wsdl.NamedType |
|---|
repositoryID |
| Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl |
|---|
name |
| Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType |
|---|
qualified, type |
| Constructor Summary | |
|---|---|
Sequence()
|
|
| 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()
|
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. |
| Methods inherited from class org.apache.cxf.binding.corba.wsdl.NamedType |
|---|
getRepositoryID, isSetRepositoryID, setRepositoryID |
| Methods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl |
|---|
getQName, isSetQName, setQName |
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QName elemtype
protected long bound
protected QName elemname
| Constructor Detail |
|---|
public Sequence()
| Method Detail |
|---|
public QName getElemtype()
QNamepublic void setElemtype(QName value)
value - allowed object is
QNamepublic boolean isSetElemtype()
public long getBound()
public void setBound(long value)
public boolean isSetBound()
public QName getElemname()
QNamepublic void setElemname(QName value)
value - allowed object is
QNamepublic boolean isSetElemname()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||