ch.interlis.iox
Interface StartBasketEvent

All Superinterfaces:
IoxEvent

public interface StartBasketEvent
extends IoxEvent

start of a basket. What a basket is, depends on the transfer file format. In any format objects are surrounded by a StartBasketEvent/EndBasketEvent.

Version:
$Revision: 1.0 $ $Date: 26.06.2006 $
Author:
ce

Method Summary
 java.lang.String getBid()
          gets the identifier of this basket.
 int getConsistency()
          gets the consistency of this basket.
 java.lang.String getEndstate()
          gets the end state of this basket.
 int getKind()
          gets the transfer mode of this basket.
 java.lang.String getStartstate()
          gets the start state of this basket.
 java.lang.String[] getTopicv()
          gets the sub-types of this basket's type, if it contains polymorphic content.
 java.lang.String getType()
          gets the type of this basket.
 

Method Detail

getBid

java.lang.String getBid()
gets the identifier of this basket.


getConsistency

int getConsistency()
gets the consistency of this basket.

See Also:
IomConstants

getEndstate

java.lang.String getEndstate()
gets the end state of this basket. Only if kind==IOM_INITIAL or kind==IOM_UPDATE.


getKind

int getKind()
gets the transfer mode of this basket. IOM_FULL if not an incremental transfer.

See Also:
IomConstants

getStartstate

java.lang.String getStartstate()
gets the start state of this basket. Only if kind==IOM_UPDATE.


getTopicv

java.lang.String[] getTopicv()
gets the sub-types of this basket's type, if it contains polymorphic content.


getType

java.lang.String getType()
gets the type of this basket.