@CodingStyleguideUnaware public class PeriodOfTimeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Period Of Time. Details</ccts:DictionaryEntryName><ccts:Definition>An interval of time that is named or defined by its start and end dates.</ccts:Definition><ccts:ObjectClass>Period Of Time</ccts:ObjectClass></ccts:Component>
Java class for PeriodOfTimeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PeriodOfTimeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/ns/corevocabulary/BasicComponents}PeriodOfTimeStartDate" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/corevocabulary/BasicComponents}PeriodOfTimeEndDate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
PeriodOfTimeType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
PeriodOfTimeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PeriodOfTimeType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
PeriodOfTimeEndDateType |
getPeriodOfTimeEndDate()
<?
|
PeriodOfTimeStartDateType |
getPeriodOfTimeStartDate()
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setPeriodOfTimeEndDate(PeriodOfTimeEndDateType value)
Sets the value of the periodOfTimeEndDate property.
|
void |
setPeriodOfTimeStartDate(PeriodOfTimeStartDateType value)
Sets the value of the periodOfTimeStartDate property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PeriodOfTimeType()
@Nullable public PeriodOfTimeStartDateType getPeriodOfTimeStartDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Period Of Time. Period Of Time_ Start Date. Date</ccts:DictionaryEntryName><ccts:Definition>The start date of the period.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Period Of Time</ccts:ObjectClass><ccts:PropertyTermQualifier>Period Of Time</ccts:PropertyTermQualifier><ccts:PropertyTerm>Start Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
PeriodOfTimeStartDateTypepublic void setPeriodOfTimeStartDate(@Nullable PeriodOfTimeStartDateType value)
value - allowed object is
PeriodOfTimeStartDateType@Nullable public PeriodOfTimeEndDateType getPeriodOfTimeEndDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Period Of Time. Period Of Time_ End Date. Date</ccts:DictionaryEntryName><ccts:Definition>The end date of the period.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Period Of Time</ccts:ObjectClass><ccts:PropertyTermQualifier>Period Of Time</ccts:PropertyTermQualifier><ccts:PropertyTerm>End Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
PeriodOfTimeEndDateTypepublic void setPeriodOfTimeEndDate(@Nullable PeriodOfTimeEndDateType value)
value - allowed object is
PeriodOfTimeEndDateTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull PeriodOfTimeType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public PeriodOfTimeType clone()
Copyright © 2020–2021 toop.eu. All rights reserved.