public class PositiveInteger extends Object implements ADBBean
| Modifier and Type | Class and Description |
|---|---|
static class |
PositiveInteger.Factory
Factory class that keeps the parse method
|
| Modifier and Type | Field and Description |
|---|---|
protected PositiveInteger |
localPositiveInteger
field for PositiveInteger
|
| Constructor and Description |
|---|
PositiveInteger() |
| Modifier and Type | Method and Description |
|---|---|
OMElement |
getOMElement(QName parentQName,
OMFactory factory) |
PositiveInteger |
getPositiveInteger()
Auto generated getter method
|
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setPositiveInteger(PositiveInteger param)
Auto generated setter method
|
String |
toString() |
protected PositiveInteger localPositiveInteger
public PositiveInteger getPositiveInteger()
public void setPositiveInteger(PositiveInteger param)
param - PositiveIntegerpublic OMElement getOMElement(QName parentQName, OMFactory factory) throws ADBException
getOMElement in interface ADBBeanparentQName - factory - ADBExceptionpublic void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, ADBException
serialize in interface ADBBeanXMLStreamExceptionADBExceptionpublic void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, ADBException
serialize in interface ADBBeanXMLStreamExceptionADBExceptionCopyright © The Apache Software Foundation. All Rights Reserved.