Class WsdlOpReturnType

    • Field Detail

      • _xmlType

        protected QName _xmlType
      • _isArray

        protected boolean _isArray
      • _itemXmlType

        protected QName _itemXmlType
      • _itemComplexType

        protected ComplexType _itemComplexType
    • Constructor Detail

      • WsdlOpReturnType

        protected WsdlOpReturnType()
        Constructor.
    • Method Detail

      • getXmlType

        public QName getXmlType()
        Get the Xml type.
        Returns:
        QName for the XML type.
      • getItemXmlType

        public QName getItemXmlType()
        If the return type is an array, get the xml type of the items in the array.
        Returns:
        QName for the item XML type, null if not an array.
      • isArray

        public boolean isArray()
        Is this an array type?
        Returns:
        true if this is an array type.
      • getItemComplexType

        public ComplexType getItemComplexType()