@CodingStyleguideUnaware public class ResponseEventSubscriptionType extends ResponseBaseType
| Constructor and Description |
|---|
ResponseEventSubscriptionType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addResponseEventSubscriptionItem(ResponseEventSubscriptionItemType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ResponseEventSubscriptionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ResponseEventSubscriptionType 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<ResponseEventSubscriptionItemType> |
getResponseEventSubscriptionItem()
Gets the value of the responseEventSubscriptionItem property.
|
ResponseEventSubscriptionItemType |
getResponseEventSubscriptionItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getResponseEventSubscriptionItemCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoResponseEventSubscriptionItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasResponseEventSubscriptionItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setResponseEventSubscriptionItem(List<ResponseEventSubscriptionItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
cloneTo, getDataEvaluator, getDataOwner, getRequestId, getTimeStamp, getTimeStampLocal, setDataEvaluator, setDataOwner, setRequestId, setTimeStamp, setTimeStamppublic ResponseEventSubscriptionType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ResponseEventSubscriptionItemType> getResponseEventSubscriptionItem()
ResponseEventSubscriptionItemTypepublic boolean equals(Object o)
equals in class ResponseBaseTypepublic int hashCode()
hashCode in class ResponseBaseTypepublic String toString()
toString in class ResponseBaseTypepublic void setResponseEventSubscriptionItem(@Nullable List<ResponseEventSubscriptionItemType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasResponseEventSubscriptionItemEntries()
public boolean hasNoResponseEventSubscriptionItemEntries()
@Nonnegative public int getResponseEventSubscriptionItemCount()
@Nullable public ResponseEventSubscriptionItemType getResponseEventSubscriptionItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addResponseEventSubscriptionItem(@Nonnull ResponseEventSubscriptionItemType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ResponseEventSubscriptionType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ResponseEventSubscriptionType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class ResponseBaseTypeCopyright © 2021–2022 de4a. All rights reserved.