Class Abstractsequence
java.lang.Object
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
org.apache.cxf.binding.corba.wsdl.CorbaType
org.apache.cxf.binding.corba.wsdl.NamedType
org.apache.cxf.binding.corba.wsdl.Abstractsequence
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
FieldsModifier and TypeFieldDescriptionprotected longprotected QNameprotected QNameprotected BooleanFields inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
repositoryIDFields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
qname -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetBound()Gets the value of the bound property.Gets the value of the elemname property.Gets the value of the elemtype property.booleanbooleanbooleanbooleanbooleanGets the value of the wrapped property.voidsetBound(long value) Sets the value of the bound property.voidsetElemname(QName value) Sets the value of the elemname property.voidsetElemtype(QName value) Sets the value of the elemtype property.voidsetWrapped(boolean value) Sets the value of the wrapped property.voidMethods inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
getRepositoryID, isSetRepositoryID, setRepositoryIDMethods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedMethods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
-
Field Details
-
elemtype
-
bound
protected long bound -
elemname
-
wrapped
-
-
Constructor Details
-
Abstractsequence
public Abstractsequence()
-
-
Method Details
-
getElemtype
Gets the value of the elemtype property.- Returns:
- possible object is
QName
-
setElemtype
Sets the value of the elemtype property.- Parameters:
value- allowed object isQName
-
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
Gets the value of the elemname property.- Returns:
- possible object is
QName
-
setElemname
Sets the value of the elemname property.- Parameters:
value- allowed object isQName
-
isSetElemname
public boolean isSetElemname() -
setWrapped
public void setWrapped(boolean value) Sets the value of the wrapped property. -
unsetWrapped
public void unsetWrapped() -
isSetWrapped
public boolean isSetWrapped() -
isWrapped
public boolean isWrapped()Gets the value of the wrapped property.
-