Skip to main content

HS.Test.Types.Address

class HS.Test.Types.Address extends HS.Test.Types.Base

Person address

Property Inventory

Properties

property City as HS.Test.Types.Code;
Property methods: CityGet(), CityGetSwizzled(), CityIsValid(), CityNewObject(), CitySet()
property Country as HS.Test.Types.Code;
Property methods: CountryGet(), CountryGetSwizzled(), CountryIsValid(), CountryNewObject(), CountrySet()
property EndDate as HS.Test.Types.Value;
Property methods: EndDateGet(), EndDateGetSwizzled(), EndDateIsValid(), EndDateNewObject(), EndDateSet()
property StartDate as HS.Test.Types.Value;
Property methods: StartDateGet(), StartDateGetSwizzled(), StartDateIsValid(), StartDateNewObject(), StartDateSet()
property State as HS.Test.Types.Code;
Property methods: StateGet(), StateGetSwizzled(), StateIsValid(), StateNewObject(), StateSet()
property Street as HS.Test.Types.Value;
Property methods: StreetGet(), StreetGetSwizzled(), StreetIsValid(), StreetNewObject(), StreetSet()
property Zip as HS.Test.Types.Code;
Property methods: ZipGet(), ZipGetSwizzled(), ZipIsValid(), ZipNewObject(), ZipSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab