git » swiftpm » main » tree

[main] / Sources / c_snikket / iinclude / snikket / queries / Push2Disable.h

// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_queries_Push2Disable
#define INCLUDED_snikket_queries_Push2Disable

#ifndef HXCPP_H
#include <hxcpp.h>
#endif

#ifndef INCLUDED_snikket_queries_GenericQuery
#include <snikket/queries/GenericQuery.h>
#endif
HX_DECLARE_CLASS1(snikket,Stanza)
HX_DECLARE_CLASS2(snikket,_Stanza,NodeInterface)
HX_DECLARE_CLASS2(snikket,queries,GenericQuery)
HX_DECLARE_CLASS2(snikket,queries,Push2Disable)

namespace snikket{
namespace queries{


class HXCPP_CLASS_ATTRIBUTES Push2Disable_obj : public  ::snikket::queries::GenericQuery_obj
{
	public:
		typedef  ::snikket::queries::GenericQuery_obj super;
		typedef Push2Disable_obj OBJ_;
		Push2Disable_obj();

	public:
		enum { _hx_ClassId = 0x582a6599 };

		void __construct(::String to);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.queries.Push2Disable")
			{ return ::hx::Object::operator new(inSize,inContainer,inName); }
		inline void *operator new(size_t inSize, int extra)
			{ return ::hx::Object::operator new(inSize+extra,true,"snikket.queries.Push2Disable"); }
		static ::hx::ObjectPtr< Push2Disable_obj > __new(::String to);
		static ::hx::ObjectPtr< Push2Disable_obj > __alloc(::hx::Ctx *_hx_ctx,::String to);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~Push2Disable_obj();

		HX_DO_RTTI_ALL;
		::hx::Val __Field(const ::String &inString, ::hx::PropertyAccess inCallProp);
		::hx::Val __SetField(const ::String &inString,const ::hx::Val &inValue, ::hx::PropertyAccess inCallProp);
		void __GetFields(Array< ::String> &outFields);
		static void __register();
		void __Mark(HX_MARK_PARAMS);
		void __Visit(HX_VISIT_PARAMS);
		bool _hx_isInstanceOf(int inClassId);
		::String __ToString() const { return HX_("Push2Disable",d0,a3,83,2f); }

		::String xmlns;
		::String queryId;
		 ::snikket::Stanza responseStanza;
		void handleResponse( ::snikket::Stanza stanza);

};

} // end namespace snikket
} // end namespace queries

#endif /* INCLUDED_snikket_queries_Push2Disable */