public class IntOrTokenAnyAttrImpl extends XMLAttrImpl implements IntOrTokenAttr
Constructor and Description |
---|
IntOrTokenAnyAttrImpl(XMLElement ownerEl,
QName attrType,
String attrValue,
ErrorReporter errRpt) |
Modifier and Type | Method and Description |
---|---|
protected Object |
convert(XMLElement ownerEl,
String attrValue) |
Integer |
getInt() |
String |
getToken() |
boolean |
isInt() |
boolean |
isToken() |
getAttributeType, getContent, getErrorReporter, isValid, setValid, toExternalForm
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributeType, getContent, isValid, toExternalForm
public IntOrTokenAnyAttrImpl(XMLElement ownerEl, QName attrType, String attrValue, ErrorReporter errRpt) throws WSDLException
WSDLException
public boolean isInt()
isInt
in interface IntOrTokenAttr
public boolean isToken()
isToken
in interface IntOrTokenAttr
public Integer getInt()
getInt
in interface IntOrTokenAttr
public String getToken()
getToken
in interface IntOrTokenAttr
protected Object convert(XMLElement ownerEl, String attrValue) throws WSDLException
convert
in class XMLAttrImpl
WSDLException
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.