@CodingStyleguideUnaware public class RequestEvidenceItemType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
RequestEvidenceItemType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalParameter(AdditionalParameterType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
RequestEvidenceItemType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RequestEvidenceItemType 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<AdditionalParameterType> |
getAdditionalParameter()
Gets the value of the additionalParameter property.
|
AdditionalParameterType |
getAdditionalParameterAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalParameterCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getCanonicalEvidenceTypeId()
Gets the value of the canonicalEvidenceTypeId property.
|
DataRequestSubjectCVType |
getDataRequestSubject()
Gets the value of the dataRequestSubject property.
|
RequestGroundsType |
getRequestGrounds()
Gets the value of the requestGrounds property.
|
String |
getRequestItemId()
Gets the value of the requestItemId property.
|
boolean |
hasAdditionalParameterEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAdditionalParameterEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdditionalParameter(List<AdditionalParameterType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCanonicalEvidenceTypeId(String value)
Sets the value of the canonicalEvidenceTypeId property.
|
void |
setDataRequestSubject(DataRequestSubjectCVType value)
Sets the value of the dataRequestSubject property.
|
void |
setRequestGrounds(RequestGroundsType value)
Sets the value of the requestGrounds property.
|
void |
setRequestItemId(String value)
Sets the value of the requestItemId property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public RequestEvidenceItemType()
@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 RequestGroundsType getRequestGrounds()
RequestGroundsTypepublic void setRequestGrounds(@Nullable RequestGroundsType value)
value - allowed object is
RequestGroundsType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AdditionalParameterType> getAdditionalParameter()
AdditionalParameterTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setAdditionalParameter(@Nullable List<AdditionalParameterType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasAdditionalParameterEntries()
public boolean hasNoAdditionalParameterEntries()
@Nonnegative public int getAdditionalParameterCount()
@Nullable public AdditionalParameterType getAdditionalParameterAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addAdditionalParameter(@Nonnull AdditionalParameterType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull RequestEvidenceItemType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public RequestEvidenceItemType clone()
Copyright © 2021–2022 de4a. All rights reserved.