@CodingStyleguideUnaware public class ResponseErrorType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ResponseErrorType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addError(ErrorType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ResponseErrorType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ResponseErrorType 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<ErrorType> |
getError()
Gets the value of the error property.
|
ErrorType |
getErrorAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getErrorCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasErrorEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoErrorEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
isAck()
Gets the value of the ack property.
|
void |
setAck(boolean value)
Sets the value of the ack property.
|
void |
setError(List<ErrorType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ResponseErrorType()
public boolean isAck()
public void setAck(boolean value)
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ErrorType> getError()
ErrorTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setError(@Nullable List<ErrorType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasErrorEntries()
public boolean hasNoErrorEntries()
@Nonnegative public int getErrorCount()
@Nullable public ErrorType getErrorAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addError(@Nonnull ErrorType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ResponseErrorType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ResponseErrorType clone()
Copyright © 2021–2022 de4a. All rights reserved.