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, toExternalFormclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeType, getContent, isValid, toExternalFormpublic IntOrTokenAnyAttrImpl(XMLElement ownerEl, QName attrType, String attrValue, ErrorReporter errRpt) throws WSDLException
WSDLExceptionpublic boolean isInt()
isInt in interface IntOrTokenAttrpublic boolean isToken()
isToken in interface IntOrTokenAttrpublic Integer getInt()
getInt in interface IntOrTokenAttrpublic String getToken()
getToken in interface IntOrTokenAttrprotected Object convert(XMLElement ownerEl, String attrValue) throws WSDLException
convert in class XMLAttrImplWSDLExceptionCopyright © 2005–2019 Apache Software Foundation. All rights reserved.