classafAtom::Person

sys::Obj
  afAtom::Person

Describes a person, corporation, or similar entity.

@see The Person Construct

email

Source

Uri? email

(Optional) An email address for the person.

make

Source

new make(Str name)

Creates a Person with the required fields.

name

Source

Str name

(Required) A human-readable name for the person.

toXml

Source

virtual XElem toXml(Str elementName)

Creates a Person element with the given element name.

uri

Source

Uri? uri

(Optional) A home page for the person.