Class Address#
Defined in File Address.h
Inheritance Relationships#
Base Type#
public xbe::sdk::Object(Class Object)
Class Documentation#
-
class Address : public xbe::sdk::Object#
Describes a physical mailing address.
Public Functions
-
inline Address()#
-
inline virtual ~Address()#
-
inline virtual Address &SetProperties(const std::map<utility::string_t, Variant> &value) override#
Sets the object’s underlying map of stored values.
-
inline virtual Address &SetProperties(std::map<utility::string_t, Variant> &&value) override#
Sets the underlying map of stored values for the object.
-
inline virtual Address &SetProperty(const utility::char_t *name, const Variant &value) override#
Sets the property of the given name to the provided value.
-
inline virtual Address &SetProperty(const utility::string_t &name, const Variant &value) override#
Sets the property of the given name to the provided value.
-
inline virtual Address &SetRemoteUrl(const utility::string_t &url) override#
Returns the URL of the remote server endpoint where the object is managed.
-
utility::string_t GetAddress1() const#
The first line of the address (typically street).
-
Address &SetAddress1(const utility::string_t &value)#
The first line of the address (typically street).
-
utility::string_t GetAddress2() const#
The second line of the address (typically suite, apt, unit).
-
Address &SetAddress2(const utility::string_t &value)#
The second line of the address (typically suite, apt, unit).
-
utility::string_t GetCity() const#
The name of the city.
-
utility::string_t GetState() const#
The name of the state or province.
-
utility::string_t GetCountry() const#
The code for the country of origin.
-
utility::string_t GetZip() const#
The postal code of the address.
Public Static Functions
-
static inline const utility::char_t *ClassName()#
Returns the fully qualified name of the class.
-
inline Address()#