public class IfcTelecomAddress extends IfcAddress
Constructor and Description |
---|
IfcTelecomAddress() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcLabel> |
getElectronicMailAddresses() |
IfcCollection<IfcLabel> |
getFacsimileNumbers() |
IfcLabel |
getPagerNumber() |
IfcCollection<IfcLabel> |
getTelephoneNumbers() |
IfcLabel |
getWWWHomePageURL() |
void |
setElectronicMailAddresses(IfcCollection<IfcLabel> value) |
void |
setFacsimileNumbers(IfcCollection<IfcLabel> value) |
void |
setPagerNumber(IfcLabel value) |
void |
setTelephoneNumbers(IfcCollection<IfcLabel> value) |
void |
setWWWHomePageURL(IfcLabel value) |
getDescription, getOfOrganization, getOfPerson, getPurpose, getUserDefinedPurpose, setDescription, setPurpose, setUserDefinedPurpose
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcCollection<IfcLabel> getTelephoneNumbers()
public final void setTelephoneNumbers(IfcCollection<IfcLabel> value)
public final IfcCollection<IfcLabel> getFacsimileNumbers()
public final void setFacsimileNumbers(IfcCollection<IfcLabel> value)
public final IfcLabel getPagerNumber()
public final void setPagerNumber(IfcLabel value)
public final IfcCollection<IfcLabel> getElectronicMailAddresses()
public final void setElectronicMailAddresses(IfcCollection<IfcLabel> value)
public final IfcLabel getWWWHomePageURL()
public final void setWWWHomePageURL(IfcLabel value)