public class IfcPostalAddress extends IfcAddress
Constructor and Description |
---|
IfcPostalAddress() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcLabel> |
getAddressLines() |
IfcLabel |
getCountry() |
IfcLabel |
getInternalLocation() |
IfcLabel |
getPostalBox() |
IfcLabel |
getPostalCode() |
IfcLabel |
getRegion() |
IfcLabel |
getTown() |
void |
setAddressLines(IfcCollection<IfcLabel> value) |
void |
setCountry(IfcLabel value) |
void |
setInternalLocation(IfcLabel value) |
void |
setPostalBox(IfcLabel value) |
void |
setPostalCode(IfcLabel value) |
void |
setRegion(IfcLabel value) |
void |
setTown(IfcLabel value) |
getDescription, getOfOrganization, getOfPerson, getPurpose, getUserDefinedPurpose, setDescription, setPurpose, setUserDefinedPurpose
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcLabel getInternalLocation()
public final void setInternalLocation(IfcLabel value)
public final IfcCollection<IfcLabel> getAddressLines()
public final void setAddressLines(IfcCollection<IfcLabel> value)
public final IfcLabel getPostalBox()
public final void setPostalBox(IfcLabel value)
public final IfcLabel getTown()
public final void setTown(IfcLabel value)
public final IfcLabel getRegion()
public final void setRegion(IfcLabel value)
public final IfcLabel getPostalCode()
public final void setPostalCode(IfcLabel value)
public final IfcLabel getCountry()
public final void setCountry(IfcLabel value)