public class Case extends AbstractXmlElement
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl() |
String |
getxPath() |
protected void |
parseAttributes(XMLStreamReader token) |
void |
setUrl(String url) |
void |
setxPath(String xPath) |
void |
write(XMLStreamWriter out) |
doAfterParsing, getBoolean, getElementName, move2RootElementIfNeeded, parse, parseCharacters, parseChildren, toXml, writeIfNotNullpublic String getUrl()
public void setUrl(String url)
public String getxPath()
public void setxPath(String xPath)
public void write(XMLStreamWriter out) throws XMLStreamException
write in interface XMLElementwrite in class AbstractXmlElementXMLStreamExceptionprotected void parseAttributes(XMLStreamReader token) throws XMLStreamException
parseAttributes in class AbstractXmlElementXMLStreamExceptionCopyright © 2012. All Rights Reserved.