@CodingStyleguideUnaware public class DCPeriodOfTimeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
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://purl.org/dc/terms/}startDate" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}endDate" maxOccurs="unbounded" 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-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 |
|---|
DCPeriodOfTimeType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addEndDate(XMLGregorianCalendar elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addStartDate(XMLGregorianCalendar elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
DCPeriodOfTimeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DCPeriodOfTimeType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<XMLGregorianCalendar> |
getEndDate()
Gets the value of the endDate property.
|
XMLGregorianCalendar |
getEndDateAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEndDateCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<XMLGregorianCalendar> |
getStartDate()
Gets the value of the startDate property.
|
XMLGregorianCalendar |
getStartDateAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getStartDateCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasEndDateEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoEndDateEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoStartDateEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasStartDateEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEndDate(List<XMLGregorianCalendar> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setStartDate(List<XMLGregorianCalendar> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DCPeriodOfTimeType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<XMLGregorianCalendar> getStartDate()
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 startDate property.
For example, to add a new item, do as follows:
getStartDate().add(newItem);
Objects of the following type(s) are allowed in the list
XMLGregorianCalendar
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<XMLGregorianCalendar> getEndDate()
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 endDate property.
For example, to add a new item, do as follows:
getEndDate().add(newItem);
Objects of the following type(s) are allowed in the list
XMLGregorianCalendar
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setStartDate(@Nullable List<XMLGregorianCalendar> aList)
aList - The new list member to set. May be null.public void setEndDate(@Nullable List<XMLGregorianCalendar> aList)
aList - The new list member to set. May be null.public boolean hasStartDateEntries()
true if at least one item is contained, false otherwise.public boolean hasNoStartDateEntries()
true if no item is contained, false otherwise.@Nonnegative public int getStartDateCount()
@Nullable public XMLGregorianCalendar getStartDateAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addStartDate(@Nonnull XMLGregorianCalendar elem)
elem - The element to be added. May not be null.public boolean hasEndDateEntries()
true if at least one item is contained, false otherwise.public boolean hasNoEndDateEntries()
true if no item is contained, false otherwise.@Nonnegative public int getEndDateCount()
@Nullable public XMLGregorianCalendar getEndDateAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addEndDate(@Nonnull XMLGregorianCalendar elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull DCPeriodOfTimeType 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 DCPeriodOfTimeType clone()
Copyright © 2020 toop.eu. All rights reserved.