Aspose::BarCode::ComplexBarcode::Address Class Referencefinal

Address of creditor or debtor. More...

Inherits System::IEquatable< System::SharedPtr< Aspose::BarCode::ComplexBarcode::Address > >.

Public Member Functions

AddressType get_Type () const
 Gets the address type. More...
 
System::String get_Name () const
 Gets the name, either the first and last name of a natural person or the company name of a legal person. More...
 
void set_Name (System::String value)
 Sets the name, either the first and last name of a natural person or the company name of a legal person. More...
 
System::String get_AddressLine1 ()
 Gets the address line 1. More...
 
void set_AddressLine1 (System::String value)
 Sets the address line 1. More...
 
System::String get_AddressLine2 ()
 Gets the address line 2. More...
 
void set_AddressLine2 (System::String value)
 Sets the address line 2. More...
 
System::String get_Street ()
 Gets the street. More...
 
void set_Street (System::String value)
 Sets the street. More...
 
System::String get_HouseNo ()
 Gets the house number. More...
 
void set_HouseNo (System::String value)
 Sets the house number. More...
 
System::String get_PostalCode ()
 Gets the postal code. More...
 
void set_PostalCode (System::String value)
 Sets the postal code. More...
 
System::String get_Town ()
 Gets the town or city. More...
 
void set_Town (System::String value)
 Sets the town or city. More...
 
System::String get_CountryCode () const
 Gets the two-letter ISO country code. More...
 
void set_CountryCode (System::String value)
 Sets the two-letter ISO country code. More...
 
 Address ()
 Creates instance of Address More...
 
void Clear ()
 Clears all fields and sets the type to AddressType::Undetermined. More...
 
bool Equals (System::SharedPtr< System::Object > obj) override
 Determines whether the specified object is equal to the current object. More...
 
bool Equals (System::SharedPtr< Address > other) override
 Determines whether the specified address is equal to the current address. More...
 
int32_t GetHashCode () const override
 Gets the hash code for this instance. More...
 
- Public Member Functions inherited from System::Object
ASPOSECPP_SHARED_API Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ASPOSECPP_SHARED_API ~Object ()
 Destroys object. Frees all internal data structures. More...
 
ASPOSECPP_SHARED_API Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared reference counter. More...
 
ASPOSECPP_SHARED_API void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
ASPOSECPP_SHARED_API void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual ASPOSECPP_SHARED_API bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual ASPOSECPP_SHARED_API String ToString () const
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
virtual ASPOSECPP_SHARED_API ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual ASPOSECPP_SHARED_API const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual ASPOSECPP_SHARED_API bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual ASPOSECPP_SHARED_API void SetTemplateWeakPtr (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
virtual ASPOSECPP_SHARED_API bool FastCast (const Details::FastRttiBase &helper, void **out_ptr) const
 For internal purposes only. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 
template<>
bool Equals (double const &objA, double const &objB)
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 

Detailed Description

Address of creditor or debtor.

You can either set street, house number, postal code and town (type structured address) or address line 1 and 2 (type combined address elements). The type is automatically set once any of these fields is set. Before setting the fields, the address type is undetermined. If fields of both types are set, the address type becomes conflicting. Name and country code must always be set unless all fields are empty.

Constructor & Destructor Documentation

◆ Address()

Aspose::BarCode::ComplexBarcode::Address::Address ( )

Creates instance of Address

Member Function Documentation

◆ Clear()

void Aspose::BarCode::ComplexBarcode::Address::Clear ( )

Clears all fields and sets the type to AddressType::Undetermined.

◆ Equals() [1/2]

bool Aspose::BarCode::ComplexBarcode::Address::Equals ( System::SharedPtr< System::Object obj)
override

Determines whether the specified object is equal to the current object.

Parameters
objThe object to compare with the current object.
Returns
true if the specified object is equal to the current object; otherwise, false.

◆ Equals() [2/2]

bool Aspose::BarCode::ComplexBarcode::Address::Equals ( System::SharedPtr< Address other)
overridevirtual

Determines whether the specified address is equal to the current address.

Parameters
otherThe address to compare with the current address.
Returns
true if the specified object is equal to the current object; otherwise, false.

Implements System::IEquatable< System::SharedPtr< Aspose::BarCode::ComplexBarcode::Address > >.

◆ get_AddressLine1()

System::String Aspose::BarCode::ComplexBarcode::Address::get_AddressLine1 ( )

Gets the address line 1.

Address line 1 contains street name, house number or P.O. box.

Setting this field sets the address type to AddressType::CombinedElements unless it's already AddressType::Structured, in which case it becomes AddressType::Conflicting.

This field is only used for combined elements addresses and is optional.

The address line 1.

◆ get_AddressLine2()

System::String Aspose::BarCode::ComplexBarcode::Address::get_AddressLine2 ( )

Gets the address line 2.

Address line 2 contains postal code and town.

Setting this field sets the address type to AddressType::CombinedElements unless it's already AddressType::Structured, in which case it becomes AddressType::Conflicting.

This field is only used for combined elements addresses. For this type, it's mandatory.

The address line 2.

◆ get_CountryCode()

System::String Aspose::BarCode::ComplexBarcode::Address::get_CountryCode ( ) const

Gets the two-letter ISO country code.

The country code is mandatory unless the entire address contains null or emtpy values.

The ISO country code.

◆ get_HouseNo()

System::String Aspose::BarCode::ComplexBarcode::Address::get_HouseNo ( )

Gets the house number.

Setting this field sets the address type to AddressType::Structured unless it's already AddressType::CombinedElements, in which case it becomes AddressType::Conflicting.

This field is only used for structured addresses and is optional.

The house number.

◆ get_Name()

System::String Aspose::BarCode::ComplexBarcode::Address::get_Name ( ) const

Gets the name, either the first and last name of a natural person or the company name of a legal person.

The name.

◆ get_PostalCode()

System::String Aspose::BarCode::ComplexBarcode::Address::get_PostalCode ( )

Gets the postal code.

Setting this field sets the address type to AddressType::Structured unless it's already AddressType::CombinedElements, in which case it becomes AddressType::Conflicting.

This field is only used for structured addresses. For this type, it's mandatory.

The postal code.

◆ get_Street()

System::String Aspose::BarCode::ComplexBarcode::Address::get_Street ( )

Gets the street.

The street must be speicfied without house number.

Setting this field sets the address type to AddressType::Structured unless it's already AddressType::CombinedElements, in which case it becomes AddressType::Conflicting.

This field is only used for structured addresses and is optional.

The street.

◆ get_Town()

System::String Aspose::BarCode::ComplexBarcode::Address::get_Town ( )

Gets the town or city.

Setting this field sets the address type to AddressType::Structured unless it's already AddressType::CombinedElements, in which case it becomes AddressType::Conflicting.

This field is only used for structured addresses. For this type, it's mandatory.

The town or city.

◆ get_Type()

AddressType Aspose::BarCode::ComplexBarcode::Address::get_Type ( ) const

Gets the address type.

The address type is automatically set by either setting street / house number or address line 1 and 2. Before setting the fields, the address type is Undetermined. If fields of both types are set, the address type becomes Conflicting.

The address type.

◆ GetHashCode()

int32_t Aspose::BarCode::ComplexBarcode::Address::GetHashCode ( ) const
overridevirtual

Gets the hash code for this instance.

Returns
A hash code for the current object.

Reimplemented from System::Object.

◆ set_AddressLine1()

void Aspose::BarCode::ComplexBarcode::Address::set_AddressLine1 ( System::String  value)

Sets the address line 1.

Address line 1 contains street name, house number or P.O. box.

Setting this field sets the address type to AddressType::CombinedElements unless it's already AddressType::Structured, in which case it becomes AddressType::Conflicting.

This field is only used for combined elements addresses and is optional.

The address line 1.

◆ set_AddressLine2()

void Aspose::BarCode::ComplexBarcode::Address::set_AddressLine2 ( System::String  value)

Sets the address line 2.

Address line 2 contains postal code and town.

Setting this field sets the address type to AddressType::CombinedElements unless it's already AddressType::Structured, in which case it becomes AddressType::Conflicting.

This field is only used for combined elements addresses. For this type, it's mandatory.

The address line 2.

◆ set_CountryCode()

void Aspose::BarCode::ComplexBarcode::Address::set_CountryCode ( System::String  value)

Sets the two-letter ISO country code.

The country code is mandatory unless the entire address contains null or emtpy values.

The ISO country code.

◆ set_HouseNo()

void Aspose::BarCode::ComplexBarcode::Address::set_HouseNo ( System::String  value)

Sets the house number.

Setting this field sets the address type to AddressType::Structured unless it's already AddressType::CombinedElements, in which case it becomes AddressType::Conflicting.

This field is only used for structured addresses and is optional.

The house number.

◆ set_Name()

void Aspose::BarCode::ComplexBarcode::Address::set_Name ( System::String  value)

Sets the name, either the first and last name of a natural person or the company name of a legal person.

The name.

◆ set_PostalCode()

void Aspose::BarCode::ComplexBarcode::Address::set_PostalCode ( System::String  value)

Sets the postal code.

Setting this field sets the address type to AddressType::Structured unless it's already AddressType::CombinedElements, in which case it becomes AddressType::Conflicting.

This field is only used for structured addresses. For this type, it's mandatory.

The postal code.

◆ set_Street()

void Aspose::BarCode::ComplexBarcode::Address::set_Street ( System::String  value)

Sets the street.

The street must be speicfied without house number.

Setting this field sets the address type to AddressType::Structured unless it's already AddressType::CombinedElements, in which case it becomes AddressType::Conflicting.

This field is only used for structured addresses and is optional.

The street.

◆ set_Town()

void Aspose::BarCode::ComplexBarcode::Address::set_Town ( System::String  value)

Sets the town or city.

Setting this field sets the address type to AddressType::Structured unless it's already AddressType::CombinedElements, in which case it becomes AddressType::Conflicting.

This field is only used for structured addresses. For this type, it's mandatory.

The town or city.