org.apache.schemas.yoko.bindings.corba
Class Array
java.lang.Object
org.apache.schemas.yoko.bindings.corba.CorbaType
org.apache.yoko.wsdl.CorbaTypeImpl
org.apache.schemas.yoko.bindings.corba.NamedType
org.apache.schemas.yoko.bindings.corba.Array
public class Array
- extends NamedType
Java class for array complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="array">
<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.CorbaType |
type |
Constructor Summary |
Array()
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bound
protected long bound
elemtype
protected javax.xml.namespace.QName elemtype
Array
public Array()
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()
-