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
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>
-
Field Summary
FieldsFields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
qname -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idltype property.getValue()Gets the value of the value property.booleanbooleanvoidsetIdltype(QName value) Sets the value of the idltype property.voidSets 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, unsetQualifiedMethods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
-
Field Details
-
value
-
idltype
-
-
Constructor Details
-
Const
public Const()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
isSetValue
public boolean isSetValue() -
getIdltype
Gets the value of the idltype property.- Returns:
- possible object is
QName
-
setIdltype
Sets the value of the idltype property.- Parameters:
value- allowed object isQName
-
isSetIdltype
public boolean isSetIdltype()
-