@CodingStyleguideUnaware public class LineResponseType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
LineResponseType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addResponse(ResponseType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
LineResponseType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(LineResponseType 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
|
LineReferenceType |
getLineReference()
<pre>
<?
|
List<ResponseType> |
getResponse()
<pre>
<?
|
ResponseType |
getResponseAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getResponseCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoResponseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasResponseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLineReference(LineReferenceType value)
Sets the value of the lineReference property.
|
void |
setResponse(List<ResponseType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public LineResponseType()
@Nullable public LineReferenceType getLineReference()
LineReferenceTypepublic void setLineReference(@Nullable LineReferenceType value)
value - allowed object is
LineReferenceType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ResponseType> getResponse()
ResponseTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setResponse(@Nullable List<ResponseType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasResponseEntries()
public boolean hasNoResponseEntries()
@Nonnegative public int getResponseCount()
@Nullable public ResponseType getResponseAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addResponse(@Nonnull ResponseType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull LineResponseType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public LineResponseType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.