public class Port extends AbstractXmlElement
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getElementName() |
int |
getValue() |
protected void |
parseCharacters(XMLStreamReader token) |
void |
setValue(int value) |
void |
write(XMLStreamWriter out) |
doAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseAttributes, parseChildren, toXml, writeIfNotNullpublic static final String ELEMENT_NAME
protected void parseCharacters(XMLStreamReader token) throws XMLStreamException
parseCharacters in class AbstractXmlElementXMLStreamExceptionpublic void write(XMLStreamWriter out) throws XMLStreamException
write in interface XMLElementwrite in class AbstractXmlElementXMLStreamExceptionpublic int getValue()
public void setValue(int value)
protected String getElementName()
getElementName in class AbstractXmlElementCopyright © 2012. All Rights Reserved.