IT_Bus::NegativeInteger Class Reference

#include <it_bus/integer.h>

Inheritance diagram for IT_Bus::NegativeInteger:

IT_Bus::NonPositiveInteger IT_Bus::Integer IT_Bus::AnySimpleType IT_Bus::AnyType IT_Bus::ImplementationDetails List of all members.

Detailed Description

Class encapsulated within generated classes derived from xsd:negativeInteger type definitions in a WSDL or XSD file.

This class stores the value as a Decimal value.

Definition at line 735 of file integer.h.

Public Types

typedef IT_Reflect::ValueRef<
IT_Bus::NegativeInteger
IT_ReflectionType

Public Member Functions

 NegativeInteger () IT_THROW_DECL(())
 No argument constructor.
NegativeInteger &operator=(short value operator= (const NegativeInteger &rhs) IT_THROW_DECL(())) IT_THROW_DECL((IT_Bus NegativeInteger &operator=(int value) IT_THROW_DECL((IT_Bus NegativeInteger &operator=(long value) IT_THROW_DECL((IT_Bus NegativeInteger &operator=(IT_LongLong value) IT_THROW_DECL((IT_Bus NegativeInteger &operator=(const Integer &rhs) IT_THROW_DECL((IT_Bus NegativeInteger &
 Assignment operator from unsigned NegativeInteger.
virtual const QNameget_type () const
 Returns the IT_Bus::QName for the type.

Static Public Member Functions

static bool is_valid_negative_integer (const Decimal &value) IT_THROW_DECL(())
 Checks whether the test value is a valid negative integer.

Public Attributes

NegativeInteger(short value)
IT_THROW_DECL((IT_Bus NegativeInteger(int value) IT_THROW_DECL((IT_Bus NegativeInteger(long
value) IT_THROW_DECL((IT_Bus
NegativeInteger(IT_LongLong
value) IT_THROW_DECL((IT_Bus
NegativeInteger(const char
*value, bool truncate=false)
IT_THROW_DECL((IT_Bus NegativeInteger(const String &value, bool
truncate=false) IT_THROW_DECL((IT_Bus NegativeInteger(const
Decimal &value, bool truncate=false) IT_THROW_DECL((IT_Bus
NegativeInteger(const Integer
&copy) IT_THROW_DECL((IT_Bu 
NegativeInteger )(const NegativeInteger &copy) IT_THROW_DECL(())
 Copy constructor.


Member Function Documentation

virtual const QName& IT_Bus::NegativeInteger::get_type (  )  const [virtual]

Returns the IT_Bus::QName for the type.

Derived subclasses implement this method and return their QName.

Returns:
NT_SCHEMA_NINT.

Reimplemented from IT_Bus::NonPositiveInteger.

static bool IT_Bus::NegativeInteger::is_valid_negative_integer ( const Decimal value  )  [static]

Checks whether the test value is a valid negative integer.

Returns:
bool


Generated on Thu Sep 7 11:39:55 2006 for Artix by  doxygen 1.4.7