@CodingStyleguideUnaware public class PeriodType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for PeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PeriodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}startDate" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}startTime" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}endDate" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}endTime" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}durationMeasure" minOccurs="0"/>
</sequence>
<attGroup ref="{https://semic.org/sa/cv/common/cac-2.0.0#}ThingAttributes"/>
</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-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.
|
XMLGregorianCalendar |
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.
|
XMLGregorianCalendar |
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.
|
XMLGregorianCalendar |
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.
|
XMLGregorianCalendar |
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(XMLGregorianCalendar valueParam)
Special setter with value of type XMLGregorianCalendar
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setEndTime(EndTimeType value)
Sets the value of the endTime property.
|
EndTimeType |
setEndTime(XMLGregorianCalendar valueParam)
Special setter with value of type XMLGregorianCalendar
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setStartDate(StartDateType value)
Sets the value of the startDate property.
|
StartDateType |
setStartDate(XMLGregorianCalendar valueParam)
Special setter with value of type XMLGregorianCalendar
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setStartTime(StartTimeType value)
Sets the value of the startTime property.
|
StartTimeType |
setStartTime(XMLGregorianCalendar valueParam)
Special setter with value of type XMLGregorianCalendar
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
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 XMLGregorianCalendar valueParam)
valueParam - The value to be set. May be null.null@Nonnull public EndDateType setEndDate(@Nullable XMLGregorianCalendar 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 XMLGregorianCalendar valueParam)
valueParam - The value to be set. May be null.null@Nonnull public EndTimeType setEndTime(@Nullable XMLGregorianCalendar valueParam)
valueParam - The value to be set. May be null.null@Nullable public XMLGregorianCalendar getStartDateValue()
null@Nullable public XMLGregorianCalendar getStartTimeValue()
null@Nullable public XMLGregorianCalendar getEndDateValue()
null@Nullable public XMLGregorianCalendar getEndTimeValue()
null@Nullable public BigDecimal getDurationMeasureValue()
nullCopyright © 2020 toop.eu. All rights reserved.