org.apache.woden.internal.xml
Class BooleanAttrImpl
java.lang.Object
org.apache.woden.internal.xml.XMLAttrImpl
org.apache.woden.internal.xml.BooleanAttrImpl
- All Implemented Interfaces:
- BooleanAttr, XMLAttr
- public class BooleanAttrImpl
- extends XMLAttrImpl
- implements BooleanAttr
This class represents XML attribute information items of type xs:boolean.
If the attribute value is not "true" or "false" the Boolean content will
be initialized to "false" by default, but the isValid() method will
return "false".
- Author:
- jkaputin@apache.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanAttrImpl
public BooleanAttrImpl()
BooleanAttrImpl
public BooleanAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
throws WSDLException
getBoolean
public java.lang.Boolean getBoolean()
- Specified by:
getBoolean
in interface BooleanAttr
convert
protected java.lang.Object convert(XMLElement ownerEl,
java.lang.String attrValue)
throws WSDLException
- Specified by:
convert
in class XMLAttrImpl
- Throws:
WSDLException
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.