blob: 441acefa17be440233ecd508c5420054433e8b94 [file] [log] [blame]
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)
* This file contains functions to manipulate complex type intArrayType
*/
#if !defined(__INTARRAYTYPE_PARAM_H__INCLUDED_)
#define __INTARRAYTYPE_PARAM_H__INCLUDED_
#include <axis/AxisUserAPI.hpp>
#include <axis/AxisUserAPIArrays.hpp>
AXIS_CPP_NAMESPACE_USE
/*Local name and the URI for the type*/
static const char* Axis_URI_intArrayType = "http://soapinterop.org";
static const char* Axis_TypeName_intArrayType = "intArrayType";
class STORAGE_CLASS_INFO intArrayType
{
public:
xsd__int_Array * intItem;
xsd__int_Array * getintItem();
void setintItem(xsd__int_Array * pInValue);
intArrayType();
void reset();
virtual ~intArrayType();
};
#endif /* !defined(__INTARRAYTYPE_PARAM_H__INCLUDED_)*/