All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc2x3tc1.IfcLocalTime Maven / Gradle / Ivy

/**
 * 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.ifc2x3tc1;

/**
 * 
 * A representation of the model object 'Ifc Local Time'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getHourComponent Hour Component}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getMinuteComponent Minute Component}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getSecondComponent Second Component}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getSecondComponentAsString Second Component As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getZone Zone}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getDaylightSavingOffset Daylight Saving Offset}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLocalTime() * @model * @generated */ public interface IfcLocalTime extends IfcDateTimeSelect, IfcObjectReferenceSelect { /** * Returns the value of the 'Hour Component' attribute. * *

* If the meaning of the 'Hour Component' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Hour Component' attribute. * @see #setHourComponent(long) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLocalTime_HourComponent() * @model * @generated */ long getHourComponent(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getHourComponent Hour Component}' attribute. * * * @param value the new value of the 'Hour Component' attribute. * @see #getHourComponent() * @generated */ void setHourComponent(long value); /** * Returns the value of the 'Minute Component' attribute. * *

* If the meaning of the 'Minute Component' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Minute Component' attribute. * @see #isSetMinuteComponent() * @see #unsetMinuteComponent() * @see #setMinuteComponent(long) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLocalTime_MinuteComponent() * @model unsettable="true" * @generated */ long getMinuteComponent(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getMinuteComponent Minute Component}' attribute. * * * @param value the new value of the 'Minute Component' attribute. * @see #isSetMinuteComponent() * @see #unsetMinuteComponent() * @see #getMinuteComponent() * @generated */ void setMinuteComponent(long value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getMinuteComponent Minute Component}' attribute. * * * @see #isSetMinuteComponent() * @see #getMinuteComponent() * @see #setMinuteComponent(long) * @generated */ void unsetMinuteComponent(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getMinuteComponent Minute Component}' attribute is set. * * * @return whether the value of the 'Minute Component' attribute is set. * @see #unsetMinuteComponent() * @see #getMinuteComponent() * @see #setMinuteComponent(long) * @generated */ boolean isSetMinuteComponent(); /** * Returns the value of the 'Second Component' attribute. * *

* If the meaning of the 'Second Component' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Second Component' attribute. * @see #isSetSecondComponent() * @see #unsetSecondComponent() * @see #setSecondComponent(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLocalTime_SecondComponent() * @model unsettable="true" * @generated */ double getSecondComponent(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getSecondComponent Second Component}' attribute. * * * @param value the new value of the 'Second Component' attribute. * @see #isSetSecondComponent() * @see #unsetSecondComponent() * @see #getSecondComponent() * @generated */ void setSecondComponent(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getSecondComponent Second Component}' attribute. * * * @see #isSetSecondComponent() * @see #getSecondComponent() * @see #setSecondComponent(double) * @generated */ void unsetSecondComponent(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getSecondComponent Second Component}' attribute is set. * * * @return whether the value of the 'Second Component' attribute is set. * @see #unsetSecondComponent() * @see #getSecondComponent() * @see #setSecondComponent(double) * @generated */ boolean isSetSecondComponent(); /** * Returns the value of the 'Second Component As String' attribute. * *

* If the meaning of the 'Second Component As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Second Component As String' attribute. * @see #isSetSecondComponentAsString() * @see #unsetSecondComponentAsString() * @see #setSecondComponentAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLocalTime_SecondComponentAsString() * @model unsettable="true" * @generated */ String getSecondComponentAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getSecondComponentAsString Second Component As String}' attribute. * * * @param value the new value of the 'Second Component As String' attribute. * @see #isSetSecondComponentAsString() * @see #unsetSecondComponentAsString() * @see #getSecondComponentAsString() * @generated */ void setSecondComponentAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getSecondComponentAsString Second Component As String}' attribute. * * * @see #isSetSecondComponentAsString() * @see #getSecondComponentAsString() * @see #setSecondComponentAsString(String) * @generated */ void unsetSecondComponentAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getSecondComponentAsString Second Component As String}' attribute is set. * * * @return whether the value of the 'Second Component As String' attribute is set. * @see #unsetSecondComponentAsString() * @see #getSecondComponentAsString() * @see #setSecondComponentAsString(String) * @generated */ boolean isSetSecondComponentAsString(); /** * Returns the value of the 'Zone' reference. * *

* If the meaning of the 'Zone' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Zone' reference. * @see #isSetZone() * @see #unsetZone() * @see #setZone(IfcCoordinatedUniversalTimeOffset) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLocalTime_Zone() * @model unsettable="true" * @generated */ IfcCoordinatedUniversalTimeOffset getZone(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getZone Zone}' reference. * * * @param value the new value of the 'Zone' reference. * @see #isSetZone() * @see #unsetZone() * @see #getZone() * @generated */ void setZone(IfcCoordinatedUniversalTimeOffset value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getZone Zone}' reference. * * * @see #isSetZone() * @see #getZone() * @see #setZone(IfcCoordinatedUniversalTimeOffset) * @generated */ void unsetZone(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getZone Zone}' reference is set. * * * @return whether the value of the 'Zone' reference is set. * @see #unsetZone() * @see #getZone() * @see #setZone(IfcCoordinatedUniversalTimeOffset) * @generated */ boolean isSetZone(); /** * Returns the value of the 'Daylight Saving Offset' attribute. * *

* If the meaning of the 'Daylight Saving Offset' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Daylight Saving Offset' attribute. * @see #isSetDaylightSavingOffset() * @see #unsetDaylightSavingOffset() * @see #setDaylightSavingOffset(long) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLocalTime_DaylightSavingOffset() * @model unsettable="true" * @generated */ long getDaylightSavingOffset(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getDaylightSavingOffset Daylight Saving Offset}' attribute. * * * @param value the new value of the 'Daylight Saving Offset' attribute. * @see #isSetDaylightSavingOffset() * @see #unsetDaylightSavingOffset() * @see #getDaylightSavingOffset() * @generated */ void setDaylightSavingOffset(long value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getDaylightSavingOffset Daylight Saving Offset}' attribute. * * * @see #isSetDaylightSavingOffset() * @see #getDaylightSavingOffset() * @see #setDaylightSavingOffset(long) * @generated */ void unsetDaylightSavingOffset(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getDaylightSavingOffset Daylight Saving Offset}' attribute is set. * * * @return whether the value of the 'Daylight Saving Offset' attribute is set. * @see #unsetDaylightSavingOffset() * @see #getDaylightSavingOffset() * @see #setDaylightSavingOffset(long) * @generated */ boolean isSetDaylightSavingOffset(); } // IfcLocalTime




© 2015 - 2024 Weber Informatics LLC | Privacy Policy