EPAM B2BITS ICE Impact Handler C++  1.1.4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
IceImpact::StripInfoMessage Struct Reference

#include <B2BITS_IceImpactMessages.h>

Inheritance diagram for IceImpact::StripInfoMessage:
Inheritance graph
[legend]
Collaboration diagram for IceImpact::StripInfoMessage:
Collaboration graph
[legend]

Public Member Functions

 StripInfoMessage () throw ()
 
 StripInfoMessage (bool initFields) throw ()
 
size_t getMsgLength () const throw ()
 
std::ostream & toStream (std::ostream &os) const
 
std::string toString () const
 
const Int16 getOldStripID () const throw ()
 
void setOldStripID (Int16 val) throw ()
 
const Int16 getBeginYear () const throw ()
 
void setBeginYear (Int16 val) throw ()
 
const Int16 getBeginMonth () const throw ()
 
void setBeginMonth (Int16 val) throw ()
 
const Int16 getBeginDay () const throw ()
 
void setBeginDay (Int16 val) throw ()
 
const Int16 getEndYear () const throw ()
 
void setEndYear (Int16 val) throw ()
 
const Int16 getEndMonth () const throw ()
 
void setEndMonth (Int16 val) throw ()
 
const Int16 getEndDay () const throw ()
 
void setEndDay (Int16 val) throw ()
 
const Int32 getStripID () const throw ()
 
void setStripID (Int32 val) throw ()
 
const AsciiString getStripType () const throw ()
 
void setStripType (const AsciiString &val) throw ()
 
const AsciiString getStripName () const throw ()
 
void setStripName (const AsciiString &val) throw ()
 
- Public Member Functions inherited from IceImpact::MessageHeader
MessageType::Enum getMessageType () const
 
void setMessageType (MessageType::Enum value)
 
i16 getMessageBodyLength () const
 
void setMessageBodyLength (i16 value)
 

Public Attributes

Int16 oldStripID
 
StripType stripType
 
Int16 beginYear
 
Int16 beginMonth
 
Int16 beginDay
 
Int16 endYear
 
Int16 endMonth
 
Int16 endDay
 
StripInfoStripName stripName
 
Int32 stripID
 
- Public Attributes inherited from IceImpact::MessageHeader
MessageType messageType
 
i16 messageBodyLength
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_StripInfoMessage
 

Constructor & Destructor Documentation

IceImpact::StripInfoMessage::StripInfoMessage ( )
throw (
)
inline
IceImpact::StripInfoMessage::StripInfoMessage ( bool  initFields)
throw (
)
inlineexplicit

Member Function Documentation

const Int16 IceImpact::StripInfoMessage::getBeginDay ( ) const
throw (
)
inline
const Int16 IceImpact::StripInfoMessage::getBeginMonth ( ) const
throw (
)
inline
const Int16 IceImpact::StripInfoMessage::getBeginYear ( ) const
throw (
)
inline
const Int16 IceImpact::StripInfoMessage::getEndDay ( ) const
throw (
)
inline
const Int16 IceImpact::StripInfoMessage::getEndMonth ( ) const
throw (
)
inline
const Int16 IceImpact::StripInfoMessage::getEndYear ( ) const
throw (
)
inline
size_t IceImpact::StripInfoMessage::getMsgLength ( ) const
throw (
)
inline
const Int16 IceImpact::StripInfoMessage::getOldStripID ( ) const
throw (
)
inline
const Int32 IceImpact::StripInfoMessage::getStripID ( ) const
throw (
)
inline
const AsciiString IceImpact::StripInfoMessage::getStripName ( ) const
throw (
)
inline
const AsciiString IceImpact::StripInfoMessage::getStripType ( ) const
throw (
)
inline
void IceImpact::StripInfoMessage::setBeginDay ( Int16  val)
throw (
)
inline
void IceImpact::StripInfoMessage::setBeginMonth ( Int16  val)
throw (
)
inline
void IceImpact::StripInfoMessage::setBeginYear ( Int16  val)
throw (
)
inline
void IceImpact::StripInfoMessage::setEndDay ( Int16  val)
throw (
)
inline
void IceImpact::StripInfoMessage::setEndMonth ( Int16  val)
throw (
)
inline
void IceImpact::StripInfoMessage::setEndYear ( Int16  val)
throw (
)
inline
void IceImpact::StripInfoMessage::setOldStripID ( Int16  val)
throw (
)
inline
void IceImpact::StripInfoMessage::setStripID ( Int32  val)
throw (
)
inline
void IceImpact::StripInfoMessage::setStripName ( const AsciiString val)
throw (
)
inline
void IceImpact::StripInfoMessage::setStripType ( const AsciiString val)
throw (
)
inline
std::ostream& IceImpact::StripInfoMessage::toStream ( std::ostream &  os) const
inline
std::string IceImpact::StripInfoMessage::toString ( ) const
inline

Member Data Documentation

Int16 IceImpact::StripInfoMessage::beginDay
Int16 IceImpact::StripInfoMessage::beginMonth
Int16 IceImpact::StripInfoMessage::beginYear
Int16 IceImpact::StripInfoMessage::endDay
Int16 IceImpact::StripInfoMessage::endMonth
Int16 IceImpact::StripInfoMessage::endYear
Int16 IceImpact::StripInfoMessage::oldStripID
Int32 IceImpact::StripInfoMessage::stripID
StripInfoStripName IceImpact::StripInfoMessage::stripName
StripType IceImpact::StripInfoMessage::stripType
const MessageType::Enum IceImpact::StripInfoMessage::TYPE = MessageType::MessageType_StripInfoMessage
static