IfcPostalAddress

Inheritance: java.lang.Object, IfcAddress

Constructors

ConstructorDescription
IfcPostalAddress()

Methods

MethodDescription
getInternalLocation()
setInternalLocation(IfcLabel value)
getAddressLines()
setAddressLines(IfcCollection value)
getPostalBox()
setPostalBox(IfcLabel value)
getTown()
setTown(IfcLabel value)
getRegion()
setRegion(IfcLabel value)
getPostalCode()
setPostalCode(IfcLabel value)
getCountry()
setCountry(IfcLabel value)

IfcPostalAddress()

public IfcPostalAddress()

getInternalLocation()

public final IfcLabel getInternalLocation()

Returns: IfcLabel

setInternalLocation(IfcLabel value)

public final void setInternalLocation(IfcLabel value)

getAddressLines()

public final IfcCollection<IfcLabel> getAddressLines()

Returns: IfcCollection

setAddressLines(IfcCollection value)

public final void setAddressLines(IfcCollection<IfcLabel> value)

getPostalBox()

public final IfcLabel getPostalBox()

Returns: IfcLabel

setPostalBox(IfcLabel value)

public final void setPostalBox(IfcLabel value)

getTown()

public final IfcLabel getTown()

Returns: IfcLabel

setTown(IfcLabel value)

public final void setTown(IfcLabel value)

getRegion()

public final IfcLabel getRegion()

Returns: IfcLabel

setRegion(IfcLabel value)

public final void setRegion(IfcLabel value)

getPostalCode()

public final IfcLabel getPostalCode()

Returns: IfcLabel

setPostalCode(IfcLabel value)

public final void setPostalCode(IfcLabel value)

getCountry()

public final IfcLabel getCountry()

Returns: IfcLabel

setCountry(IfcLabel value)

public final void setCountry(IfcLabel value)