@CodingStyleguideUnaware public class MiscellaneousEventType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
MiscellaneousEventType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEventLineItem(EventLineItemType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
MiscellaneousEventType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(MiscellaneousEventType 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
|
List<EventLineItemType> |
getEventLineItem()
<pre>
<?
|
EventLineItemType |
getEventLineItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEventLineItemCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
MiscellaneousEventTypeCodeType |
getMiscellaneousEventTypeCode()
<pre>
<?
|
String |
getMiscellaneousEventTypeCodeValue()
Get the value of the contained MiscellaneousEventTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasEventLineItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoEventLineItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEventLineItem(List<EventLineItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setMiscellaneousEventTypeCode(MiscellaneousEventTypeCodeType value)
Sets the value of the miscellaneousEventTypeCode property.
|
MiscellaneousEventTypeCodeType |
setMiscellaneousEventTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public MiscellaneousEventType()
@Nullable public MiscellaneousEventTypeCodeType getMiscellaneousEventTypeCode()
MiscellaneousEventTypeCodeTypepublic void setMiscellaneousEventTypeCode(@Nullable MiscellaneousEventTypeCodeType value)
value - allowed object is
MiscellaneousEventTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<EventLineItemType> getEventLineItem()
EventLineItemTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setEventLineItem(@Nullable List<EventLineItemType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasEventLineItemEntries()
public boolean hasNoEventLineItemEntries()
@Nonnegative public int getEventLineItemCount()
@Nullable public EventLineItemType getEventLineItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addEventLineItem(@Nonnull EventLineItemType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull MiscellaneousEventType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public MiscellaneousEventType clone()
@Nonnull public MiscellaneousEventTypeCodeType setMiscellaneousEventTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getMiscellaneousEventTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.