Log4j 1.1

pl.psnc.expres.remote.protocol.xsd
Class ChunkInfo

java.lang.Object
  extended by pl.psnc.expres.remote.protocol.xsd.ChunkInfo
All Implemented Interfaces:
java.io.Serializable, org.apache.axis2.databinding.ADBBean

public class ChunkInfo
extends java.lang.Object
implements org.apache.axis2.databinding.ADBBean

ChunkInfo bean class

See Also:
Serialized Form

Nested Class Summary
static class ChunkInfo.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  long localChunkCount
          field for ChunkCount
protected  boolean localChunkCountTracker
           
protected  java.lang.String localChunkEndTime
          field for ChunkEndTime
protected  boolean localChunkEndTimeTracker
           
protected  long localChunkId
          field for ChunkId
protected  boolean localChunkIdTracker
           
protected  java.lang.String localChunkLocation
          field for ChunkLocation
protected  boolean localChunkLocationTracker
           
protected  long localChunkSize
          field for ChunkSize
protected  boolean localChunkSizeTracker
           
protected  java.lang.String localChunkStartTime
          field for ChunkStartTime
protected  boolean localChunkStartTimeTracker
           
protected  java.lang.String localTelescopeAbbr
          field for TelescopeAbbr
protected  boolean localTelescopeAbbrTracker
           
 
Constructor Summary
ChunkInfo()
           
 
Method Summary
 long getChunkCount()
          Auto generated getter method
 java.lang.String getChunkEndTime()
          Auto generated getter method
 long getChunkId()
          Auto generated getter method
 java.lang.String getChunkLocation()
          Auto generated getter method
 long getChunkSize()
          Auto generated getter method
 java.lang.String getChunkStartTime()
          Auto generated getter method
 org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
          databinding method to get an XML representation of this object
 java.lang.String getTelescopeAbbr()
          Auto generated getter method
static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
          isReaderMTOMAware
 void serialize(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory, org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
           
 void serialize(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory, org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter, boolean serializeType)
           
 void setChunkCount(long param)
          Auto generated setter method
 void setChunkEndTime(java.lang.String param)
          Auto generated setter method
 void setChunkId(long param)
          Auto generated setter method
 void setChunkLocation(java.lang.String param)
          Auto generated setter method
 void setChunkSize(long param)
          Auto generated setter method
 void setChunkStartTime(java.lang.String param)
          Auto generated setter method
 void setTelescopeAbbr(java.lang.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

localChunkCount

protected long localChunkCount
field for ChunkCount


localChunkCountTracker

protected boolean localChunkCountTracker

localChunkEndTime

protected java.lang.String localChunkEndTime
field for ChunkEndTime


localChunkEndTimeTracker

protected boolean localChunkEndTimeTracker

localChunkId

protected long localChunkId
field for ChunkId


localChunkIdTracker

protected boolean localChunkIdTracker

localChunkLocation

protected java.lang.String localChunkLocation
field for ChunkLocation


localChunkLocationTracker

protected boolean localChunkLocationTracker

localChunkSize

protected long localChunkSize
field for ChunkSize


localChunkSizeTracker

protected boolean localChunkSizeTracker

localChunkStartTime

protected java.lang.String localChunkStartTime
field for ChunkStartTime


localChunkStartTimeTracker

protected boolean localChunkStartTimeTracker

localTelescopeAbbr

protected java.lang.String localTelescopeAbbr
field for TelescopeAbbr


localTelescopeAbbrTracker

protected boolean localTelescopeAbbrTracker
Constructor Detail

ChunkInfo

public ChunkInfo()
Method Detail

getChunkCount

public long getChunkCount()
Auto generated getter method

Returns:
long

setChunkCount

public void setChunkCount(long param)
Auto generated setter method

Parameters:
param - ChunkCount

getChunkEndTime

public java.lang.String getChunkEndTime()
Auto generated getter method

Returns:
java.lang.String

setChunkEndTime

public void setChunkEndTime(java.lang.String param)
Auto generated setter method

Parameters:
param - ChunkEndTime

getChunkId

public long getChunkId()
Auto generated getter method

Returns:
long

setChunkId

public void setChunkId(long param)
Auto generated setter method

Parameters:
param - ChunkId

getChunkLocation

public java.lang.String getChunkLocation()
Auto generated getter method

Returns:
java.lang.String

setChunkLocation

public void setChunkLocation(java.lang.String param)
Auto generated setter method

Parameters:
param - ChunkLocation

getChunkSize

public long getChunkSize()
Auto generated getter method

Returns:
long

setChunkSize

public void setChunkSize(long param)
Auto generated setter method

Parameters:
param - ChunkSize

getChunkStartTime

public java.lang.String getChunkStartTime()
Auto generated getter method

Returns:
java.lang.String

setChunkStartTime

public void setChunkStartTime(java.lang.String param)
Auto generated setter method

Parameters:
param - ChunkStartTime

getTelescopeAbbr

public java.lang.String getTelescopeAbbr()
Auto generated getter method

Returns:
java.lang.String

setTelescopeAbbr

public void setTelescopeAbbr(java.lang.String param)
Auto generated setter method

Parameters:
param - TelescopeAbbr

isReaderMTOMAware

public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
isReaderMTOMAware

Returns:
true if the reader supports MTOM

getOMElement

public org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.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(javax.xml.namespace.QName parentQName,
                      org.apache.axiom.om.OMFactory factory,
                      org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
               throws javax.xml.stream.XMLStreamException,
                      org.apache.axis2.databinding.ADBException
Specified by:
serialize in interface org.apache.axis2.databinding.ADBBean
Throws:
javax.xml.stream.XMLStreamException
org.apache.axis2.databinding.ADBException

serialize

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

getPullParser

public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.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

Log4j 1.1

Copyright 2007-2008 by VLAB