@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcPostalAddress extends IfcAddress
| 限定符和类型 | 字段和说明 |
|---|---|
private LIST<IfcLabel> |
AddressLines |
private IfcLabel |
Country |
private IfcLabel |
internalLocation |
private IfcLabel |
PostalBox |
private IfcLabel |
PostalCode |
private IfcLabel |
Region |
private IfcLabel |
Town |
stepNumber| 构造器和说明 |
|---|
IfcPostalAddress() |
IfcPostalAddress(IfcAddressTypeEnum purpose,
IfcText description,
IfcLabel userDefinedPurpose,
IfcLabel internalLocation,
LIST<IfcLabel> addressLines,
IfcLabel postalBox,
IfcLabel town,
IfcLabel region,
IfcLabel postalCode,
IfcLabel country) |
| 限定符和类型 | 方法和说明 |
|---|---|
LIST<IfcLabel> |
getAddressLines() |
IfcLabel |
getCountry() |
IfcLabel |
getInternalLocation() |
IfcLabel |
getPostalBox() |
IfcLabel |
getPostalCode() |
IfcLabel |
getRegion() |
IfcLabel |
getTown() |
void |
setAddressLines(LIST<IfcLabel> addressLines) |
void |
setCountry(IfcLabel country) |
void |
setInternalLocation(IfcLabel internalLocation) |
void |
setPostalBox(IfcLabel postalBox) |
void |
setPostalCode(IfcLabel postalCode) |
void |
setRegion(IfcLabel region) |
void |
setTown(IfcLabel town) |
getDescription, getOfOrganization, getOfPerson, getPurpose, getUserDefinedPurpose, setDescription, setOfOrganization, setOfPerson, setPurpose, setUserDefinedPurposecheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcLabel internalLocation
@IfcOptionField private LIST<IfcLabel> AddressLines
@IfcOptionField private IfcLabel PostalBox
@IfcOptionField private IfcLabel Town
@IfcOptionField private IfcLabel Region
@IfcOptionField private IfcLabel PostalCode
@IfcOptionField private IfcLabel Country
public IfcLabel getInternalLocation()
public void setInternalLocation(IfcLabel internalLocation)
public IfcLabel getPostalBox()
public void setPostalBox(IfcLabel postalBox)
public IfcLabel getTown()
public void setTown(IfcLabel town)
public IfcLabel getRegion()
public void setRegion(IfcLabel region)
public IfcLabel getPostalCode()
public void setPostalCode(IfcLabel postalCode)
public IfcLabel getCountry()
public void setCountry(IfcLabel country)
Copyright © 2023. All rights reserved.