PostalAddress

Constructors

this
this()

Creates a new postal address.

Members

Properties

addressCountry
string addressCountry [@property getter]

Gets the address country.

addressCountry
string addressCountry [@property setter]

Sets the address country.

addressLocality
string addressLocality [@property getter]

Gets the address locality.

addressLocality
string addressLocality [@property setter]

Sets the address locality.

addressRegion
string addressRegion [@property getter]

Gets the address region.

addressRegion
string addressRegion [@property setter]

Sets the address region.

name
string name [@property getter]

Gets the name.

name
string name [@property setter]

Sets the name.

postOfficeBoxNumber
string postOfficeBoxNumber [@property getter]

Gets the post office box number.

postOfficeBoxNumber
string postOfficeBoxNumber [@property setter]

Sets the post office box number.

postalCode
string postalCode [@property getter]

Gets the postal code.

postalCode
string postalCode [@property setter]

/ Sets the postal code.

streetAddress
string streetAddress [@property getter]

Gets the street address.

streetAddress
string streetAddress [@property setter]

Sets the street address.

Inherited Members

From SchemaObject

_isChild
bool _isChild;

Boolean determining whether the object is a child or not.

isRoot
bool isRoot [@property getter]

Gets a boolean determining whether the schema object is a root object or not.

addField
void addField(string key, T schemaObject)

Adds a schema object field to the schema object.

addField
void addField(string key, T[] values)

Adds an array of schema objects to the schema object.

addField
void addField(string key, T value)

Adds a field to the schema object.

removeField
void removeField(string key)

Removes a field from the schema object.

toString
string toString()

Converts the schema object to a string that represent a JSON-LD object.

Meta