Class Object


  • public class Object
    extends NamedType

    Java class for object complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="object">
       <complexContent>
         <extension base="{http://cxf.apache.org/bindings/corba}namedType">
           <attribute name="binding" type="{http://www.w3.org/2001/XMLSchema}QName" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • binding

        protected QName binding
    • Constructor Detail

      • Object

        public Object()
    • Method Detail

      • getBinding

        public QName getBinding()
        Gets the value of the binding property.
        Returns:
        possible object is QName
      • setBinding

        public void setBinding​(QName value)
        Sets the value of the binding property.
        Parameters:
        value - allowed object is QName
      • isSetBinding

        public boolean isSetBinding()