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, unsetQualified
getQName, isSetQName, setQName
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValue()
public QName getIdltype()
QName
public void setIdltype(QName value)
value
- allowed object is
QName
public boolean isSetIdltype()
Apache CXF