Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages | Examples

IAttribute.hpp

00001 /* 00002 * Copyright 2003-2004 The Apache Software Foundation. 00003 // (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved 00004 * 00005 * Licensed under the Apache License, Version 2.0 (the "License"); 00006 * you may not use this file except in compliance with the License. 00007 * You may obtain a copy of the License at 00008 * 00009 * http://www.apache.org/licenses/LICENSE-2.0 00010 * 00011 * Unless required by applicable law or agreed to in writing, software 00012 * distributed under the License is distributed on an "AS IS" BASIS, 00013 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00014 * See the License for the specific language governing permissions and 00015 * limitations under the License. 00016 */ 00017 00024 #if !defined(_IATTRIBUTE_H____OF_AXIS_INCLUDED_) 00025 #define _IATTRIBUTE_H____OF_AXIS_INCLUDED_ 00026 00027 #include <axis/GDefine.hpp> 00028 00029 AXIS_CPP_NAMESPACE_START 00030 00039 class IAttribute 00040 { 00041 public: 00042 00043 virtual ~IAttribute() {}; 00044 virtual const AxisChar* getValue() = 0; 00049 virtual const AxisChar* getURI() = 0; 00054 virtual const AxisChar* getPrefix() = 0; 00059 virtual const AxisChar* getLocalName() = 0; 00060 00066 virtual int setValue(const AxisChar* value) = 0; 00067 00073 virtual int setURI(const AxisChar* uri) = 0; 00079 virtual int setPrefix(const AxisChar* prefix) = 0; 00085 virtual int setLocalName(const AxisChar* localname) = 0; 00090 }; 00091 00092 AXIS_CPP_NAMESPACE_END 00093 00094 #endif

Generated on Sat Apr 9 15:11:57 2005 for AxisC++ by doxygen 1.3.8