Apache CXF API

org.apache.cxf.binding.corba.wsdl
Class Const

java.lang.Object
  extended by org.apache.cxf.binding.corba.wsdl.CorbaType
      extended by org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
          extended by org.apache.cxf.binding.corba.wsdl.Const

public class Const
extends CorbaTypeImpl

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
protected  QName idltype
           
protected  String value
           
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
name
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
qualified, type
 
Constructor Summary
Const()
           
 
Method Summary
 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.
 
Methods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

idltype

protected QName idltype
Constructor Detail

Const

public Const()
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 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 API

Apache CXF