Class PositiveInteger
java.lang.Object
org.apache.axis2.databinding.types.xsd.PositiveInteger
- All Implemented Interfaces:
Serializable,ADBBean
PositiveInteger bean class
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFactory class that keeps the parse method -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.axiom.om.OMElementgetOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) Auto generated getter methodgetPullParser(QName qName) databinding method to get an XML representation of this objectstatic booleanisReaderMTOMAware(XMLStreamReader reader) isReaderMTOMAwarevoidserialize(QName parentQName, XMLStreamWriter xmlWriter) voidserialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) voidAuto generated setter methodtoString()
-
Field Details
-
localPositiveInteger
field for PositiveInteger
-
-
Constructor Details
-
PositiveInteger
public PositiveInteger()
-
-
Method Details
-
getPositiveInteger
Auto generated getter method- Returns:
- org.apache.axis2.databinding.types.PositiveInteger
-
setPositiveInteger
Auto generated setter method- Parameters:
param- PositiveInteger
-
toString
-
isReaderMTOMAware
isReaderMTOMAware- Returns:
- true if the reader supports MTOM
-
getOMElement
public org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws ADBException - Specified by:
getOMElementin interfaceADBBean- Parameters:
parentQName-factory-- Returns:
- org.apache.axiom.om.OMElement
- Throws:
ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, ADBException - Specified by:
serializein interfaceADBBean- Throws:
XMLStreamExceptionADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, ADBException - Specified by:
serializein interfaceADBBean- Throws:
XMLStreamExceptionADBException
-
getPullParser
databinding method to get an XML representation of this object- Specified by:
getPullParserin interfaceADBBean- Parameters:
qName- the name of the element to be generated for this ADBBean.- Returns:
- Returns a pull parser for this ADBBean.
- Throws:
ADBException
-