@CodingStyleguideUnaware public class EventType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EventType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addContact(ContactType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addCurrentStatus(StatusType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
EventType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EventType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
CompletionIndicatorType |
getCompletionIndicator()
<pre>
<?
|
List<ContactType> |
getContact()
<pre>
<?
|
ContactType |
getContactAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getContactCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<StatusType> |
getCurrentStatus()
<pre>
<?
|
StatusType |
getCurrentStatusAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCurrentStatusCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IdentificationIDType |
getIdentificationID()
<pre>
<?
|
String |
getIdentificationIDValue()
Get the value of the contained IdentificationIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocationType |
getOccurenceLocation()
<pre>
<?
|
OccurrenceDateType |
getOccurrenceDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getOccurrenceDateValue()
Get the value of the contained OccurrenceDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getOccurrenceDateValueLocal()
Get the value of the contained OccurrenceDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
OccurrenceTimeType |
getOccurrenceTime()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetTime |
getOccurrenceTimeValue()
Get the value of the contained OccurrenceTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalTime |
getOccurrenceTimeValueLocal()
Get the value of the contained OccurrenceTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TypeCodeType |
getTypeCode()
<pre>
<?
|
String |
getTypeCodeValue()
Get the value of the contained TypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasContactEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasCurrentStatusEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoContactEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoCurrentStatusEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
isCompletionIndicatorValue(boolean nullValue)
Get the value of the contained CompletionIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
CompletionIndicatorType |
setCompletionIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setCompletionIndicator(CompletionIndicatorType value)
Sets the value of the completionIndicator property.
|
void |
setContact(List<ContactType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCurrentStatus(List<StatusType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setIdentificationID(IdentificationIDType value)
Sets the value of the identificationID property.
|
IdentificationIDType |
setIdentificationID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setOccurenceLocation(LocationType value)
Sets the value of the occurenceLocation property.
|
OccurrenceDateType |
setOccurrenceDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setOccurrenceDate(OccurrenceDateType value)
Sets the value of the occurrenceDate property.
|
OccurrenceDateType |
setOccurrenceDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
OccurrenceTimeType |
setOccurrenceTime(LocalTime valueParam)
Special setter with value of type LocalTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setOccurrenceTime(OccurrenceTimeType value)
Sets the value of the occurrenceTime property.
|
OccurrenceTimeType |
setOccurrenceTime(com.helger.commons.datetime.XMLOffsetTime valueParam)
Special setter with value of type XMLOffsetTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TypeCodeType |
setTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTypeCode(TypeCodeType value)
Sets the value of the typeCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EventType()
@Nullable public IdentificationIDType getIdentificationID()
IdentificationIDTypepublic void setIdentificationID(@Nullable IdentificationIDType value)
value - allowed object is
IdentificationIDType@Nullable public OccurrenceDateType getOccurrenceDate()
OccurrenceDateTypepublic void setOccurrenceDate(@Nullable OccurrenceDateType value)
value - allowed object is
OccurrenceDateType@Nullable public OccurrenceTimeType getOccurrenceTime()
OccurrenceTimeTypepublic void setOccurrenceTime(@Nullable OccurrenceTimeType value)
value - allowed object is
OccurrenceTimeType@Nullable public TypeCodeType getTypeCode()
TypeCodeTypepublic void setTypeCode(@Nullable TypeCodeType value)
value - allowed object is
TypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public CompletionIndicatorType getCompletionIndicator()
CompletionIndicatorTypepublic void setCompletionIndicator(@Nullable CompletionIndicatorType value)
value - allowed object is
CompletionIndicatorType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<StatusType> getCurrentStatus()
StatusType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ContactType> getContact()
ContactType@Nullable public LocationType getOccurenceLocation()
LocationTypepublic void setOccurenceLocation(@Nullable LocationType value)
value - allowed object is
LocationTypepublic 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 <code>null</code>.public void setCurrentStatus(@Nullable List<StatusType> aList)
aList - The new list member to set. May be <code>null</code>.public void setContact(@Nullable List<ContactType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasCurrentStatusEntries()
public boolean hasNoCurrentStatusEntries()
@Nonnegative public int getCurrentStatusCount()
@Nullable public StatusType getCurrentStatusAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addCurrentStatus(@Nonnull StatusType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasContactEntries()
public boolean hasNoContactEntries()
@Nonnegative public int getContactCount()
@Nullable public ContactType getContactAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addContact(@Nonnull ContactType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull EventType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EventType clone()
@Nonnull public TypeCodeType setTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public OccurrenceDateType setOccurrenceDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public OccurrenceDateType setOccurrenceDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public OccurrenceTimeType setOccurrenceTime(@Nullable com.helger.commons.datetime.XMLOffsetTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public OccurrenceTimeType setOccurrenceTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IdentificationIDType setIdentificationID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public CompletionIndicatorType setCompletionIndicator(boolean valueParam)
valueParam - The value to be set.@Nullable public String getIdentificationIDValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getOccurrenceDateValue()
@Nullable public LocalDate getOccurrenceDateValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetTime getOccurrenceTimeValue()
@Nullable public LocalTime getOccurrenceTimeValueLocal()
@Nullable public String getTypeCodeValue()
public boolean isCompletionIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>Copyright © 2017–2021 Philip Helger. All rights reserved.