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
Constructors Constructor Description Const()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetIdltype()Gets the value of the idltype property.StringgetValue()Gets the value of the value property.booleanisSetIdltype()booleanisSetValue()voidsetIdltype(QName value)Sets the value of the idltype property.voidsetValue(String value)Sets the value of the value property.-
Methods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualified
-
Methods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
-
-
-
-
Method Detail
-
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 isString
-
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 isQName
-
isSetIdltype
public boolean isSetIdltype()
-
-