@CodingStyleguideUnaware public class ResponseExtractEvidenceItemType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ResponseExtractEvidenceItemType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDomesticEvidence(DomesticEvidenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addError(ErrorType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ResponseExtractEvidenceItemType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ResponseExtractEvidenceItemType 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
|
CanonicalEvidenceType |
getCanonicalEvidence()
Gets the value of the canonicalEvidence property.
|
String |
getCanonicalEvidenceTypeId()
Gets the value of the canonicalEvidenceTypeId property.
|
DataRequestSubjectCVType |
getDataRequestSubject()
Gets the value of the dataRequestSubject property.
|
List<DomesticEvidenceType> |
getDomesticEvidence()
Gets the value of the domesticEvidence property.
|
DomesticEvidenceType |
getDomesticEvidenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDomesticEvidenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
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
|
String |
getRequestItemId()
Gets the value of the requestItemId property.
|
boolean |
hasDomesticEvidenceEntries()
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 |
hasNoDomesticEvidenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoErrorEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCanonicalEvidence(CanonicalEvidenceType value)
Sets the value of the canonicalEvidence property.
|
void |
setCanonicalEvidenceTypeId(String value)
Sets the value of the canonicalEvidenceTypeId property.
|
void |
setDataRequestSubject(DataRequestSubjectCVType value)
Sets the value of the dataRequestSubject property.
|
void |
setDomesticEvidence(List<DomesticEvidenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setError(List<ErrorType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRequestItemId(String value)
Sets the value of the requestItemId property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ResponseExtractEvidenceItemType()
@Nullable public String getRequestItemId()
Stringpublic void setRequestItemId(@Nullable String value)
value - allowed object is
String@Nullable public DataRequestSubjectCVType getDataRequestSubject()
DataRequestSubjectCVTypepublic void setDataRequestSubject(@Nullable DataRequestSubjectCVType value)
value - allowed object is
DataRequestSubjectCVType@Nullable public String getCanonicalEvidenceTypeId()
Stringpublic void setCanonicalEvidenceTypeId(@Nullable String value)
value - allowed object is
String@Nullable public CanonicalEvidenceType getCanonicalEvidence()
CanonicalEvidenceTypepublic void setCanonicalEvidence(@Nullable CanonicalEvidenceType value)
value - allowed object is
CanonicalEvidenceType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DomesticEvidenceType> getDomesticEvidence()
DomesticEvidenceType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ErrorType> getError()
ErrorTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDomesticEvidence(@Nullable List<DomesticEvidenceType> aList)
aList - The new list member to set. May be <code>null</code>.public void setError(@Nullable List<ErrorType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDomesticEvidenceEntries()
public boolean hasNoDomesticEvidenceEntries()
@Nonnegative public int getDomesticEvidenceCount()
@Nullable public DomesticEvidenceType getDomesticEvidenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDomesticEvidence(@Nonnull DomesticEvidenceType elem)
elem - The element to be added. May not 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 ResponseExtractEvidenceItemType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ResponseExtractEvidenceItemType clone()
Copyright © 2021–2022 de4a. All rights reserved.