Class _short
java.lang.Object
org.apache.axis2.databinding.types.soapencoding._short
- All Implemented Interfaces:
Serializable,ADBBean
_short 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 TypeMethodDescriptionshortAuto generated getter methodorg.apache.axiom.om.OMElementgetOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) getPullParser(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) voidset_short(short param) Auto generated setter methodtoString()
-
Field Details
-
local_short
protected short local_shortfield for _short
-
-
Constructor Details
-
_short
public _short()
-
-
Method Details
-
get_short
public short get_short()Auto generated getter method- Returns:
- short
-
set_short
public void set_short(short param) Auto generated setter method- Parameters:
param- _short
-
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
-