Class TimePeriodType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable

    @CodingStyleguideUnaware
    public class TimePeriodType
    extends TimePeriodABIEType
    Provides the structure to indicate a Date/Time period where the Time is provided with in the Start and Duration or EndDateTime.

    Java class for TimePeriodType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TimePeriodType">
       <complexContent>
         <extension base="{http://www.openapplications.org/oagis/9}TimePeriodABIEType">
         </extension>
       </complexContent>
     </complexType>
     

    This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode

    This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2

    This class contains methods created by ph-jaxb22-plugin -Xph-value-extender

    See Also:
    Serialized Form
    • Constructor Detail

      • TimePeriodType

        public TimePeriodType()
        Default constructor
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • Method Detail

      • hashCode

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class TimePeriodABIEType
      • cloneTo

        public void cloneTo​(@Nonnull
                            TimePeriodType ret)
        This method clones all values from this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2
        Parameters:
        ret - The target object to clone to. May not be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public TimePeriodType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class TimePeriodABIEType
        Returns:
        The cloned object. Never null.