public abstract class Abstractsequence extends NamedType
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>
| Modifier and Type | Field and Description |
|---|---|
protected long |
bound |
protected QName |
elemname |
protected QName |
elemtype |
protected Boolean |
wrapped |
repositoryIDqname| Constructor and Description |
|---|
Abstractsequence() |
| Modifier and Type | Method and Description |
|---|---|
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() |
getRepositoryID, isSetRepositoryID, setRepositoryIDgetName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedgetQName, isSetQName, setQNameprotected QName elemtype
protected long bound
protected QName elemname
protected Boolean wrapped
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()
public boolean isWrapped()
Booleanpublic void setWrapped(boolean value)
value - allowed object is
Booleanpublic boolean isSetWrapped()
public void unsetWrapped()
Apache CXF