org.bimserver.models.ifc4.IfcTelecomAddress Maven / Gradle / Ivy
Show all versions of pluginbase Show documentation
/**
* Copyright (C) 2009-2014 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.bimserver.models.ifc4;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Ifc Telecom Address'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcTelecomAddress#getTelephoneNumbers Telephone Numbers}
* - {@link org.bimserver.models.ifc4.IfcTelecomAddress#getFacsimileNumbers Facsimile Numbers}
* - {@link org.bimserver.models.ifc4.IfcTelecomAddress#getPagerNumber Pager Number}
* - {@link org.bimserver.models.ifc4.IfcTelecomAddress#getElectronicMailAddresses Electronic Mail Addresses}
* - {@link org.bimserver.models.ifc4.IfcTelecomAddress#getWWWHomePageURL WWW Home Page URL}
* - {@link org.bimserver.models.ifc4.IfcTelecomAddress#getMessagingIDs Messaging IDs}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTelecomAddress()
* @model
* @generated
*/
public interface IfcTelecomAddress extends IfcAddress {
/**
* Returns the value of the 'Telephone Numbers' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* If the meaning of the 'Telephone Numbers' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Telephone Numbers' attribute list.
* @see #isSetTelephoneNumbers()
* @see #unsetTelephoneNumbers()
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTelecomAddress_TelephoneNumbers()
* @model unique="false" unsettable="true"
* @generated
*/
EList getTelephoneNumbers();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getTelephoneNumbers Telephone Numbers}' attribute list.
*
*
* @see #isSetTelephoneNumbers()
* @see #getTelephoneNumbers()
* @generated
*/
void unsetTelephoneNumbers();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getTelephoneNumbers Telephone Numbers}' attribute list is set.
*
*
* @return whether the value of the 'Telephone Numbers' attribute list is set.
* @see #unsetTelephoneNumbers()
* @see #getTelephoneNumbers()
* @generated
*/
boolean isSetTelephoneNumbers();
/**
* Returns the value of the 'Facsimile Numbers' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* If the meaning of the 'Facsimile Numbers' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Facsimile Numbers' attribute list.
* @see #isSetFacsimileNumbers()
* @see #unsetFacsimileNumbers()
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTelecomAddress_FacsimileNumbers()
* @model unique="false" unsettable="true"
* @generated
*/
EList getFacsimileNumbers();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getFacsimileNumbers Facsimile Numbers}' attribute list.
*
*
* @see #isSetFacsimileNumbers()
* @see #getFacsimileNumbers()
* @generated
*/
void unsetFacsimileNumbers();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getFacsimileNumbers Facsimile Numbers}' attribute list is set.
*
*
* @return whether the value of the 'Facsimile Numbers' attribute list is set.
* @see #unsetFacsimileNumbers()
* @see #getFacsimileNumbers()
* @generated
*/
boolean isSetFacsimileNumbers();
/**
* Returns the value of the 'Pager Number' attribute.
*
*
* If the meaning of the 'Pager Number' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Pager Number' attribute.
* @see #isSetPagerNumber()
* @see #unsetPagerNumber()
* @see #setPagerNumber(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTelecomAddress_PagerNumber()
* @model unsettable="true"
* @generated
*/
String getPagerNumber();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getPagerNumber Pager Number}' attribute.
*
*
* @param value the new value of the 'Pager Number' attribute.
* @see #isSetPagerNumber()
* @see #unsetPagerNumber()
* @see #getPagerNumber()
* @generated
*/
void setPagerNumber(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getPagerNumber Pager Number}' attribute.
*
*
* @see #isSetPagerNumber()
* @see #getPagerNumber()
* @see #setPagerNumber(String)
* @generated
*/
void unsetPagerNumber();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getPagerNumber Pager Number}' attribute is set.
*
*
* @return whether the value of the 'Pager Number' attribute is set.
* @see #unsetPagerNumber()
* @see #getPagerNumber()
* @see #setPagerNumber(String)
* @generated
*/
boolean isSetPagerNumber();
/**
* Returns the value of the 'Electronic Mail Addresses' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* If the meaning of the 'Electronic Mail Addresses' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Electronic Mail Addresses' attribute list.
* @see #isSetElectronicMailAddresses()
* @see #unsetElectronicMailAddresses()
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTelecomAddress_ElectronicMailAddresses()
* @model unique="false" unsettable="true"
* @generated
*/
EList getElectronicMailAddresses();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getElectronicMailAddresses Electronic Mail Addresses}' attribute list.
*
*
* @see #isSetElectronicMailAddresses()
* @see #getElectronicMailAddresses()
* @generated
*/
void unsetElectronicMailAddresses();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getElectronicMailAddresses Electronic Mail Addresses}' attribute list is set.
*
*
* @return whether the value of the 'Electronic Mail Addresses' attribute list is set.
* @see #unsetElectronicMailAddresses()
* @see #getElectronicMailAddresses()
* @generated
*/
boolean isSetElectronicMailAddresses();
/**
* Returns the value of the 'WWW Home Page URL' attribute.
*
*
* If the meaning of the 'WWW Home Page URL' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'WWW Home Page URL' attribute.
* @see #isSetWWWHomePageURL()
* @see #unsetWWWHomePageURL()
* @see #setWWWHomePageURL(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTelecomAddress_WWWHomePageURL()
* @model unsettable="true"
* @generated
*/
String getWWWHomePageURL();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getWWWHomePageURL WWW Home Page URL}' attribute.
*
*
* @param value the new value of the 'WWW Home Page URL' attribute.
* @see #isSetWWWHomePageURL()
* @see #unsetWWWHomePageURL()
* @see #getWWWHomePageURL()
* @generated
*/
void setWWWHomePageURL(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getWWWHomePageURL WWW Home Page URL}' attribute.
*
*
* @see #isSetWWWHomePageURL()
* @see #getWWWHomePageURL()
* @see #setWWWHomePageURL(String)
* @generated
*/
void unsetWWWHomePageURL();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getWWWHomePageURL WWW Home Page URL}' attribute is set.
*
*
* @return whether the value of the 'WWW Home Page URL' attribute is set.
* @see #unsetWWWHomePageURL()
* @see #getWWWHomePageURL()
* @see #setWWWHomePageURL(String)
* @generated
*/
boolean isSetWWWHomePageURL();
/**
* Returns the value of the 'Messaging IDs' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* If the meaning of the 'Messaging IDs' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Messaging IDs' attribute list.
* @see #isSetMessagingIDs()
* @see #unsetMessagingIDs()
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTelecomAddress_MessagingIDs()
* @model unique="false" unsettable="true"
* @generated
*/
EList getMessagingIDs();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getMessagingIDs Messaging IDs}' attribute list.
*
*
* @see #isSetMessagingIDs()
* @see #getMessagingIDs()
* @generated
*/
void unsetMessagingIDs();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTelecomAddress#getMessagingIDs Messaging IDs}' attribute list is set.
*
*
* @return whether the value of the 'Messaging IDs' attribute list is set.
* @see #unsetMessagingIDs()
* @see #getMessagingIDs()
* @generated
*/
boolean isSetMessagingIDs();
} // IfcTelecomAddress