@CodingStyleguideUnaware public class RequestEventSubscriptionType extends RequestExtractMultiEvidenceType
| Constructor and Description |
|---|
RequestEventSubscriptionType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEventSubscripRequestItem(EventSubscripRequestItemType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
RequestEventSubscriptionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RequestEventSubscriptionType 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<EventSubscripRequestItemType> |
getEventSubscripRequestItem()
Gets the value of the eventSubscripRequestItem property.
|
EventSubscripRequestItemType |
getEventSubscripRequestItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEventSubscripRequestItemCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasEventSubscripRequestItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoEventSubscripRequestItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEventSubscripRequestItem(List<EventSubscripRequestItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
cloneTo, getDataEvaluator, getDataOwner, getProcedureId, getRequestId, getSpecificationId, getTimeStamp, getTimeStampLocal, setDataEvaluator, setDataOwner, setProcedureId, setRequestId, setSpecificationId, setTimeStamp, setTimeStamppublic RequestEventSubscriptionType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<EventSubscripRequestItemType> getEventSubscripRequestItem()
EventSubscripRequestItemTypepublic boolean equals(Object o)
equals in class RequestExtractMultiEvidenceTypepublic int hashCode()
hashCode in class RequestExtractMultiEvidenceTypepublic String toString()
toString in class RequestExtractMultiEvidenceTypepublic void setEventSubscripRequestItem(@Nullable List<EventSubscripRequestItemType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasEventSubscripRequestItemEntries()
public boolean hasNoEventSubscripRequestItemEntries()
@Nonnegative public int getEventSubscripRequestItemCount()
@Nullable public EventSubscripRequestItemType getEventSubscripRequestItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addEventSubscripRequestItem(@Nonnull EventSubscripRequestItemType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull RequestEventSubscriptionType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public RequestEventSubscriptionType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class RequestExtractMultiEvidenceTypeCopyright © 2021–2022 de4a. All rights reserved.