de.uni_leipzig.wifa.iwi.mr3.common
Class Segment

Package class diagram package Segment
java.lang.Object
  extended by de.uni_leipzig.wifa.iwi.mr3.common.Segment
All Implemented Interfaces:
Serializable, org.apache.axis2.databinding.ADBBean

public class Segment
extends Object
implements org.apache.axis2.databinding.ADBBean

Segment bean class

See Also:
Serialized Form

Nested Class Summary
static class Segment.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  String localName
          field for Name This was an Attribute!
protected  String localType
          field for Type This was an Attribute!
protected  String localValue
          field for Value This was an Attribute!
 
Constructor Summary
Segment()
           
 
Method Summary
 String getName()
          Auto generated getter method
 org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 XMLStreamReader getPullParser(QName qName)
          databinding method to get an XML representation of this object
 String getType()
          Auto generated getter method
 String getValue()
          Auto generated getter method
static boolean isReaderMTOMAware(XMLStreamReader reader)
          isReaderMTOMAware
 void serialize(QName parentQName, org.apache.axiom.om.OMFactory factory, org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
           
 void serialize(QName parentQName, org.apache.axiom.om.OMFactory factory, org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter, boolean serializeType)
           
 void setName(String param)
          Auto generated setter method
 void setType(String param)
          Auto generated setter method
 void setValue(String param)
          Auto generated setter method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localName

protected String localName
field for Name This was an Attribute!


localType

protected String localType
field for Type This was an Attribute!


localValue

protected String localValue
field for Value This was an Attribute!

Constructor Detail

Segment

public Segment()
Method Detail

getName

public String getName()
Auto generated getter method

Returns:
java.lang.String

setName

public void setName(String param)
Auto generated setter method

Parameters:
param - Name

getType

public String getType()
Auto generated getter method

Returns:
java.lang.String

setType

public void setType(String param)
Auto generated setter method

Parameters:
param - Type

getValue

public String getValue()
Auto generated getter method

Returns:
java.lang.String

setValue

public void setValue(String param)
Auto generated setter method

Parameters:
param - Value

isReaderMTOMAware

public static boolean isReaderMTOMAware(XMLStreamReader reader)
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 org.apache.axis2.databinding.ADBException
Parameters:
parentQName -
factory -
Returns:
org.apache.axiom.om.OMElement
Throws:
org.apache.axis2.databinding.ADBException

serialize

public void serialize(QName parentQName,
                      org.apache.axiom.om.OMFactory factory,
                      org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
               throws XMLStreamException,
                      org.apache.axis2.databinding.ADBException
Specified by:
serialize in interface org.apache.axis2.databinding.ADBBean
Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException

serialize

public void serialize(QName parentQName,
                      org.apache.axiom.om.OMFactory factory,
                      org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter,
                      boolean serializeType)
               throws XMLStreamException,
                      org.apache.axis2.databinding.ADBException
Specified by:
serialize in interface org.apache.axis2.databinding.ADBBean
Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException

getPullParser

public XMLStreamReader getPullParser(QName qName)
                              throws org.apache.axis2.databinding.ADBException
databinding method to get an XML representation of this object

Specified by:
getPullParser in interface org.apache.axis2.databinding.ADBBean
Throws:
org.apache.axis2.databinding.ADBException


Copyright © 2010 Uni-Leipzig. All Rights Reserved.