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>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
idltype |
protected String |
value |
qname| Constructor and Description |
|---|
Const() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getIdltype()
Gets the value of the idltype property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetIdltype() |
boolean |
isSetValue() |
void |
setIdltype(QName value)
Sets the value of the idltype property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedgetQName, isSetQName, setQNamepublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public QName getIdltype()
QNamepublic void setIdltype(QName value)
value - allowed object is
QNamepublic boolean isSetIdltype()
Apache CXF