blob: ea4c66d580cb6b99f5c5d2c60ea93c9b975ed486 [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 definitions of the web service
*/
#include "XSD_double.hpp"
XSD_double::XSD_double()
{
}
XSD_double::~XSD_double()
{
}
/* This function is called by the AxisEngine when something went wrong
with the current web service request processing. Appropriate actions should
be taken here.*/
void XSD_double::onFault()
{
}
xsd__double XSD_double::asNonNillableElement(xsd__double Value0)
{
return Value0;
}
xsd__double * XSD_double::asNillableElement(xsd__double * Value0)
{
return Value0;
}
RequiredAttributeElement* XSD_double::asRequiredAttribute(RequiredAttributeElement* Value0)
{
return Value0;
}
OptionalAttributeElement* XSD_double::asOptionalAttribute(OptionalAttributeElement* Value0)
{
return Value0;
}
xsd__double_Array * XSD_double::asArray(xsd__double_Array * Value0)
{
return Value0;
}
SimpleComplexType* XSD_double::asComplexType(SimpleComplexType* Value0)
{
return Value0;
}