Package org.openapplications.oagis._9
Class TimePeriodType
- java.lang.Object
-
- org.openapplications.oagis._9.TimePeriodABIEType
-
- org.openapplications.oagis._9.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 Summary
Constructors Constructor Description TimePeriodType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimePeriodTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(TimePeriodType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeinthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcode-
Methods inherited from class org.openapplications.oagis._9.TimePeriodABIEType
cloneTo, getDuration, getEndDateTime, getStartDateTime, isInclusiveIndicator, setDuration, setEndDateTime, setInclusiveIndicator, setStartDateTime, toString
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classTimePeriodABIEType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classTimePeriodABIEType
-
cloneTo
public void cloneTo(@Nonnull TimePeriodType ret)
This method clones all values fromthisto 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 benull.
-
clone
@Nonnull @ReturnsMutableCopy public TimePeriodType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classTimePeriodABIEType- Returns:
- The cloned object. Never
null.
-
-