org.apache.cxf.binding.corba.wsdl
Class Const
java.lang.Object
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
org.apache.cxf.binding.corba.wsdl.CorbaType
org.apache.cxf.binding.corba.wsdl.Const
public class Const
- extends CorbaType
Java class for const complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="const">
<complexContent>
<extension base="{http://cxf.apache.org/bindings/corba}corbaType">
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="idltype" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</complexContent>
</complexType>
Constructor Summary |
Const()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected String value
idltype
protected QName idltype
Const
public Const()
getValue
public String getValue()
- Gets the value of the value property.
- Returns:
- possible object is
String
setValue
public void setValue(String value)
- Sets the value of the value property.
- Parameters:
value
- allowed object is
String
isSetValue
public boolean isSetValue()
getIdltype
public QName getIdltype()
- Gets the value of the idltype property.
- Returns:
- possible object is
QName
setIdltype
public void setIdltype(QName value)
- Sets the value of the idltype property.
- Parameters:
value
- allowed object is
QName
isSetIdltype
public boolean isSetIdltype()
Apache CXF