blob: bce7ef3ad2ec7d698dfb7e419bcda5ce4405a2ce [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 "XSDAttribute.hpp"
XSDAttribute::XSDAttribute()
{
}
XSDAttribute::~XSDAttribute()
{
}
/* 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 XSDAttribute::onFault()
{
}
BooleanType* XSDAttribute::getDataBoolean(BooleanType* Value0)
{
return Value0;
}
ByteType* XSDAttribute::getDataByte(ByteType* Value0)
{
return Value0;
}
UnsignedByteType* XSDAttribute::getDataUnsignedByte(UnsignedByteType* Value0)
{
return Value0;
}
ShortType* XSDAttribute::getDataShort(ShortType* Value0)
{
return Value0;
}
UnsignedShortType* XSDAttribute::getDataUnsignedShort(UnsignedShortType* Value0)
{
return Value0;
}
IntType* XSDAttribute::getDataInt(IntType* Value0)
{
return Value0;
}
UnsignedIntType* XSDAttribute::getDataUnsignedInt(UnsignedIntType* Value0)
{
return Value0;
}
LongType* XSDAttribute::getDataLong(LongType* Value0)
{
return Value0;
}
UnsignedLongType* XSDAttribute::getDataUnsignedLong(UnsignedLongType* Value0)
{
return Value0;
}
FloatType* XSDAttribute::getDataFloat(FloatType* Value0)
{
return Value0;
}
DoubleType* XSDAttribute::getDataDouble(DoubleType* Value0)
{
return Value0;
}
StringType* XSDAttribute::getDataString(StringType* Value0)
{
return Value0;
}
DateType* XSDAttribute::getDataDate(DateType* Value0)
{
return Value0;
}
DateTimeType* XSDAttribute::getDataDateTime(DateTimeType* Value0)
{
return Value0;
}
TimeType* XSDAttribute::getDataTime(TimeType* Value0)
{
return Value0;
}
Base64BinaryType* XSDAttribute::getDataBase64Binary(Base64BinaryType* Value0)
{
return Value0;
}
HexBinaryType* XSDAttribute::getDataHexBinary(HexBinaryType* Value0)
{
return Value0;
}
IntegerType* XSDAttribute::getDataInteger(IntegerType* Value0)
{
return Value0;
}
DecimalType* XSDAttribute::getDataDecimal(DecimalType* Value0)
{
return Value0;
}
QNameType* XSDAttribute::getDataQName(QNameType* Value0)
{
return Value0;
}
AnyURIType* XSDAttribute::getDataAnyURI(AnyURIType* Value0)
{
return Value0;
}