Package eu.de4a.iem.jaxb.w3.cv.bc
Class PeriodOfTimeStartDateType
- java.lang.Object
-
- oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.DateType
-
- eu.de4a.iem.jaxb.w3.cv.bc.PeriodOfTimeStartDateType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class PeriodOfTimeStartDateType extends oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.DateTypeJava class for PeriodOfTimeStartDateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PeriodOfTimeStartDateType"> <simpleContent> <extension base="<urn:oasis:names:specification:bdndr:schema:xsd:UnqualifiedDataTypes-1>DateType"> </extension> </simpleContent> </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 PeriodOfTimeStartDateType()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 PeriodOfTimeStartDateTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(PeriodOfTimeStartDateType 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
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classoasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.DateType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classoasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.DateType
-
cloneTo
public void cloneTo(@Nonnull PeriodOfTimeStartDateType 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 PeriodOfTimeStartDateType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classoasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.DateType- Returns:
- The cloned object. Never
null.
-
-