blob: 32232b807152e8af562019125e344d4883e9ab99 [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 Type
*/
#if !defined(__TYPE_PARAM_H__INCLUDED_)
#define __TYPE_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_Type = "http://simpletypearray.test.apache.org";
static const char* Axis_TypeName_Type = "Type";
class STORAGE_CLASS_INFO Type
{
public:
class xsd__int_Array * item;
xsd__int_Array * getitem();
void setitem(xsd__int_Array * pInValue);
Type();
Type(Type & original);
void reset();
virtual ~Type();
};
#endif /* !defined(__TYPE_PARAM_H__INCLUDED_)*/