@CodingStyleguideUnaware public class EvidenceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EvidenceType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCandidateStatement(CandidateStatementType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
EvidenceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EvidenceType 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<CandidateStatementType> |
getCandidateStatement()
<pre>
<?
|
CandidateStatementType |
getCandidateStatementAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCandidateStatementCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
DocumentReferenceType |
getDocumentReference()
<pre>
<?
|
PartyType |
getEvidenceIssuingParty()
<pre>
<?
|
EvidenceTypeCodeType |
getEvidenceTypeCode()
<pre>
<?
|
String |
getEvidenceTypeCodeValue()
Get the value of the contained EvidenceTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LanguageType |
getLanguage()
<pre>
<?
|
boolean |
hasCandidateStatementEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoCandidateStatementEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCandidateStatement(List<CandidateStatementType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDocumentReference(DocumentReferenceType value)
Sets the value of the documentReference property.
|
void |
setEvidenceIssuingParty(PartyType value)
Sets the value of the evidenceIssuingParty property.
|
void |
setEvidenceTypeCode(EvidenceTypeCodeType value)
Sets the value of the evidenceTypeCode property.
|
EvidenceTypeCodeType |
setEvidenceTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setLanguage(LanguageType value)
Sets the value of the language property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EvidenceType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public EvidenceTypeCodeType getEvidenceTypeCode()
EvidenceTypeCodeTypepublic void setEvidenceTypeCode(@Nullable EvidenceTypeCodeType value)
value - allowed object is
EvidenceTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CandidateStatementType> getCandidateStatement()
CandidateStatementType@Nullable public PartyType getEvidenceIssuingParty()
PartyTypepublic void setEvidenceIssuingParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public DocumentReferenceType getDocumentReference()
DocumentReferenceTypepublic void setDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public LanguageType getLanguage()
LanguageTypepublic void setLanguage(@Nullable LanguageType value)
value - allowed object is
LanguageTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public void setCandidateStatement(@Nullable List<CandidateStatementType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasCandidateStatementEntries()
public boolean hasNoCandidateStatementEntries()
@Nonnegative public int getCandidateStatementCount()
@Nullable public CandidateStatementType getCandidateStatementAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addCandidateStatement(@Nonnull CandidateStatementType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull EvidenceType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EvidenceType clone()
@Nonnull public EvidenceTypeCodeType setEvidenceTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
Copyright © 2014–2021 Philip Helger. All rights reserved.