@CodingStyleguideUnaware public class EventNotificationItemType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EventNotificationItemType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRelatedEventSubject(DataRequestSubjectCVType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
EventNotificationItemType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EventNotificationItemType 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
|
String |
getCanonicalEventCatalogUri()
Gets the value of the canonicalEventCatalogUri property.
|
com.helger.commons.datetime.XMLOffsetDateTime |
getEventDate()
Gets the value of the eventDate property.
|
LocalDateTime |
getEventDateLocal()
Created by ph-jaxb22-plugin -Xph-offset-dt-extension
|
String |
getEventId()
Gets the value of the eventId property.
|
DataRequestSubjectCVType |
getEventSubject()
Gets the value of the eventSubject property.
|
String |
getNotificationItemId()
Gets the value of the notificationItemId property.
|
List<DataRequestSubjectCVType> |
getRelatedEventSubject()
Gets the value of the relatedEventSubject property.
|
DataRequestSubjectCVType |
getRelatedEventSubjectAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRelatedEventSubjectCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoRelatedEventSubjectEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRelatedEventSubjectEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCanonicalEventCatalogUri(String value)
Sets the value of the canonicalEventCatalogUri property.
|
void |
setEventDate(LocalDateTime aValue)
Created by ph-jaxb22-plugin -Xph-offset-dt-extension
|
void |
setEventDate(com.helger.commons.datetime.XMLOffsetDateTime value)
Sets the value of the eventDate property.
|
void |
setEventId(String value)
Sets the value of the eventId property.
|
void |
setEventSubject(DataRequestSubjectCVType value)
Sets the value of the eventSubject property.
|
void |
setNotificationItemId(String value)
Sets the value of the notificationItemId property.
|
void |
setRelatedEventSubject(List<DataRequestSubjectCVType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EventNotificationItemType()
@Nullable public String getNotificationItemId()
Stringpublic void setNotificationItemId(@Nullable String value)
value - allowed object is
String@Nullable public String getEventId()
Stringpublic void setEventId(@Nullable String value)
value - allowed object is
String@Nullable public DataRequestSubjectCVType getEventSubject()
DataRequestSubjectCVTypepublic void setEventSubject(@Nullable DataRequestSubjectCVType value)
value - allowed object is
DataRequestSubjectCVType@Nullable public String getCanonicalEventCatalogUri()
Stringpublic void setCanonicalEventCatalogUri(@Nullable String value)
value - allowed object is
String@Nullable public com.helger.commons.datetime.XMLOffsetDateTime getEventDate()
Stringpublic void setEventDate(@Nullable com.helger.commons.datetime.XMLOffsetDateTime value)
value - allowed object is
String@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DataRequestSubjectCVType> getRelatedEventSubject()
DataRequestSubjectCVTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setRelatedEventSubject(@Nullable List<DataRequestSubjectCVType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasRelatedEventSubjectEntries()
public boolean hasNoRelatedEventSubjectEntries()
@Nonnegative public int getRelatedEventSubjectCount()
@Nullable public DataRequestSubjectCVType getRelatedEventSubjectAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addRelatedEventSubject(@Nonnull DataRequestSubjectCVType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull EventNotificationItemType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EventNotificationItemType clone()
@Nullable public LocalDateTime getEventDateLocal()
public void setEventDate(@Nullable LocalDateTime aValue)
aValue - The LocalDateTime to set. May be <code>null</code>.Copyright © 2021–2022 de4a. All rights reserved.