Class 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>
     
    • 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()