@CodingStyleguideUnaware public class PeriodType extends ThingType
Java class for PeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PeriodType">
<complexContent>
<extension base="{http://www.w3.org/2002/07/owl#}ThingType">
<sequence>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.0.0#}description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.0.0#}startDate" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.0.0#}startTime" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.0.0#}endDate" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.0.0#}endTime" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.0.0#}durationMeasure" minOccurs="0"/>
</sequence>
<attGroup ref="{https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#}ThingAttributes"/>
</extension>
</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-list-extension
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 |
|---|
PeriodType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PeriodType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PeriodType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
DurationMeasureType |
getDurationMeasure()
Gets the value of the durationMeasure property.
|
BigDecimal |
getDurationMeasureValue()
Get the value of the contained DurationMeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
EndDateType |
getEndDate()
Gets the value of the endDate property.
|
LocalDate |
getEndDateValue()
Get the value of the contained EndDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
EndTimeType |
getEndTime()
Gets the value of the endTime property.
|
LocalTime |
getEndTimeValue()
Get the value of the contained EndTimeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
StartDateType |
getStartDate()
Gets the value of the startDate property.
|
LocalDate |
getStartDateValue()
Get the value of the contained StartDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
StartTimeType |
getStartTime()
Gets the value of the startTime property.
|
LocalTime |
getStartTimeValue()
Get the value of the contained StartTimeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getVersionIdAttr()
Gets the value of the versionIdAttr property.
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
DurationMeasureType |
setDurationMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDurationMeasure(DurationMeasureType value)
Sets the value of the durationMeasure property.
|
void |
setEndDate(EndDateType value)
Sets the value of the endDate property.
|
EndDateType |
setEndDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setEndTime(EndTimeType value)
Sets the value of the endTime property.
|
EndTimeType |
setEndTime(LocalTime valueParam)
Special setter with value of type LocalTime
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
StartDateType |
setStartDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setStartDate(StartDateType value)
Sets the value of the startDate property.
|
StartTimeType |
setStartTime(LocalTime valueParam)
Special setter with value of type LocalTime
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setStartTime(StartTimeType value)
Sets the value of the startTime property.
|
void |
setVersionIdAttr(String value)
Sets the value of the versionIdAttr property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PeriodType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
@Nullable public StartDateType getStartDate()
StartDateTypepublic void setStartDate(@Nullable StartDateType value)
value - allowed object is
StartDateType@Nullable public StartTimeType getStartTime()
StartTimeTypepublic void setStartTime(@Nullable StartTimeType value)
value - allowed object is
StartTimeType@Nullable public EndDateType getEndDate()
EndDateTypepublic void setEndDate(@Nullable EndDateType value)
value - allowed object is
EndDateType@Nullable public EndTimeType getEndTime()
EndTimeTypepublic void setEndTime(@Nullable EndTimeType value)
value - allowed object is
EndTimeType@Nullable public DurationMeasureType getDurationMeasure()
DurationMeasureTypepublic void setDurationMeasure(@Nullable DurationMeasureType value)
value - allowed object is
DurationMeasureType@Nullable public String getVersionIdAttr()
Stringpublic void setVersionIdAttr(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be null.public boolean hasDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull PeriodType 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 PeriodType clone()
@Nonnull public StartDateType setStartDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public EndDateType setEndDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public DurationMeasureType setDurationMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public StartTimeType setStartTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be null.null@Nonnull public EndTimeType setEndTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be null.null@Nullable public LocalDate getStartDateValue()
null@Nullable public LocalTime getStartTimeValue()
null@Nullable public LocalDate getEndDateValue()
null@Nullable public LocalTime getEndTimeValue()
null@Nullable public BigDecimal getDurationMeasureValue()
nullCopyright © 2020–2021 toop.eu. All rights reserved.